<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta>
      <journal-title-group>
        <journal-title>A. Said);</journal-title>
      </journal-title-group>
      <issn pub-type="ppub">1613-0073</issn>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>mender Systems, Fifteen Years Later</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Alan Said</string-name>
          <email>alansaid@acm.org</email>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Maria Soledad Pera</string-name>
          <email>m.s.pera@tudelft.nl</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Michael D. Ekstrand</string-name>
          <email>mdekstrand@drexel.edu</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Workshop</string-name>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Drexel University</institution>
          ,
          <addr-line>Philadelphia</addr-line>
          ,
          <country country="US">USA</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>TU Delft</institution>
          ,
          <addr-line>Delft</addr-line>
          ,
          <country country="NL">Netherlands</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>University of Gothenburg</institution>
          ,
          <addr-line>Gothenburg</addr-line>
          ,
          <country country="SE">Sweden</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2011</year>
      </pub-date>
      <volume>000</volume>
      <fpage>0</fpage>
      <lpage>0002</lpage>
      <abstract>
        <p>critique, rooted in statistical misinterpretation and methodological shortcuts, remains as relevant today as it was then. But rather than correcting course, we added new layers of sophistication on top of the same broken foundations. This paper revisits Amatriain's diagnosis and argues that many of the conceptual, epistemological, and infrastructural failures he identified still persist, in more subtle or systemic forms. Drawing on recent work in reproducibility, evaluation methodology, environmental impact, and participatory design, we showcase how the ifeld's accelerating complexity has outpaced its introspection. We highlight ongoing community-led initiatives that attempt to shift the paradigm, including workshops, evaluation frameworks, and calls for value-sensitive and participatory research. At the same time, we contend that meaningful change will require not only new metrics or better tooling, but a fundamental reframing of what recommender systems research is for, who it serves, and how knowledge is produced and validated. Our call is not just for technical reform, but for a recommender systems research agenda grounded in epistemic humility, human impact, and sustainable practice.</p>
      </abstract>
      <kwd-group>
        <kwd>Reflection</kwd>
        <kwd>evaluation</kwd>
        <kwd>call for action</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Still Doing It Wrong</title>
      <p>
        In 2011, Xavier Amatriain wrote a blog post that many remember but few acted on. Ratings, like Likert
scales, are ordinal. However, recommender systems routinely treat them as interval, applying Pearson
correlation, computing RMSE, and optimizing linear models based on assumptions users do not make.
Around the same time, Konstan and Riedl [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] observed that despite the community’s emphasis on
prediction accuracy (in light of the Netflix Prize in the mid-00s), small changes in error metrics were not
the path to meaningful improvements in the user experience (so foundational to recommender systems).
And yet, it cannot be denied that most of the community still today continues to chase minuscule
performance gains and treats it as a win. Amatriain called for a “drastic change in the way we approach
these issues” [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. While some of the specific technical details have changed, i.e., moving from predicting
ratings to generating top- lists or considering new scenarios like session-based recommendation,
the more fundamental change in assumptions never came. The field has made enormous progress in
algorithmic innovation, industrial adoption, and academic visibility. Still, we have to ask: is this simply
more sophisticated machinery built on the same unstable ground?
      </p>
      <p>We revisit that moment, almost fiteen years later, not out of nostalgia but necessity. Despite powerful
tools, reproducibility frameworks, and expansive literature, many of the field’s underlying assumptions
remain untouched or have been altered in mostly superficial ways. The metrics change, but optimization
on historical data still dominates. We argue that recommender systems research continues to prioritize
optimization over understanding, evaluation over reflection, and abstraction over accountability. We do
not ofer new metrics or architectures. Instead, we ofer a provocation, a reflection informed by a decade
and a half of scholarship, community experience, and frustrated attempts at reform. Our goal is to name</p>
      <p>CEUR</p>
      <p>ceur-ws.org
persistent epistemological failures and to point toward the structural and conceptual shifts needed to
address them. If recommendation is to serve people, not just datasets, then RecSys researchers and
practitioners driving advances in recommender systems research must ask better questions.</p>
    </sec>
    <sec id="sec-2">
      <title>2. Same Fallacies, More Layers</title>
      <p>
        Modern recommenders rarely expose raw ratings. They operate on embeddings, graph convolutions,
and attention networks. Yet many still optimize for average error or ranking metrics based on the same
lfawed assumptions. Behavior is treated as truth, preference as (stable) ground truth, and interaction
logs as stable evidence. Recent reproducibility analyses show that even simple algorithms, such as
MostPop and ItemKNN, yield inconsistent results across frameworks due to difering defaults, metrics,
and evaluation logic [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]. Even on the same framework, poor parameter tuning can lead to incorrect
assumptions about which algorithms outperform others in specific contexts [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]. Ranking-based methods
such as BPR or LightGCN still assume that a small set of clicks reveals true preference ordering. Many
models trained on implicit data are validated with metrics grounded in explicit semantics.
      </p>
      <p>
        Advancements in the field can sometimes bring new incorrect assumptions. For instance, sequential
recommendation [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] is based on the sound premise that sequence and time matter for modeling user
preference and generating efective recommendations. Naïve sequential problem formulations like
next-click prediction, however, undermine the value of that advance. Training and evaluating a model
based on its ability to predict the next item the user clicked inherently ties it to past user trajectories and
the internal and external factors that influenced them. This approach prioritizes replicating historical
patterns over building models that help users discover items they need more eficiently or efectively.
This issue is compounded by the long-standing limitation of dataset-driven evaluation: models are
typically evaluated on their ability to find the items the user found somehow in the past, not on their
ability to improve the user experience, e.g., identifying better items [
        <xref ref-type="bibr" rid="ref6 ref7 ref8">6, 7, 8</xref>
        ]. Of-policy evaluation [
        <xref ref-type="bibr" rid="ref10 ref9">9, 10</xref>
        ]
seeks to adjust for the influence of the previous recommender system in product exposure, but cannot
correctly evaluate recommendations of relevant items to which the user was never exposed, which is
the core issue. Studies like those of Chaney et al. [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] quantify the impact of previous exposure policies
on user experience and item exposure distribution, but do not address the fundamental evaluation
problem. Targeted data collection from users [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] or experts [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ] are promising directions and grapple
with the fundamental problem, but are not yet widely used and are likely dificult to scale.
      </p>
      <p>
        The need for reform is no longer a fringe position. A 2024 Dagstuhl Seminar [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] dedicated to
recommender systems evaluation outlined major deficits in theoretical justification, fairness treatment,
reproducibility practices, and long-term evaluation. Despite these community diagnoses, standard
practice has changed little.
      </p>
      <p>
        At their best, recommender systems as a field and RecSys as a community represent a broad,
interdisciplinary investigation into how to efectively match users with information, entertainment, products,
artists, creators, romance partners, etc., that align with their needs and interests and promote
mutuallybeneficial confluences of informational, artistic, personal, or commercial interests. Early research
[
        <xref ref-type="bibr" rid="ref14 ref15 ref16">14, 15, 16</xref>
        ] was holistic, considering data, models, user experience, and user response together in a
single work. As the field has matured, research has inevitably and necessarily become more specialized.
Maintaining balance and visibility for the range of approaches and perspectives needed for efective
recommendation and recommender system evaluation is an ongoing concern and debate for the field,
with the relative balance of machine learning and human-oriented research (including human-computer
interaction, psychology, marketing, economics, etc.) shifting over time. Based on the balance of topics
in published papers and the venues in which diferent types of work appear [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ], as well as reviewer
comments on submitted manuscripts, machine learning and algorithmic approaches often dominate,
even to the point of reviewers objecting to human-focused or evaluative research because it does not
show algorithmic improvements (the authors have multiple examples of such comments).
      </p>
      <p>The result is a field that, despite the ongoing discussions, is often more concerned with
recommendation as a machine learning benchmark than a human problem—or at least it appears to be the case given
the vast majority of published works in this area. Delivering meaningful, impactful recommendations
that real users find useful in their lives, and assessing those recommendations, is a much bigger and
much more dificult problem than improving a standard metric on a standard dataset.</p>
    </sec>
    <sec id="sec-3">
      <title>3. The Cult of Evaluation</title>
      <p>
        Most research up to this point has focused on improving the “accuracy” of recommender systems. We
believe that this narrow focus has been misguided and even detrimental to the field. The
recommendations that are most accurate according to the standard metrics are sometimes not the recommendations
that are most useful to users [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ]. RMSE has been replaced by nDCG, Precision, and Recall, but the
fundamental logic of dataset optimization remains. A systematic review of evaluation-focused
recommender system research from 2017 to 2022 found that the vast majority of work uses only a few metrics
and relies heavily on ofline experiments [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ]. Beyond-accuracy metrics such as diversity, novelty, and
fairness remain rare [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ]. Most papers evaluate on one or two standard datasets, often MovieLens 1M or
an Amazon review subset. Within evaluation-focused research, 32% of papers use a single metric; over
70% use three or fewer [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ]. Many include RMSE or MAE, despite consensus that they are inadequate
for assessing user-centric quality. The result is a precise but shallow evaluation culture, disconnected
from actual outcomes.
      </p>
      <p>Evaluation is also not the same thing as knowledge. Reflecting on TREC 1 and its role in information
retrieval research, Ian Soborof tweeted in 2021 2 that ‘The datasets were not built to be solved. They
were built as tools to understand the problem and the systems we build to “solve” them.’</p>
      <p>
        Recommender systems datasets can play a similar role: they can serve as tools to help us scientists
improve our understanding of user behavior, recommendation problems, and the relative strengths
and weaknesses of diferent approaches to recommendation. Such knowledge is more likely to be
generalizable into new problem settings and applications than improved metric performance. To
generate such knowledge, however, experiments need to be structured to produce knowledge, not
just assess performance. A simple example that is thankfully increasing in prevalence is an ablation
study, that seeks to understand which components of a proposed solution are driving observed metrics.
Similarly, disaggregated [
        <xref ref-type="bibr" rid="ref22">22</xref>
        ] and distributional [
        <xref ref-type="bibr" rid="ref23">23</xref>
        ] evaluations aim to understand how a system’s
performance may vary for diferent types of users and items. Detailed understandings of the context
of recommender system behavior and performance will also make it easier to determine whether and
when proposed new advances can be applied in production. Experimentation for knowledge needs more
design like this: metrics, analyses, and runs that look beyond leaderboard benchmark performance to
understand when, why, how, and for who a new idea is delivering beneficial results.
      </p>
      <p>
        There are ongoing eforts to improve this landscape. The FEVR framework ofers a structured
approach to organizing recommender systems evaluation goals, metrics, and methodologies [
        <xref ref-type="bibr" rid="ref24">24</xref>
        ].
The CAFE framework [
        <xref ref-type="bibr" rid="ref25">25</xref>
        ], focused on conversational recommender (and search) systems, propose
evaluation methodologies that consider stakeholder goals, user tasks, user characteristics, diverse
assessment criteria, methodology, and quantitative measures. Frameworks such as these aim to make
evaluation more transparent, purpose-driven, and context-aware. However, such frameworks remain
underutilized, and their influence on standard practice has so far been limited.
4. Reproducibility ≠ Reliability
Improved tooling and reproducibility tracks have increased transparency, but not comparability. A
small set of datasets (MovieLens, Amazon) dominates, yet papers rarely disclose preprocessing details,
timestamp filtering, or train/test leakage risks [
        <xref ref-type="bibr" rid="ref26 ref27">26, 27</xref>
        ]. Nearly half of papers use a single dataset;
two-thirds rely on datasets used only once [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ].
1The Text REtrieval Conference (TREC) is a series of workshops that promote research in information retrieval, ofering test
collections, standardized evaluation methods, and a platform for result comparison [
        <xref ref-type="bibr" rid="ref21">21</xref>
        ].
2https://web.archive.org/web/20210815134713/https://twitter.com/ian_soboroff/status/1426901262369439751
      </p>
      <p>
        Ofline evaluation continues to serve as the default setting. Even in dedicated evaluation studies,
temporal dynamics are often ignored, and random splits are still widely employed [
        <xref ref-type="bibr" rid="ref28">28</xref>
        ]. Empirical
evidence shows that evaluation frameworks such as Elliot, RecBole, and Cornac can produce significantly
diferent outcomes for the same algorithm, even when configurations are aligned [
        <xref ref-type="bibr" rid="ref29">29</xref>
        ]. This inconsistency
is not limited to complex or novel models. Performance variance has been observed even for simple
baselines such as ItemKNN or MostPop.
      </p>
      <p>Many experimental defaults, including relevance thresholding, sampling strategies, cutof choices,
and metric implementations, difer across frameworks and publications. These diferences are rarely
disclosed or justified. For example, the choice of random seed can meaningfully alter results, yet most
studies report only a single run without intervals or variance estimates. In some cases, the variation
caused by these defaults exceeds the claimed improvements over established baselines.</p>
      <p>In this environment, reproducibility often amounts to rerunning fragile configurations rather than
building confidence in robust insights. As long as evaluation is treated as procedural rather than
interpretive, the field risks reinforcing artifacts of implementation instead of uncovering meaningful
patterns. Reliability requires not only access to code and data, but also critical reflection on design
decisions and their consequences.</p>
    </sec>
    <sec id="sec-4">
      <title>5. New Sins for a New Era</title>
      <p>As a community, we have not only failed to correct past mistakes, but we have invented new ones:
• Environmental neglect: Recommenders increasingly rely on resource-intensive architectures.</p>
      <p>
        Few papers disclose compute costs or carbon impact. Training one deep recommender system
model can consume orders of magnitude more energy than traditional approaches [
        <xref ref-type="bibr" rid="ref30 ref31 ref32">30, 31, 32</xref>
        ].
• Unchecked need: A significant chunk of recommender system research has embraced Large
Language Models (LLMs) as a panacea, making them core to the process. This has been done
without regard to the extent to which LLMs can memorize common datasets; an efect that is
unsurprisingly tied to improved performance [
        <xref ref-type="bibr" rid="ref33">33</xref>
        ]. Further, in some cases, these models perform
on par with less resource-intensive alternatives in standard ofline evaluation environments
[
        <xref ref-type="bibr" rid="ref30 ref33">33, 30</xref>
        ]. Perhaps it is better to verify that such models are necessary and will deliver benefits
commensurate with their costs before deploying them.
• Ethical fragility: Algorithmic fairness and user autonomy are now part of the discourse, but
rarely built into model or system design or evaluation. Metrics are post hoc [
        <xref ref-type="bibr" rid="ref34">34</xref>
        ].
• User disempowerment: Transparency, control, and interaction remain secondary concerns.
      </p>
      <p>
        Recommenders “push” rather than “negotiate” [
        <xref ref-type="bibr" rid="ref35">35</xref>
        ]. Recommendation lacks reciprocity with the
system designers [
        <xref ref-type="bibr" rid="ref36">36</xref>
        ] or, in generative recommendation, with the artists, authors, and other
creators of recommended work [37]. Belkin and Robertson [38] sounded the alarm about
pushoriented and sender-focused information science in 1976. Their warnings are even more apropos
today as generative modalities converge with disinformation and influence campaigns within the
recommender-mediated platforms that shape much of how people understand the world.
      </p>
    </sec>
    <sec id="sec-5">
      <title>6. What Would Doing It Right Look Like?</title>
      <p>Doing it right does not mean optimizing harder. It means asking better questions and reflecting on the
answers. There is no need for a single metric or framework; reducing improvements to standardized
procedures is more likely to hinder the necessary diversity of research methods and lines of inquiry
needed to keep recommender systems on a course of human welfare. However, recommender systems
research needs: (i) Diverse datasets, evaluated across varied contexts; (ii) Human-aligned evaluation:
not only ofline precision, but meaningful outcomes; (iii) Transparent reporting: preprocessing,
hyperparameters, compute, and code; (iv) Sustainable practices: energy as a first-class consideration; (v)
Epistemic humility: acknowledging noise, preference volatility, and modeling limits; and (vi) Normative
and human grounding: explicit articulation of the individual or human social goals of the system or
evaluation, and connection of the technical work to those goals.</p>
      <p>Recent work has emphasized the societal obligations of recommender system researchers. In the
context of RecSys for Social Good, it has been argued that recommender systems research must be
responsive not only to users’ preferences, but also to broader social outcomes such as justice, inclusion,
well-being, and sustainability development goals [39, 40, 41, 42]. Doing it right, then, requires not just
methodological reform, but a reframing of what we consider valuable progress in the field.</p>
      <p>Community-led initiatives have emerged to create space for alternative voices and perspectives.
The AltRecSys workshop (RecSys’24) explicitly foregrounded speculative, critical, and unconventional
ideas in recommendation [43]. Rather than showcasing polished technical contributions, the workshop
invited participants to question foundational assumptions, share negative results, and propose revisiting
what counts as valuable research. This venue demonstrated that the community has become increasingly
aware that many of the field’s core challenges are epistemological and institutional as much as they are
technical. The NORMalize [44] and RecSoGood [45] workshops (at RecSys) encouraged the community
to rethink evaluation practices, highlighting the importance of considering norms and values driving
recommenders, along with their potential to guide users towards more sustainable choices and behaviors,
supporting broader environmental and social goals. At the risk of tooting our own horn, ongoing work
on the LensKit Codex (https://codex.lenskit.org) aims to improve consistency and sustainability of
baseline comparisons by providing standardized evaluation results and hyperparameter tunings for
common models on a range of public datasets, allowing researchers to compare against well-tuned
baseline models without incurring the environmental cost (and risk of error) of re-tuning the baselines
themselves, and to invite community collaboration on tuning methods and standardized results.</p>
      <p>
        Recent work has proposed reimagining recommender system development as a participatory process,
where users, providers, and other stakeholders act not only as research subjects, but as co-designers
and co-evaluators of the systems that shape their digital experiences [46]. This approach challenges the
prevailing notion that designers alone should define the goals and metrics. Instead, it advocates for a
redistribution of design authority, grounded in democratic values and the lived experiences of those
afected. Doing it right, in this view, means sharing power, not just optimizing performance. Burke and
Sylvester [37] argue for recommender systems research to make a relational turn (or re-turn, as key
early research had a decidedly relational bent [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ]). This sentiment is also prevalent in recent works
focused on multistakeholder-focused evaluation [47], arguing to move beyond accuracy measures that
simply capture the overall utility of a single stakeholder, to consider the complex, domain-dependent,
and multifaceted task of probing the impact of recommender systems on all of their stakeholders.
      </p>
      <p>Holistic, human-centered recommender systems research is not easy. It often takes more time to plan
and execute, and may require resources beyond those needed by algorithmic experiments on published
data. Several projects are working to make grounded, in-vivo evaluation more accessible, such as
Informfully [48] and POPROX3 [49, co-developed by the last author], as well as the earlier CLEF
NewsReel challenge organized with Plista [50]. Some RecSys Challenges, like the one in 2024 [51], focused
not only on accuracy but also on beyond-accuracy metrics to account for the normative complexities
inherent in news recommendations; the 2021 one [52] aimed for multi-goal optimization, prompting
participants to predict user engagement probabilities for tweets while ensuring recommendations were
both accurate and fair. These platforms and challenges provide infrastructure that can support more
holistic research, as well as working examples for the development of further resources. However, the
community has yet to consistently adopt them, let alone sustain their use in the long term.</p>
      <p>Echoing Olteanu et al. [53], rigorous research on recommender systems demands going beyond
technical and statistical notions of rigor to include normative, epistemic, and other forms of rigor.
Encouraging the community towards a well-rounded evaluation framework, one that considers multiple
angles to probe a recommender and convey if it is ‘good’ (in its architecture, performance, but also
for whom, from which perspective, and in which context), is already supported in the literature [e.g.,
54, 55, 56, 57]. We “just” need to embrace it and take it from theory to practice, and make closing those
gaps a priority for the field and community. Table 1 summarizes several persistent structural defaults in
recommender systems research and highlights what a more human-centered, reflective, and accountable
paradigm might look like. These contrasts are not exhaustive, but capture the epistemic shift we argue
is necessary: from narrow optimization toward broader alignment with user and societal values.</p>
    </sec>
    <sec id="sec-6">
      <title>7. Conclusion: Enough Already</title>
      <p>Reflecting in 2004 about evaluation of collaborative filtering recommender systems, Herlocker et al.
[58] wrote that “Efective and meaningful evaluation of recommender systems is challenging. To date,
there has been no published attempt to synthesize what is known [...], nor to systematically understand
the implications [...] for diferent tasks and diferent contexts.” Today, there are more surveys and
frameworks, but a thorough and systematic assessment for collaborative filtering or the many model
families extant in the field does not seem much closer now than it did 20 years ago.</p>
      <p>Amatriain’s critique remains true. Recommender systems research is still doing it wrong. It is doing
so at scale, with better tools, more complex models, and increased compute. This is not a problem of
ignorance. The challenges are well-documented: from the ordinal nature of ratings or the inadequacy
of top-k metrics and implicit feedback as proxies for user experience and ground truth, to the costs
of large models. Researchers, developers, and reviewers are aware of these issues. Yet the publication
and reward structures in the field continue to favor narrow performance gains and apparent (often
mathematical) sophistication over conceptual clarity, ecological awareness, or social relevance [59].</p>
      <p>It is time to stop pretending that stronger baselines, larger datasets, new benchmarks, or even
more rigorous experimental protocols will fix foundational misalignments. Recommender systems
research must shift from engineering models to understanding influence and impact. Fixing this requires
recommender systems research to adopt an entirely diferent posture, one of epistemic humility. We
must acknowledge the limitations of our methods and data, and treat evaluation not as a procedural
step, but as a site of inquiry. We must ask what kinds of knowledge recommender systems research
should produce, and for whom. The point is not to stop working on models and algorithms, but to
do better and more useful research on models and algorithms: to contextualize and evaluate them in
terms of how well they — and the research and engineering methods behind them — actually drive
meaningful improvements in the human experience of recommender systems. There are many gaps
between current practice, capabilities, and knowledge and the kinds of human impact the field looks to
have, providing important problems and settings for future research.</p>
      <p>Recommender systems are not just algorithms; they are sociotechnical interventions [60, 55, 61, 62].
They shape what people see, believe, and desire. If we do not take this responsibility seriously, we will
continue to develop systems that are eficient and elegant, but ultimately misaligned with the people
they are meant to serve.</p>
      <p>Let us stop solving the wrong problem better. Let us define a better problem.</p>
    </sec>
    <sec id="sec-7">
      <title>Declaration on Generative AI</title>
      <p>During the preparation of this work, the author(s) used X-GPT-4 and Grammarly for Grammar and
spelling check and rephrasing. After using these tool(s)/service(s), the author(s) reviewed and edited
the content as needed and take(s) full responsibility for the publication’s content.
pp. 221–224. doi:10.1145/2959100.2959179.
[37] R. Burke, M. Sylvester, Post-userist recommender systems: A manifesto, 2024. doi:10.48550/
arXiv.2410.11870. arXiv:2410.11870.
[38] N. J. Belkin, S. E. Robertson, Some ethical and political implications of theoretical research in
information science, in: Proceedings of the ASIS Annual Meeting, 1976. URL: https://www.
researchgate.net/publication/255563562.
[39] A. Said, Recommender Systems for Social Good:The Role of Accountability and Sustainability, in:
Workshop on Recommender Systems for Social Good, volume Proceeding of the 2024 workshop
on Recommender Systems for Social Good of RecSoGood, Springer, 2024, pp. 1–4.
[40] D. Jannach, A. Said, M. Tkalcic, M. Zanker, Recommender Systems for Good (RS4Good): Survey
of Use Cases and a Call to Action for Research that Matters, ACM Trans. Recomm. Syst. (2025).
doi:10.1145/3746648.
[41] A. Felfernig, M. Wundara, T. N. T. Tran, S. Polat-Erdeniz, S. Lubos, M. El Mansi, D. Garber, V.-M.</p>
      <p>Le, Recommender systems for sustainability: overview and research issues, Frontiers in big Data
6 (2023) 1284511.
[42] G. K. Patro, A. Chakraborty, A. Banerjee, N. Ganguly, Towards safety and sustainability: designing
local recommendations for post-pandemic world, in: Proceedings of the 14th ACM Conference on
Recommender Systems, 2020, pp. 358–367.
[43] M. Ekstrand, M. S. Pera, A. Said, AltRecSys: A Workshop on Alternative, Unexpected, and Critical
Ideas in Recommendation, in: Proceedings of the 18th ACM Conference on Recommender Systems,
RecSys ’24, Association for Computing Machinery, New York, NY, USA, 2024, pp. 1216–1218.
doi:10.1145/3640457.3687104.
[44] S. Vrijenhoek, L. Michiels, J. Kruse, A. Starke, N. Tintarev, J. Viader Guerrero, Normalize: The first
workshop on normative design and evaluation of recommender systems, in: Proceedings of the
17th ACM Conference on Recommender Systems, 2023, pp. 1252–1254.
[45] L. Boratto, A. De Filippo, E. Lex, F. Ricci, First international workshop on recommender systems
for sustainability and social good (recsogood 2024), in: Proceedings of the 18th ACM Conference
on Recommender Systems, 2024, pp. 1239–1241.
[46] M. D. Ekstrand, A. Razi, A. Sarcevic, M. S. Pera, R. Burke, K. L. Wright, Recommending with, not
for: Co-designing recommender systems for social good, ACM Transactions on Recommender
Systems Just Accepted (2025). doi:10.1145/3759261.
[47] R. Burke, G. Adomavicius, T. Bogers, T. Di Noia, D. Kowald, J. Neidhardt, Özlem Özgöbek, M. S.</p>
      <p>Pera, N. Tintarev, J. Ziegler, De-centering the (traditional) user: Multistakeholder evaluation of
recommender systems, International Journal of Human-Computer Studies 203 (2025) 103560. URL:
https://www.sciencedirect.com/science/article/pii/S107158192500117X. doi:https://doi.org/10.
1016/j.ijhcs.2025.103560.
[48] L. Heitz, J. A. Croci, M. Sachdeva, A. Bernstein, Informfully - Research Platform for Reproducible
User Studies, in: Proceedings of the 18th ACM Conference on Recommender Systems, RecSys
’24, Association for Computing Machinery, New York, NY, USA, 2024, pp. 660–669. doi:10.1145/
3640457.3688066.
[49] R. Burke, M. Ekstrand, Conducting Recommender Systems User Studies Using POPROX, in:
Adjunct Proceedings of the 33rd ACM Conference on User Modeling, Adaptation and Personalization,
UMAP Adjunct ’25, Association for Computing Machinery, New York, NY, USA, 2025, pp. 1–2.
doi:10.1145/3708319.3727558.
[50] T. Brodt, F. Hopfgartner, Shedding light on a living lab: The CLEF NEWSREEL open
recommendation platform, in: Proceedings of the 5th Information Interaction in Context Symposium, ACM,
Regensburg Germany, 2014, pp. 223–226. doi:10.1145/2637002.2637028.
[51] RecSys Challenge 2024, https://www.recsyschallenge.com/2024/, 2024. [Accessed 02-09-2025].
[52] RecSys Challenge 2021, https://www.recsyschallenge.com/2021/, 2021. [Accessed 02-09-2025].
[53] A. Olteanu, S. L. Blodgett, A. Balayn, A. Wang, F. Diaz, F. d. P. Calmon, M. Mitchell, M. Ekstrand,
R. Binns, S. Barocas, Rigor in AI: Doing Rigorous AI Work Requires a Broader, Responsible
AI-Informed Conception of Rigor, 2025. doi:10.48550/arXiv.2506.14652. arXiv:2506.14652.
[54] C. Bauer, C. Bagchi, O. A. Hundogan, K. van Es, Where are the values? a systematic literature
review on news recommender systems, ACM Transactions on Recommender Systems 2 (2024)
1–40.
[55] J. Stray, A. Halevy, P. Assar, D. Hadfield-Menell, C. Boutilier, A. Ashar, C. Bakalar, L. Beattie, M.
Ekstrand, C. Leibowicz, et al., Building human values into recommender systems: An interdisciplinary
synthesis, ACM Transactions on Recommender Systems 2 (2024) 1–57.
[56] T. V. Rampisela, T. Ruotsalo, M. Maistro, C. Lioma, Can we trust recommender system fairness
evaluation? the role of fairness and relevance, in: Proceedings of the 47th International ACM
SIGIR Conference on Research and Development in Information Retrieval, 2024, pp. 271–281.
[57] R. Ungruh, M. Al Nahadi, M. S. Pera, Mirror, mirror: Exploring stereotype presence among top-n
recommendations that may reach children, ACM Transactions on Recommender Systems (2025).
[58] J. L. Herlocker, J. A. Konstan, L. G. Terveen, J. T. Riedl, Evaluating collaborative filtering
recommender systems, ACM Transactions on Information Systems (TOIS) 22 (2004) 5–53.
[59] Z. C. Lipton, J. Steinhardt, Troubling Trends in Machine Learning Scholarship: Some ML papers
sufer from flaws that could mislead the public and stymie future research., Queue 17 (2019) Pages
80:45–Pages 80:77. doi:10.1145/3317287.3328534.
[60] N. Seaver, Algorithms as culture: Some tactics for the ethnography of algorithmic systems, Big</p>
      <p>Data &amp; Society 4 (2017) 2053951717738104. doi:10.1177/2053951717738104.
[61] E. Lucherini, M. Sun, A. Winecof, A. Narayanan, T-RECS: A simulation tool to study the societal
impact of recommender systems, 2021. URL: http://arxiv.org/abs/2107.08959.
[62] B. Mitra, Search and Society: Reimagining Information Access for Radical Futures, 2024. doi:10.
48550/arXiv.2403.17901. arXiv:2403.17901.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>X.</given-names>
            <surname>Amatriain</surname>
          </string-name>
          , Recommender Systems:
          <article-title>We're doing it (all) wrong, AI, software, tech, and people. Not in that order</article-title>
          . By X (
          <year>2011</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>J. A.</given-names>
            <surname>Konstan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Riedl</surname>
          </string-name>
          ,
          <article-title>Recommender systems: from algorithms to user experience, User modeling and user-adapted interaction 22 (</article-title>
          <year>2012</year>
          )
          <fpage>101</fpage>
          -
          <lpage>123</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>A.</given-names>
            <surname>Akhadam</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Kbibchi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Mekouar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Iraqi</surname>
          </string-name>
          ,
          <article-title>A comparative evaluation of recommender systems tools</article-title>
          , IEEE Access (
          <year>2025</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>F.</given-names>
            <surname>Shehzad</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Jannach</surname>
          </string-name>
          ,
          <article-title>Everyone'sa winner! on hyperparameter tuning of recommendation models</article-title>
          ,
          <source>in: Proceedings of the 17th ACM Conference on Recommender Systems</source>
          ,
          <year>2023</year>
          , pp.
          <fpage>652</fpage>
          -
          <lpage>657</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>M.</given-names>
            <surname>Quadrana</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Cremonesi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Jannach</surname>
          </string-name>
          ,
          <string-name>
            <surname>Sequence-Aware Recommender</surname>
            <given-names>Systems</given-names>
          </string-name>
          ,
          <source>ACM Comput. Surv</source>
          .
          <volume>51</volume>
          (
          <year>2018</year>
          )
          <fpage>1</fpage>
          -
          <lpage>36</lpage>
          . doi:
          <volume>10</volume>
          .1145/3190616.
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>M. D.</given-names>
            <surname>Ekstrand</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Mahant</surname>
          </string-name>
          ,
          <article-title>Sturgeon and the Cool Kids: Problems with Top-N Recommender Evaluation</article-title>
          ,
          <source>in: Proceedings of the 30th Florida Artificial Intelligence Research Society Conference, FLAIRS 30</source>
          , AAAI Press,
          <year>2017</year>
          . URL: https://aaai.org/papers/639-flairs-2017-15534/.
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>M. D.</given-names>
            <surname>Smucker</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Chamani</surname>
          </string-name>
          , Extending MovieLens-32M to Provide New Evaluation Objectives,
          <year>2025</year>
          . doi:
          <volume>10</volume>
          .48550/arXiv.2504.
          <year>01863</year>
          . arXiv:
          <fpage>2504</fpage>
          .
          <year>01863</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>R.</given-names>
            <surname>Cañamares</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Castells</surname>
          </string-name>
          ,
          <article-title>Should I Follow the Crowd?: A Probabilistic Analysis of the Efectiveness of Popularity in Recommender Systems</article-title>
          ,
          <source>in: The 41st International ACM SIGIR Conference on Research &amp; Development in Information Retrieval, SIGIR '18</source>
          ,
          <string-name>
            <surname>ACM</surname>
          </string-name>
          ,
          <year>2018</year>
          , pp.
          <fpage>415</fpage>
          -
          <lpage>424</lpage>
          . doi:
          <volume>10</volume>
          . 1145/3209978.3210014.
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>O.</given-names>
            <surname>Jeunen</surname>
          </string-name>
          ,
          <article-title>Revisiting ofline evaluation for implicit-feedback recommender systems</article-title>
          ,
          <source>in: Proceedings of the 13th ACM Conference on Recommender Systems</source>
          , RecSys '19,
          <string-name>
            <surname>Association</surname>
          </string-name>
          for Computing Machinery, New York, NY, USA,
          <year>2019</year>
          , pp.
          <fpage>596</fpage>
          -
          <lpage>600</lpage>
          . doi:
          <volume>10</volume>
          .1145/3298689.3347069.
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Saito</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Udagawa</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Kiyohara</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Mogi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Narita</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Tateno</surname>
          </string-name>
          ,
          <article-title>Evaluating the Robustness of Of-Policy Evaluation</article-title>
          ,
          <source>in: Proceedings of the 15th ACM Conference on Recommender Systems</source>
          , RecSys '21,
          <string-name>
            <surname>Association</surname>
          </string-name>
          for Computing Machinery, New York, NY, USA,
          <year>2021</year>
          , pp.
          <fpage>114</fpage>
          -
          <lpage>123</lpage>
          . doi:
          <volume>10</volume>
          . 1145/3460231.3474245.
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <surname>A. J. B. Chaney</surname>
            ,
            <given-names>B. M.</given-names>
          </string-name>
          <string-name>
            <surname>Stewart</surname>
            ,
            <given-names>B. E.</given-names>
          </string-name>
          <string-name>
            <surname>Engelhardt</surname>
          </string-name>
          ,
          <article-title>How algorithmic confounding in recommendation systems increases homogeneity and decreases utility</article-title>
          ,
          <source>in: Proceedings of the 12th ACM Conference on Recommender Systems, RecSys '18</source>
          ,
          <string-name>
            <surname>ACM</surname>
          </string-name>
          ,
          <year>2018</year>
          , pp.
          <fpage>224</fpage>
          -
          <lpage>232</lpage>
          . doi:
          <volume>10</volume>
          .1145/3240323.3240370.
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>P.</given-names>
            <surname>Kouki</surname>
          </string-name>
          , I. Fountalis,
          <string-name>
            <given-names>N.</given-names>
            <surname>Vasiloglou</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Cui</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Liberty</surname>
          </string-name>
          , K. Al Jadda,
          <article-title>From the Lab to Production: A Case Study of Session-Based Recommendations in the Home-Improvement Domain</article-title>
          ,
          <source>in: Proceedings of the Fourteenth ACM Conference on Recommender Systems, RecSys '20</source>
          ,
          <string-name>
            <surname>ACM</surname>
          </string-name>
          ,
          <year>2020</year>
          , pp.
          <fpage>140</fpage>
          -
          <lpage>149</lpage>
          . doi:
          <volume>10</volume>
          .1145/3383313.3412235.
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>C.</given-names>
            <surname>Bauer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Said</surname>
          </string-name>
          , E. Zangerle,
          <article-title>Evaluation perspectives of recommender systems: Driving research and education (dagstuhl seminar 24211)</article-title>
          ,
          <source>Dagstuhl Reports</source>
          <volume>14</volume>
          (
          <year>2024</year>
          )
          <fpage>58</fpage>
          -
          <lpage>172</lpage>
          . doi:
          <volume>10</volume>
          .4230/DagRep. 14.5.58.
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>P.</given-names>
            <surname>Resnick</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Iacovou</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Suchak</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Bergstrom</surname>
          </string-name>
          ,
          <string-name>
            <surname>J. Riedl,</surname>
          </string-name>
          <article-title>GroupLens: An Open Architecture for Collaborative Filtering of Netnews</article-title>
          , in: CSCW '94,
          <string-name>
            <surname>ACM</surname>
          </string-name>
          , New York, NY, USA,
          <year>1994</year>
          , pp.
          <fpage>175</fpage>
          -
          <lpage>186</lpage>
          . doi:
          <volume>10</volume>
          .1145/192844.192905.
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>D.</given-names>
            <surname>Billsus</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. J.</given-names>
            <surname>Pazzani</surname>
          </string-name>
          ,
          <article-title>A hybrid user model for news story classification</article-title>
          ,
          <source>in: Proceedings of the Seventh International Conference on User Modeling</source>
          , volume
          <volume>407</volume>
          <source>of CISM International Centre for Mechanical Sciences</source>
          , Springer,
          <year>1999</year>
          , pp.
          <fpage>99</fpage>
          -
          <lpage>108</lpage>
          . doi:
          <volume>10</volume>
          .1007/978-3-
          <fpage>7091</fpage>
          -2490-1_
          <fpage>10</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>W.</given-names>
            <surname>Hill</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Stead</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Rosenstein</surname>
          </string-name>
          , G. Furnas,
          <article-title>Recommending and evaluating choices in a virtual community of use</article-title>
          ,
          <source>in: CHI '95: Proceedings of the SIGCHI Conference on Human Factors in Computing Systems</source>
          , ACM Press/Addison-Wesley Publishing Co., New York, NY, USA,
          <year>1995</year>
          , pp.
          <fpage>194</fpage>
          -
          <lpage>201</lpage>
          . doi:
          <volume>10</volume>
          .1145/223904.223929.
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>B.</given-names>
            <surname>Smyth</surname>
          </string-name>
          ,
          <article-title>People who liked this also liked... a publication analysis of three decades of recommender systems research</article-title>
          ,
          <source>ACM Transactions on Recommender Systems</source>
          (
          <year>2025</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>S. M.</given-names>
            <surname>McNee</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Riedl</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. A.</given-names>
            <surname>Konstan</surname>
          </string-name>
          ,
          <article-title>Being accurate is not enough: how accuracy metrics have hurt recommender systems</article-title>
          , in: CHI'
          <article-title>06 extended abstracts on Human factors in computing systems</article-title>
          ,
          <year>2006</year>
          , pp.
          <fpage>1097</fpage>
          -
          <lpage>1101</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <given-names>C.</given-names>
            <surname>Bauer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Zangerle</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Said</surname>
          </string-name>
          ,
          <article-title>Exploring the Landscape of Recommender Systems Evaluation: Practices and Perspectives</article-title>
          ,
          <source>ACM Trans. Recomm. Syst</source>
          .
          <volume>2</volume>
          (
          <year>2024</year>
          )
          <volume>11</volume>
          :
          <fpage>1</fpage>
          -
          <lpage>11</lpage>
          :
          <fpage>31</fpage>
          . doi:
          <volume>10</volume>
          .1145/3629170.
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <given-names>M.</given-names>
            <surname>Kaminskas</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Bridge</surname>
          </string-name>
          , Diversity, serendipity, novelty, and
          <article-title>coverage: a survey and empirical analysis of beyond-accuracy objectives in recommender systems</article-title>
          ,
          <source>ACM Transactions on Interactive Intelligent Systems (TiiS) 7</source>
          (
          <issue>2016</issue>
          )
          <fpage>1</fpage>
          -
          <lpage>42</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21]
          <string-name>
            <given-names>E.</given-names>
            <surname>Voorhees</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Harman</surname>
          </string-name>
          ,
          <article-title>Overview of the sixth text retrieval conference (TREC-6</article-title>
          ), Nist Special Publication Sp (
          <year>1998</year>
          )
          <fpage>1</fpage>
          -
          <lpage>24</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [22]
          <string-name>
            <given-names>S.</given-names>
            <surname>Barocas</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Guo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Kamar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Krones</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. R.</given-names>
            <surname>Morris</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. W.</given-names>
            <surname>Vaughan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W. D.</given-names>
            <surname>Wadsworth</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Wallach</surname>
          </string-name>
          ,
          <article-title>Designing disaggregated evaluations of AI systems: Choices, considerations, and tradeofs</article-title>
          ,
          <source>in: Proceedings of the 2021 AAAI/ACM Conference on AI</source>
          ,
          <string-name>
            <surname>Ethics</surname>
          </string-name>
          , and Society, Association for Computing Machinery, New York, NY, USA,
          <year>2021</year>
          , pp.
          <fpage>368</fpage>
          -
          <lpage>378</lpage>
          . doi:
          <volume>10</volume>
          .1145/3461702.3462610.
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [23]
          <string-name>
            <surname>M. D. Ekstrand</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          <string-name>
            <surname>Carterette</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          <string-name>
            <surname>Diaz</surname>
          </string-name>
          ,
          <article-title>Distributionally-informed recommender system evaluation</article-title>
          ,
          <source>ACM Transactions on Recommender Systems</source>
          <volume>2</volume>
          (
          <year>2024</year>
          ) 6:
          <fpage>1</fpage>
          -
          <lpage>27</lpage>
          . doi:
          <volume>10</volume>
          .1145/3613455.
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          [24]
          <string-name>
            <given-names>E.</given-names>
            <surname>Zangerle</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Bauer</surname>
          </string-name>
          ,
          <source>Evaluating Recommender Systems: Survey and Framework, ACM Comput. Surv</source>
          .
          <volume>55</volume>
          (
          <year>2022</year>
          )
          <volume>170</volume>
          :
          <fpage>1</fpage>
          -
          <lpage>170</lpage>
          :
          <fpage>38</fpage>
          . doi:
          <volume>10</volume>
          .1145/3556536.
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          [25]
          <string-name>
            <given-names>C.</given-names>
            <surname>Bauer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Ferro</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Fuhr</surname>
          </string-name>
          ,
          <article-title>Conversational agents: A framework for evaluation (cafe)(dagstuhl</article-title>
          perspectives workshop 24352),
          <source>Dagstuhl Reports</source>
          <volume>14</volume>
          (
          <year>2025</year>
          )
          <fpage>53</fpage>
          -
          <lpage>58</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          [26]
          <string-name>
            <given-names>Z.</given-names>
            <surname>Sun</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Yu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Fang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Yang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Qu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Zhang</surname>
          </string-name>
          , C. Geng, Are We Evaluating Rigorously?
          <article-title>Benchmarking Recommendation for Reproducible Evaluation and Fair Comparison</article-title>
          , in: RecSys '20,
          <string-name>
            <surname>Association</surname>
          </string-name>
          for Computing Machinery, New York, NY, USA,
          <year>2020</year>
          , pp.
          <fpage>23</fpage>
          -
          <lpage>32</lpage>
          . doi:
          <volume>10</volume>
          .1145/ 3383313.3412489.
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          [27]
          <string-name>
            <given-names>B.</given-names>
            <surname>Hidasi</surname>
          </string-name>
          , Á. T. Czapp,
          <article-title>Widespread Flaws in Ofline Evaluation of Recommender Systems</article-title>
          ,
          <source>in: Proceedings of the 17th ACM Conference on Recommender Systems</source>
          , RecSys '23,
          <string-name>
            <surname>Association</surname>
          </string-name>
          for Computing Machinery, New York, NY, USA,
          <year>2023</year>
          , pp.
          <fpage>848</fpage>
          -
          <lpage>855</lpage>
          . doi:
          <volume>10</volume>
          .1145/3604915.3608839.
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          [28]
          <string-name>
            <given-names>Z.</given-names>
            <surname>Meng</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>McCreadie</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Macdonald</surname>
          </string-name>
          ,
          <string-name>
            <surname>I. Ounis</surname>
          </string-name>
          ,
          <article-title>Exploring Data Splitting Strategies for the Evaluation of Recommendation Models</article-title>
          ,
          <source>in: Fourteenth ACM Conference on Recommender Systems</source>
          , Association for Computing Machinery, New York, NY, USA,
          <year>2020</year>
          , pp.
          <fpage>681</fpage>
          -
          <lpage>686</lpage>
          . doi:
          <volume>10</volume>
          . 1145/3383313.3418479.
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          [29]
          <string-name>
            <given-names>M.</given-names>
            <surname>Schmidt</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Nitschke</surname>
          </string-name>
          , T. Prinz,
          <article-title>Evaluating the performance-deviation of itemKNN in RecBole</article-title>
          and LensKit,
          <year>2024</year>
          . doi:
          <volume>10</volume>
          .48550/arXiv.2407.13531. arXiv:
          <volume>2407</volume>
          .
          <fpage>13531</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          [30]
          <string-name>
            <given-names>T.</given-names>
            <surname>Vente</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Wegmeth</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Said</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Beel</surname>
          </string-name>
          , From Clicks to Carbon:
          <article-title>The Environmental Toll of Recommender Systems</article-title>
          ,
          <source>in: Proceedings of the 18th ACM Conference on Recommender Systems</source>
          , RecSys '24,
          <string-name>
            <surname>Association</surname>
          </string-name>
          for Computing Machinery, New York, NY, USA,
          <year>2024</year>
          , pp.
          <fpage>580</fpage>
          -
          <lpage>590</lpage>
          . doi:
          <volume>10</volume>
          . 1145/3640457.3688074.
        </mixed-citation>
      </ref>
      <ref id="ref31">
        <mixed-citation>
          [31]
          <string-name>
            <given-names>G.</given-names>
            <surname>Spillo</surname>
          </string-name>
          ,
          <string-name>
            <surname>A. De Filippo</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          <string-name>
            <surname>Musto</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Milano</surname>
          </string-name>
          , G. Semeraro,
          <article-title>Comparing data reduction strategies for energy-eficient green recommender systems</article-title>
          ,
          <source>Journal of Intelligent Information Systems</source>
          (
          <year>2025</year>
          ).
          <source>doi:10.1007/s10844-025-00965-1.</source>
        </mixed-citation>
      </ref>
      <ref id="ref32">
        <mixed-citation>
          [32]
          <string-name>
            <given-names>G.</given-names>
            <surname>Spillo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. G.</given-names>
            <surname>Valerio</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Franchini</surname>
          </string-name>
          ,
          <string-name>
            <surname>A. De Filippo</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          <string-name>
            <surname>Musto</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Milano</surname>
          </string-name>
          , G. Semeraro, RecSys CarbonAtor:
          <article-title>Predicting Carbon Footprint of Recommendation System Models</article-title>
          , in: L.
          <string-name>
            <surname>Boratto</surname>
          </string-name>
          ,
          <string-name>
            <surname>A. De Filippo</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          <string-name>
            <surname>Lex</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          <string-name>
            <surname>Ricci</surname>
          </string-name>
          (Eds.),
          <source>Recommender Systems for Sustainability and Social Good</source>
          , Springer Nature Switzerland, Cham,
          <year>2025</year>
          , pp.
          <fpage>98</fpage>
          -
          <lpage>110</lpage>
          . doi:
          <volume>10</volume>
          .1007/978-3-
          <fpage>031</fpage>
          -87654-7_
          <fpage>10</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref33">
        <mixed-citation>
          [33]
          <string-name>
            <given-names>D.</given-names>
            <surname>Di Palma</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F. A.</given-names>
            <surname>Merra</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Sfilio</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V. W.</given-names>
            <surname>Anelli</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Narducci</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Di</surname>
          </string-name>
          <string-name>
            <surname>Noia</surname>
          </string-name>
          ,
          <article-title>Do llms memorize recommendation datasets? a preliminary study on movielens-1m</article-title>
          ,
          <source>in: Proceedings of the 48th International ACM SIGIR Conference on Research and Development in Information Retrieval</source>
          ,
          <year>2025</year>
          , pp.
          <fpage>2582</fpage>
          -
          <lpage>2586</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref34">
        <mixed-citation>
          [34]
          <string-name>
            <given-names>S.</given-names>
            <surname>Milano</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Taddeo</surname>
          </string-name>
          , L. Floridi,
          <article-title>Recommender systems and their ethical challenges</article-title>
          ,
          <source>AI &amp; SOCIETY</source>
          <volume>35</volume>
          (
          <year>2020</year>
          )
          <fpage>957</fpage>
          -
          <lpage>967</lpage>
          . doi:
          <volume>10</volume>
          .1007/s00146-020-00950-y.
        </mixed-citation>
      </ref>
      <ref id="ref35">
        <mixed-citation>
          [35]
          <string-name>
            <given-names>S.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Zhang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Ricci</surname>
          </string-name>
          ,
          <source>Trustworthy Recommender Systems, ACM Trans. Intell. Syst. Technol</source>
          .
          <volume>15</volume>
          (
          <year>2024</year>
          )
          <volume>84</volume>
          :
          <fpage>1</fpage>
          -
          <lpage>84</lpage>
          :
          <fpage>20</fpage>
          . doi:
          <volume>10</volume>
          .1145/3627826.
        </mixed-citation>
      </ref>
      <ref id="ref36">
        <mixed-citation>
          [36]
          <string-name>
            <surname>M. D. Ekstrand</surname>
            ,
            <given-names>M. C.</given-names>
          </string-name>
          <string-name>
            <surname>Willemsen</surname>
          </string-name>
          ,
          <article-title>Behaviorism is not enough: Better recommendations through listening to users</article-title>
          ,
          <source>in: Proceedings of the 10th ACM Conference on Recommender Systems</source>
          ,
          <year>2016</year>
          ,
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>