<!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 />
    <article-meta>
      <title-group>
        <article-title>Multi-Objective Recommender Systems: Survey and Challenges∗</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>DIETMAR JANNACH</string-name>
          <email>dietmar.jannach@aau.at</email>
        </contrib>
        <contrib contrib-type="author">
          <string-name>University of Klagenfurt</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Austria</string-name>
        </contrib>
      </contrib-group>
      <abstract>
        <p>Recommender systems can be characterized as software solutions that provide users convenient access to relevant content. Traditionally, recommender systems research predominantly focuses on developing machine learning algorithms that aim to predict which content is relevant for individual users. In real-world applications, however, optimizing the accuracy of such relevance predictions as a single objective in many cases is not suficient. Instead, multiple and often competing objectives have to be considered, leading to a need for more research in multi-objective recommender systems. We can diferentiate between several types of such competing goals, including (i) competing recommendation quality objectives at the individual and aggregate level, (ii) competing objectives of diferent involved stakeholders, (iii) long-term vs. short-term objectives, (iv) objectives at the user interface level, and (v) system level objectives. In this paper we review these types of multi-objective recommendation settings and outline open challenges in this area. Additional Key Words and Phrases: Recommender systems, Multi-objective optimization, Beyond-accuracy evaluation, Multistakeholder recommendation, Short-term and long-term objectives</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        1 INTRODUCTION
Generically defined, recommender systems can be characterized as software solutions that provide users convenient access
to relevant content. The types of conveniences that such systems provide can be manifold. Historically, recommender
systems were mainly designed as information filtering tools, like the early GroupLens system [
        <xref ref-type="bibr" rid="ref62">62</xref>
        ] from 1994. Later
on, various other ways were investigated how such systems can create value, e.g., by helping users discover relevant
content, by providing easy access to related content (e.g., accessories), or by even taking automatic action like creating
and starting a music playlist.
      </p>
      <p>
        While a recommender systems can serve various purposes and create value in diferent ways [
        <xref ref-type="bibr" rid="ref40">40</xref>
        ], the predominant
(implicit) objective of recommender systems in literature today can be described as “guide users to relevant items in
situations of information overload”, or simply “find good items” [
        <xref ref-type="bibr" rid="ref26">26</xref>
        ]. The most common way of operationalizing this
information filtering problem is to frame the recommendation task as a supervised machine learning problem. The
core of this problem is to learn a function from noisy data, which accurately predicts the relevance of a given item for
individual users, sometimes also taking contextual factors into account.
      </p>
      <p>
        Although the actual relevance of recommended items can be assessed in diferent ways [
        <xref ref-type="bibr" rid="ref25">25</xref>
        ], data-based ofline
experiments dominate the research landscape. In early years, rating prediction was considered a central task of a
recommender and the corresponding objective was to minimize the mean absolute error (MAE), see [
        <xref ref-type="bibr" rid="ref68">68</xref>
        ] for work using
MAE in 1996. Nowadays, item ranking is mostly considered to be more important than rating prediction, and a variety
of corresponding ranking accuracy measures are used today.
      </p>
      <p>While the metrics changed over time, the research community has been working on optimizing relevance predictions
in increasingly sophisticated ways for almost 30 years now. The main objective of such research is to minimize the
relevance prediction error or to maximize the accuracy of the recommendations. The underlying assumption of these
research approaches is that better relevance predictions lead to systems that are more valuable for their users. This
seems intuitive for many practical applications, because a better algorithm should surface more relevant items in the
top-N lists shown to users.
∗Copyright 2022 for this paper by its authors. Use permitted under Creative Commons License Attribution 4.0 International (CC BY 4.0).
Presented at the MORS workshop held in conjunction with the 16th ACM Conference on Recommender Systems (RecSys), 2022, in Seattle, USA.</p>
      <p>
        Such an assumption might however not always be true, and it was pointed out many years ago that “being accurate
is not enough” [
        <xref ref-type="bibr" rid="ref53">53</xref>
        ]. A recommender system might for example present users with obvious recommendations, e.g.,
recommending new Star Wars sequels to a Star Wars lover. The prediction error for such recommendations might be
even close to zero. But so will be the value of the recommendations to users, who most probably know these movies
already. Observations like this led to a multitude of research eforts on “beyond-accuracy” measures like diversity,
novelty, or serendipity, see [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ] for an early work from 2001. Which beyond-accuracy dimension is relevant for a given
setting depends on the purpose the recommender is intended to serve [
        <xref ref-type="bibr" rid="ref32">32</xref>
        ]. Independent of the purpose, beyond-accuracy
measures however often compete with accuracy measures, leading to the problem that multiple objectives have to be
balanced when serving recommendations.
      </p>
      <p>
        Historically, when considering the purpose of a recommender system, the focus of research was on the value of
such a system for consumers. Only in recent years more attention was paid to the fact that recommender systems in
practice factually serve some business or organizational objectives. Considering these provider-side aspects therefore
requires that we see recommendation as a problem where the interests and objectives of multiple stakeholders must be
considered [
        <xref ref-type="bibr" rid="ref1 ref2">1, 2</xref>
        ], often also taking diferent optimization time horizons into account.
      </p>
      <p>
        Overall, while being able to predict the relevance of individual items for users remains to be a central and relevant
problem, considering only one type of objectives, i.e., prediction accuracy, and the corresponding metrics may be
too simplistic and ultimately limit the impact of academic research eforts in practice. One important way to escape
the limitations of current research practice is to consider multiple quality dimensions and stakeholder objectives in
parallel [
        <xref ref-type="bibr" rid="ref34">34</xref>
        ]. Next, in Section 2, we will discuss various forms of multi-objective recommender systems found in the
literature.
2
      </p>
      <p>
        TYPES OF MULTI-OBJECTIVE RECOMMENDATION SETTINGS
On a very general level, we can define that “ a multi-objective recommender system (MORS) is a system designed to
jointly optimize or balance more than one optimization goal.” Figure 1 provides an taxonomy of diferent and mostly
orthogonal types of multi-objective recommendation settings. We note that the various objectives to be pursued with
a recommender system are in many cases competing. Diversity goals, for instance, typically stand in contrast with
accuracy. However, not all objectives necessarily represent such a contrast. Increasing the musical coherence of a
playlist for example showed to be advantageous in terms of accuracy in some cases in [
        <xref ref-type="bibr" rid="ref36">36</xref>
        ]. Also, when considering
short-term and long-term objectives, taking measures to increase interactivity and engagement with the system in the
short term is usually considered beneficial for customer retention in the long run [
        <xref ref-type="bibr" rid="ref24">24</xref>
        ]. Note that while most discussed
objectives are algorithmic ones, there may also be non-algorithmic objectives at the user experience level, i.e., objectives
that are not tied to a specific underlying algorithm.
2.1
      </p>
      <p>Recommendation Quality Objectives
Under this category, we subsume problem settings, where more than one quality objective of recommendations for
users must be considered. We can diferentiate between the system considering such objectives at the level of individual
users or at an aggregate level, i.e., for the entire user base.</p>
      <p>Individual level. At the individual level, consumers can have specific (short-term) preferences, e.g., regarding item
features that should be considered in parallel. For instance, a user of a hotel booking platform might be interested in a
relatively cheap hotel, which in addition is close to the city center. In such a situation, a recommender system might</p>
      <p>Quality </p>
      <p>Objectives
Individual level, e.g.,
• Multi‐criteria </p>
      <p>optimization
• Calibration
Aggregate level, e.g.,
• Global diversity, 
serendipity, novelty, …</p>
      <p>Multi‐Objective Recommender Systems
Multistakeholder </p>
      <p>Objectives
Two stakeholders, e.g.,
• Consumer and Provider </p>
      <p>(relevance vs. profit)
More stakeholders, e.g., 
• Consumer and Platform 
and Provider (relevance 
vs. commission profit vs. 
revenue) </p>
      <p>Time Horizon </p>
      <p>Objectives
Long‐term, e.g., 
• Customer retention
• Satisfaction
• …
Short‐term, e.g., 
• Click‐through rates
• Profitability</p>
      <p>System‐related Objectives
Trade‐offs, e.g., 
• Accuracy vs. scalability</p>
      <p>User Experience </p>
      <p>Objectives
Trade‐offs, e.g., 
• Information 
completeness vs. </p>
      <p>Information Overload
• Transparency vs. </p>
      <p>Cognitive Effort
• Cognitive Effort vs. </p>
      <p>User Control vs. </p>
      <p>
        Usability
• Flexibility vs. Efficiency
therefore strive to find an ofering that respects both preferences as good as possible. Such problem settings often occur
in interactive or conversational recommendation scenarios. Technically, a variety of Multi-Criteria Decision-Making
(MCDM) methods such as Analytic Hierarchical Process (AHP), the Weighted Sum Method (WSM) or Multi-Attribute
Utility Theory (MAUT) can be applied, see [
        <xref ref-type="bibr" rid="ref48 ref74">48, 74</xref>
        ]. Such methods can also be part of interactive constraint-based
recommendation approaches [
        <xref ref-type="bibr" rid="ref31">31</xref>
        ] to rank items. In addition, some of these constraint-based approaches support
the automatic relaxation of individual user preferences in case none of the remaining items matches all consumer
preferences [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ].
      </p>
      <p>
        A diferent way to consider multiple user preferences at the individual level is called calibration. In such an approach,
the idea usually is to match certain beyond-accuracy aspects of the recommendation list with past preference profiles
of individual users. In an early work, Oh et al. [
        <xref ref-type="bibr" rid="ref57">57</xref>
        ] tried to align the recommendations with the past popularity
tendencies of a user. Later, Jugovac et al. [
        <xref ref-type="bibr" rid="ref42">42</xref>
        ] extended the approach for multiple optimization objectives. A more
formal characterization of calibration was introduced in [
        <xref ref-type="bibr" rid="ref69">69</xref>
        ] by Steck, and [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] represents another recent work into
that direction. In most cases the central idea of these approaches is to match two distributions, e.g., the popularity
distribution of items in the user profile and the popularity distribution of recommendations. An alternative optimization
goal was used in [
        <xref ref-type="bibr" rid="ref36">36</xref>
        ] for the music domain, where the objective was to find musically coherent playlist continuations
while preserving prediction accuracy.
      </p>
      <p>
        Aggregate level. The majority of published research on balancing diferent recommendation quality aspects targets
the aggregate level. The objective of such works is to balance the recommendations for the entire user base, the
corresponding metrics are therefore usually averages. The most common beyond-accuracy measures in the literature
include diversity, novelty, serendipity, catalog coverage, popularity bias or fairness, see, e.g., [
        <xref ref-type="bibr" rid="ref18 ref3 ref43 ref6 ref75">3, 6, 18, 43, 75</xref>
        ]. Most
commonly, the goal is to balance accuracy with exactly one of these measures, assuming that there is a trade-of between
these quality factors. Increasing diversity is for example commonly assumed having a negative impact on accuracy
metrics. A few works exist which consider more than two factors. In an earlier work in this area [
        <xref ref-type="bibr" rid="ref64">64</xref>
        ], the authors
describe an efort to build a talent recommendation system at LinkedIn, which not only considers the semantic match
between a candidate profile and a job, but which also take side constraints into account, for instance, the presumed
willingness of a candidate to change positions.
      </p>
      <p>
        Technically, a variety of approaches to balance competing goals can be found in the literature. Re-ranking
accuracyoptimized lists is probably the most common approach and was also used in early approaches for diversification
[
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]. Alternative techniques for creating a balanced lists or for merging diferent lists include constraint optimization
techniques, graph-based and neighborhood-based approaches, methods that are based on the concept of Pareto eficiency,
methods that integrate diferent objectives in their loss function, or bandit-based approaches that address the
exploreexploit problem for improved discovery through novel recommendations [
        <xref ref-type="bibr" rid="ref16 ref29 ref30 ref52 ref63 ref66 ref79 ref80 ref81">16, 29, 30, 52, 63, 66, 79–81</xref>
        ].
2.2
      </p>
      <p>
        Multistakeholder Objectives
The beyond-accuracy quality metrics discussed in the previous section were historically mostly introduced to improve
recommendations for end users. Higher diversity, for example, should avoid monotonicity, and novelty should support
discovery. The underlying assumption—also of pure accuracy-oriented works—is that improving diferent quality
aspects for users would be at least indirectly beneficial for the providers. Only in recent years, more attention was
paid in the literature to the fact that many recommendation scenarios in the real world are situated in environments,
where the objectives of multiple stakeholders have to be considered. The common players in such multistakeholder
recommendation problems include end consumers, recommendation service providers, item suppliers, and sometimes
even parts of a broader society [
        <xref ref-type="bibr" rid="ref1 ref34">1, 34</xref>
        ]. In such settings, a recommender system may serve diferent purposes for diferent
stakeholders [
        <xref ref-type="bibr" rid="ref32">32</xref>
        ], and the related objectives may stand in conflict. 1
      </p>
      <p>
        A typical problem setting in practice that involves two stakeholders is that of balancing consumer and provider
objectives. In many cases, there may be a potential trade-of between (a) recommending the most relevant items for
consumers and (b) recommending items that are also somewhat relevant but assumed to be favorable in terms of the
provider’s business objectives. Some of the discussed beyond-accuracy metrics can actually be seen as serving both
stakeholders. Making more novel recommendations not only potentially leads to a better user experience, but also to
more engagement with the service and longer term customer retention [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ].
      </p>
      <p>
        A number of research works however also consider business (or: organizational) objectives more directly, in particular
in the form of recommender systems that are “‘price and profit aware” [
        <xref ref-type="bibr" rid="ref33">33</xref>
        ]. In [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ], for instance, two heuristic
profitaware strategies are proposed and the authors found that such methods can increase the profit from cross-selling
without losing much recommendation accuracy. A number of other possible solutions to maximize provider profitability
were proposed over the years, using a variety of approaches including mathematical optimization with side constraints,
re-ranking accuracy-optimized lists based on profit considerations, random walks over graphs or analytical modeling
[
        <xref ref-type="bibr" rid="ref59 ref76 ref9 ref9">9, 9, 59, 76</xref>
        ]
      </p>
      <p>
        Besides such situations with potential consumer-provider trade-ofs, there are settings that involve even more
stakeholders to consider. A problem that has been studied for several years—even though not under the name
multistakeholder recommendation—is that of group recommendation [
        <xref ref-type="bibr" rid="ref50">50</xref>
        ]. In such settings, the system’s goal is to determine a
set of recommendations that suit the preferences of a group of users, e.g., friends who want to watch a movie together.
A variety of strategies to aggregate the individual user preferences were proposed over the years. Early works on the
1In some cases there may even be subgroups within the consumer stakeholder group, e.g., free vs. premium or new vs. existing customers, for which
diferent objectives may exist.
topic can be found in [
        <xref ref-type="bibr" rid="ref56">56</xref>
        ] and [
        <xref ref-type="bibr" rid="ref49">49</xref>
        ]. In [
        <xref ref-type="bibr" rid="ref49">49</xref>
        ], for instance, Masthof reports the outcomes of diferent user studies aimed to
understand how humans make choices for a group and finds that humans indeed sometimes follow strategies inspired
from Social Choice Theory. We note here that the group recommendation setting difers from other multistakeholder
scenarios in that all stakeholders receive the same set of recommendations.
      </p>
      <p>
        Reciprocal recommendation is another specific set of problem settings involving multiple stakeholders. Here, instead
of recommending items to users, the problem is to recommend users to users, also known as people-to-people
recommendation. Typical application scenarios are recommendations on dating and recruiting platforms. A particularity of
such settings is that the success of a recommendation is not determined solely by the recipient of the recommendation,
but there must be a mutual preference match or compatibility between the two people involved, see [
        <xref ref-type="bibr" rid="ref58">58</xref>
        ] for an in-depth
discussion on the topic. The recommendation service provider therefore faces additional complexities in the matching
process and in parallel has to observe its own business objectives and constraints. On a job recommendation platform,
for example, the provider may have to additionally ensure that each paid job advertisement receives a minimum number
of relevant impressions, i.e., exposure [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ].
      </p>
      <p>
        Similar considerations may generally apply when the recommendation platform serves as a marketplace with multiple
suppliers of identical or comparable items. Let us consider again the example of a typical hotel booking platform, which
serves personalized recommendations to its users [
        <xref ref-type="bibr" rid="ref34">34</xref>
        ]. Besides the consumer, who already might have competing
objectives, there are the property owners, who have their oferings listed on the booking platform and pay a commission
for each booking. The goal of the property owners is that their oferings are exposed to as many matching customers
as possible in order to increase the chances of being booked. The booking platform, finally, is not only interested in
recommending matching hotels to consumers, but might also seek to maximize their commission, e.g., by recommending
slightly more expensive hotels. In addition, to balancing these objectives, the platform may furthermore have to ensure
that all listed properties reach a suficient level of exposure, i.e., chance of being booked. This may be required to ensure
a long-term relationship with property owners, who might otherwise discontinue to list their oferings on the platform
at some stage [
        <xref ref-type="bibr" rid="ref44">44</xref>
        ]. We discuss short-term and long-term objectives next.
2.3
      </p>
      <p>
        Time Horizon Objectives
In some application domains, it might be quite simple to increase short-term Key Performance Indicators (KPIs). In the
hotel booking scenario which we have just discussed, boosting short-term revenue might be achieved by recommending
hotels with currently discounted rates, which maximizes the probability of a transaction [
        <xref ref-type="bibr" rid="ref38">38</xref>
        ]. In the news domain,
recommending articles on trending topics, articles with click-bait headlines or generally popular content such as
celebrity gossip may lead to high click-through-rates (CTR). In the music domain, recommending tracks of trending or
popular artists, which the user already knows, may be a safe strategy when the target metric is to avoid “skip” events.
      </p>
      <p>Such strategies that are successful in the short term may however be non-optimal or even detrimental in the long run.
The recommendation of discounted hotel rooms may be bad for profit. News readers may be disappointed when actually
reading articles with a clickbait headline and may not trust these recommendations in the future. Music listeners finally
may have dificulties to discover new artists over time and may quit using the service after some time.</p>
      <p>
        Most academic research is based on one-shot evaluations, typically focusing on the prediction accuracy given a
static dataset and a certain point in time. Longitudinal efects of diferent recommendation strategies are much less
explored and there is also limited literature on the long-term efects of recommender systems in industry. A/B tests in
industry may last from a few weeks to several months. In [
        <xref ref-type="bibr" rid="ref24">24</xref>
        ], the case of Netflix is discussed, where one main KPI
is customer retention, which is oriented towards the long-term perspective. In their case, attributing changes in the
recommender system to such long-term efects is reported to be challenging, e.g., because of already high retention
rates and the need for large user samples. Other reports from real-world deployments a recommender systems can be
found in [
        <xref ref-type="bibr" rid="ref59">59</xref>
        ] or [
        <xref ref-type="bibr" rid="ref45">45</xref>
        ]. In [
        <xref ref-type="bibr" rid="ref45">45</xref>
        ], the authors for example found that using a recommender system led to decreased sales
diversity compared to a situation without a recommender. A similar efect was reported in [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ], where the recommender
system on a music streaming site led to a reduced consumption diversity. A survey of other reports on real-world
applications of recommender systems can be found in [
        <xref ref-type="bibr" rid="ref35">35</xref>
        ].
      </p>
      <p>
        Given the limitations of one-shot evaluations, we have observed an increased interest in longitudinal studies in recent
years. One prominent line of research lies in the area of reinforcement learning (RL) approaches in particular in the form
of contextual bandits, see e.g. [
        <xref ref-type="bibr" rid="ref46">46</xref>
        ] for an earlier work in the news domain. In such approaches, the system sequentially
selects items to recommend to users and then incorporates the users’ feedback for subsequent recommendations.
Diferent recommendation algorithms can be evaluated ofline with the help of simulators, e.g., [
        <xref ref-type="bibr" rid="ref51 ref65">51, 65</xref>
        ]. A common
challenge in this context is to ensure that such evaluations are unbiased [
        <xref ref-type="bibr" rid="ref27 ref47">27, 47</xref>
        ]. We note that the consideration of
temporal aspects such as diferent time horizons or delayed feedback have been explored in the RL literature for the
related problem of computational advertising for several years [
        <xref ref-type="bibr" rid="ref13 ref72">13, 72</xref>
        ].
      </p>
      <p>
        Reinforcement learning approaches typically aim at finding a strategy to maximize the expected reward. During the
last few years, a number of studies that use other forms of simulations were published that focus on other important
longterm phenomena of recommender systems. These studies for example focus on longitudinal efects of recommender
systems on sales diversity [
        <xref ref-type="bibr" rid="ref22">22</xref>
        ], potential reinforcement efects in terms of popularity bias and other aspects for
traditional and session-based recommendations [
        <xref ref-type="bibr" rid="ref21 ref37">21, 37</xref>
        ], longitudinal performance efects of recommender systems and
the “performance paradox” [
        <xref ref-type="bibr" rid="ref78">78</xref>
        ], diferences in terms of long-term efects of consumer-oriented and profit-oriented
recommendation strategies [
        <xref ref-type="bibr" rid="ref23">23</xref>
        ].
2.4
      </p>
      <p>
        User Experience Objectives
Going beyond specifics of individual algorithms, there can be also various objectives to be pursued at the user interaction
level of a recommender system. The design space for the user interface of recommender systems is actually large, see
[
        <xref ref-type="bibr" rid="ref41">41</xref>
        ], and there thus may be a number of competing objectives at the user interface (UI) level.
      </p>
      <p>Here, we only list a few examples of potential trade-ofs that may be common for many recommender system
applications.</p>
      <p>
        • Information Completeness vs. Information Overload: This, for instance, refers to the question of how many items
should be shown to users and if we should completely filter out certain items from the result list. Showing
too few options may give users the feeling that the system holds back some information. If there is too much
information users will find themselves again in a situation of information overload [
        <xref ref-type="bibr" rid="ref11 ref7">7, 11</xref>
        ]. Besides the question
of how many options to show, a related question is how much detail and additional information to show for
each recommendation.
• Transparency and User Control vs. Cognitive Efort : Transparency and explanations are commonly considered to
be trust-establishing factors in recommender systems [
        <xref ref-type="bibr" rid="ref61">61</xref>
        ]. A variety of diferent ways of explaining
recommendations were proposed in the literature [
        <xref ref-type="bibr" rid="ref55 ref73">55, 73</xref>
        ]. Many of these academic proposals are quite complex and
may easily cognitively overload average end users. Similar considerations apply for approaches that implement
mechanisms for user control in recommender systems [
        <xref ref-type="bibr" rid="ref19 ref39">19, 39</xref>
        ].
• Flexibility vs. Eficiency : This question arises in the context of modern conversational recommender systems
that are implemented in the form of chatbots. Chatbots typically support two forms of interactions: a) natural
language input and b) form-based input (i.e., using buttons). While natural language inputs may allow for more
lfexible interactions, the study in [
        <xref ref-type="bibr" rid="ref28">28</xref>
        ], for instance, indicated that a combination of interaction modalities was
most efective.
      </p>
      <p>
        Several other more general design trade-ofs may exist depending on the specific application, e.g., regarding acceptable
levels automating adaptivity of the user interface, which may hamper usability [
        <xref ref-type="bibr" rid="ref60">60</xref>
        ].
2.5
      </p>
      <p>System Objectives
In this final category we discuss technical aspects and their potential trade-ofs. We call them “system objectives”, as
they refer to more general system properties.</p>
      <p>
        One such trade-of in practice may lie in the complexity of the underlying algorithms and the gains that one may
obtain in terms of business-related KPIs. Already in the context of the Netflix Prize [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] we could observe that the
winning solutions were finally not put into production, partly due to their complexity. Similar considerations can be
made for today’s sometimes computationally demanding methods based on deep learning. In some cases there might be
a diminishing return of deploying the most sophisticated models in production, only because they lead to slightly better
accuracy values in ofline testing. In some research works, it even turns out that “embarrassingly shallow” models can
be highly competitive in ofline evaluations [
        <xref ref-type="bibr" rid="ref70">70</xref>
        ].
      </p>
      <p>
        With highly complex models, not only scalability issues may arise and monetary costs for computing resources
may increase, the complexity of the architectures might also make such systems more dificult to maintain, debug,
and explain. On the other hand, solutions built upon modern deep learning frameworks are sometimes reported to
be advantageous over conceptually simpler, but specialized solutions, because these frameworks and deep learning
architectures make it very easy to integrate various types of information into the models [
        <xref ref-type="bibr" rid="ref71">71</xref>
        ].
3
      </p>
      <p>SUMMARY AND CHALLENGES
Our review outlines that providing automated recommendations is a problem that may require the consideration of
more than one objective in many real-world use cases. Such multi-objective settings may include competing objectives
of consumers, possible tensions between goals of diferent stakeholders, conflicts when optimizing for diferent time
horizons, competing design choices at the UI level, as well as system-level and engineering-related considerations.
In this work, we reviewed the literature in this area and provided a taxonomy to organize the various dimensions of
multi-objective recommendation. We note here that the categories of the taxonomy are not mutually exclusive. For
instance, a multi-objective recommendation approach may address both aspects regarding diferent time horizons as
well as the possibly competing goals of the involved stakeholders.</p>
      <p>In practice, one main challenge may usually lie in deciding on the right balance between the competing goals from
an organizational perspective. Various stakeholders from diferent organizational units may have to agree on such
decisions, and corresponding KPIs need to be defined and monitored. Given these KPIs, suitable optimization goals and
possibly proxy measures have to be implemented and validated at the technical level.</p>
      <p>
        In academic settings, researchers typically abstract from the specifics of a given application context, aimed at
developing generalizable algorithmic solutions to deal with multi-objective problem settings. This abstraction process commonly
involves the use of ofline evaluation approaches , the establishment of certain assumptions, and the introduction of
computational metrics which should be optimized. After such an abstraction, one main challenge, however, lies in
the evaluation process and, in particular, in making sure that improvements that are observed in terms of abstract
evaluation measures would translate to better systems in practice [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ].
      </p>
      <p>
        Unfortunately, in many of today’s research works, we observe phenomena similar to the “abstraction traps” described
by Selbst et al. [
        <xref ref-type="bibr" rid="ref67">67</xref>
        ] in the context of research on algorithmic works in Fair Machine Learning. In the case of competing
individual-level quality goals, for example, how can we be sure that a particular diversity metric, which we optimize
such as an intra-list similarity, matches human perceptions and what would be the right balance for a given application
setting or an individual user? How do we know if calibrated recommendations are liked more by users, and what would
be the efects of calibration on organizational goals? Answering such questions requires corresponding user studies to,
e.g., validate that the computational metrics are good proxies for human perceptions.
      </p>
      <p>
        The problem however becomes even more challenging when not even the target concepts are entirely clear. In
recent years, a widely investigated multi-objective problem setting is the provision of fair recommendations [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ].
Unfortunately, optimizing for fairness turns out to be challenging, as fairness is a societal construct. Researchers
therefore came up with various types of ways of operationalizing fairness constraints. However, in many of such
works, little or no evidence or argumentation is provided why the chosen fairness metrics are meaningful in practice in
general or in a particular application setting, see [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ] for a survey on the recent literature. In several cases, making fair
recommendations is simply equated with reducing the popularity bias of recommendations, e.g., by matching it with a
target distribution, which is assumed to be given. In reality, however, it is not clear if it would be fair to frequently
recommend items that are not popular—these items might simply be of poor quality—or if users would even perceive
these recommendations to be fair.2 Similar considerations apply for many other types of multi-objective recommender
systems.
      </p>
      <p>
        Overall, these observations call for more studies involving humans in the evaluation loop and industry partners in
the research process. However, only few works exist in that direction so far. An example of a user study can be found in
[
        <xref ref-type="bibr" rid="ref9">9</xref>
        ], outcomes of field studies are described in [
        <xref ref-type="bibr" rid="ref59">59</xref>
        ]. An ofline evaluation with real-world data from industry is done
in [
        <xref ref-type="bibr" rid="ref54">54</xref>
        ], but even in this case it is not clear if the computational metrics truly correspond to the real-world goals, e.g., if
more listening events on the music platform lead to higher user satisfaction as claimed. In a very recent work, Wang
and colleagues from Google [
        <xref ref-type="bibr" rid="ref77">77</xref>
        ] investigated the relationship between observed user behavior—using data from a large
platform—and desired long-term outcomes in terms of user experience. With their work, they aim at providing guidance
for researchers and practitioners when selecting surrogate measures to address the dificult problem of optimizing for
long-term objectives.
      </p>
      <p>Ultimately, despite such recent progress, multi-objective recommender systems remains a highly important research
area with a number of challenging research questions. Addressing such questions will however help to pave the way
towards more impactful recommender systems research in the future.
2Avoiding popularity biases in general, i.e., beyond fairness considerations, certainly is important for diferent reasons in practice, e.g., to ensure a certain
level of exposure for novel (cold-start) items.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>Himan</given-names>
            <surname>Abdollahpouri</surname>
          </string-name>
          , Gediminas Adomavicius, Robin Burke, Ido Guy, Dietmar Jannach, Toshihiro Kamishima, Jan Krasnodebski, and
          <string-name>
            <given-names>Luiz</given-names>
            <surname>Pizzato</surname>
          </string-name>
          .
          <year>2020</year>
          .
          <article-title>Multistakeholder Recommendation: Survey and Research Directions. User Modeling and User-Adapted Interaction 30 (</article-title>
          <year>2020</year>
          ),
          <fpage>127</fpage>
          -
          <lpage>158</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>Himan</given-names>
            <surname>Abdollahpouri</surname>
          </string-name>
          and
          <string-name>
            <given-names>Robin</given-names>
            <surname>Burke</surname>
          </string-name>
          .
          <year>2022</year>
          .
          <article-title>Multistakeholder Recommender Systems</article-title>
          . In Recommender Systems Handbook, Francesco Ricci, Lior Rokach, and Bracha Shapira (Eds.). Springer US, New York, NY,
          <fpage>647</fpage>
          -
          <lpage>677</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>Himan</given-names>
            <surname>Abdollahpouri</surname>
          </string-name>
          , Robin Burke, and
          <string-name>
            <given-names>Bamshad</given-names>
            <surname>Mobasher</surname>
          </string-name>
          .
          <year>2017</year>
          .
          <article-title>Controlling Popularity Bias in Learning-to-Rank Recommendation</article-title>
          .
          <source>In Proceedings of the Eleventh ACM Conference on Recommender Systems (RecSys '17)</source>
          .
          <fpage>42</fpage>
          -
          <lpage>46</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>Himan</given-names>
            <surname>Abdollahpouri</surname>
          </string-name>
          , Masoud Mansoury, Robin Burke, Bamshad Mobasher, and
          <string-name>
            <surname>Edward</surname>
            <given-names>C.</given-names>
          </string-name>
          <string-name>
            <surname>Malthouse</surname>
          </string-name>
          .
          <year>2021</year>
          .
          <article-title>User-centered Evaluation of Popularity Bias in Recommender Systems</article-title>
          .
          <source>In Proceedings of the 29th ACM Conference on User Modeling, Adaptation and Personalization</source>
          ,
          <string-name>
            <surname>UMAP</surname>
          </string-name>
          <year>2021</year>
          .
          <volume>119</volume>
          -
          <fpage>129</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>Fabian</given-names>
            <surname>Abel</surname>
          </string-name>
          , Yashar Deldjoo, Mehdi Elahi, and
          <string-name>
            <given-names>Daniel</given-names>
            <surname>Kohlsdorf</surname>
          </string-name>
          .
          <year>2017</year>
          . RecSys Challenge 2017:
          <article-title>Ofline and Online Evaluation</article-title>
          .
          <source>In Proceedings of the Eleventh ACM Conference on Recommender Systems</source>
          ,
          <string-name>
            <surname>RecSys</surname>
          </string-name>
          <year>2017</year>
          .
          <fpage>372</fpage>
          -
          <lpage>373</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>Gediminas</given-names>
            <surname>Adomavicius and YoungOk Kwon</surname>
          </string-name>
          .
          <year>2012</year>
          .
          <article-title>Improving Aggregate Recommendation Diversity Using Ranking-Based Techniques</article-title>
          .
          <source>IEEE TKDE 24</source>
          ,
          <issue>5</issue>
          (
          <year>2012</year>
          ),
          <fpage>896</fpage>
          -
          <lpage>911</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>Muhammad</given-names>
            <surname>Aljukhadar</surname>
          </string-name>
          , Sylvain Senecal, and
          <string-name>
            <surname>Charles-Etienne Daoust</surname>
          </string-name>
          .
          <year>2012</year>
          .
          <article-title>Using recommendation agents to cope with information overload</article-title>
          .
          <source>International Journal of Electronic Commerce</source>
          <volume>17</volume>
          ,
          <issue>2</issue>
          (
          <year>2012</year>
          ),
          <fpage>41</fpage>
          -
          <lpage>70</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>Ashton</given-names>
            <surname>Anderson</surname>
          </string-name>
          , Lucas Maystre,
          <string-name>
            <surname>Ian Anderson</surname>
            ,
            <given-names>Rishabh</given-names>
          </string-name>
          <string-name>
            <surname>Mehrotra</surname>
            , and
            <given-names>Mounia</given-names>
          </string-name>
          <string-name>
            <surname>Lalmas</surname>
          </string-name>
          .
          <year>2020</year>
          .
          <article-title>Algorithmic Efects on the Diversity of Consumption on Spotify</article-title>
          .
          <source>In Proceedings of The Web Conference 2020 (WWW '20)</source>
          .
          <fpage>2155</fpage>
          -
          <lpage>2165</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>Amos</given-names>
            <surname>Azaria</surname>
          </string-name>
          , Avinatan Hassidim, Sarit Kraus, Adi Eshkol, Ofer Weintraub, and
          <string-name>
            <given-names>Irit</given-names>
            <surname>Netanely</surname>
          </string-name>
          .
          <year>2013</year>
          .
          <article-title>Movie Recommender System for Profit Maximization</article-title>
          .
          <source>In Proceedings of the 7th ACM Conference on Recommender Systems (Hong Kong, China) (RecSys '13)</source>
          .
          <fpage>121</fpage>
          -
          <lpage>128</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <surname>James</surname>
            <given-names>Bennett</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>Stan</given-names>
            <surname>Lanning</surname>
          </string-name>
          , et al.
          <year>2007</year>
          .
          <article-title>The Netflix Prize</article-title>
          .
          <source>In Proceedings of KDD cup and workshop</source>
          , Vol.
          <year>2007</year>
          .
          <volume>35</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <surname>Dirk G. F. M. Bollen</surname>
          </string-name>
          , Bart P. Knijnenburg,
          <string-name>
            <surname>Martijn C. Willemsen</surname>
            , and
            <given-names>Mark P.</given-names>
          </string-name>
          <string-name>
            <surname>Graus</surname>
          </string-name>
          .
          <year>2010</year>
          .
          <article-title>Understanding choice overload in recommender systems</article-title>
          .
          <source>In Proceedings of the 4th Conference on Recommender Systems (RecSys '10)</source>
          .
          <fpage>63</fpage>
          -
          <lpage>70</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>K.</given-names>
            <surname>Bradley</surname>
          </string-name>
          and
          <string-name>
            <given-names>B.</given-names>
            <surname>Smyth</surname>
          </string-name>
          .
          <year>2001</year>
          .
          <article-title>Improving Recommendation Diversity</article-title>
          .
          <source>In Proceedings of the 12th National Conference in Artificial Intelligence and Cognitive Science</source>
          .
          <volume>75</volume>
          -
          <fpage>84</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>Olivier</given-names>
            <surname>Chapelle</surname>
          </string-name>
          .
          <year>2014</year>
          .
          <article-title>Modeling Delayed Feedback in Display Advertising</article-title>
          .
          <source>In Proceedings of the 20th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining (KDD '14)</source>
          .
          <fpage>1097</fpage>
          -
          <lpage>1105</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <surname>Long-Sheng</surname>
            <given-names>Chen</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fei-Hao</surname>
            <given-names>Hsu</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mu-Chen Chen</surname>
          </string-name>
          , and
          <string-name>
            <surname>Yuan-Chia Hsu</surname>
          </string-name>
          .
          <year>2008</year>
          .
          <article-title>Developing recommender systems with the consideration of product profitability for sellers</article-title>
          .
          <source>Information Sciences 178</source>
          ,
          <issue>4</issue>
          (
          <year>2008</year>
          ),
          <fpage>1032</fpage>
          -
          <lpage>1048</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>Paolo</given-names>
            <surname>Cremonesi</surname>
          </string-name>
          and
          <string-name>
            <given-names>Dietmar</given-names>
            <surname>Jannach</surname>
          </string-name>
          .
          <year>2021</year>
          .
          <article-title>Progress in recommender systems research: Crisis? What crisis</article-title>
          ?
          <source>AI Magazine 42</source>
          ,
          <issue>3</issue>
          (
          <year>2021</year>
          ),
          <fpage>43</fpage>
          -
          <lpage>54</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16] Gabriel de Souza Pereira Moreira,
          <source>Dietmar Jannach, and Adilson Marques da Cunha</source>
          .
          <year>2019</year>
          .
          <article-title>Contextual Hybrid Session-based News Recommendation with Recurrent Neural Networks</article-title>
          .
          <source>IEEE Access</source>
          <volume>7</volume>
          (
          <year>2019</year>
          ),
          <fpage>169185</fpage>
          -
          <lpage>169203</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <surname>Yashar</surname>
            <given-names>Deldjoo</given-names>
          </string-name>
          , Dietmar Jannach, Alejandro Bellogin, Alessandro Difonzo, and
          <string-name>
            <given-names>Dario</given-names>
            <surname>Zanzonelli</surname>
          </string-name>
          .
          <year>2022</year>
          .
          <article-title>A Survey of Research on Fair Recommender Systems</article-title>
          . https://arxiv.org/abs/2205.11127
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <surname>Michael</surname>
            <given-names>D.</given-names>
          </string-name>
          <string-name>
            <surname>Ekstrand</surname>
          </string-name>
          ,
          <string-name>
            <surname>Anubrata Das</surname>
          </string-name>
          ,
          <string-name>
            <surname>Robin Burke</surname>
            , and
            <given-names>Fernando</given-names>
          </string-name>
          <string-name>
            <surname>Diaz</surname>
          </string-name>
          .
          <year>2022</year>
          .
          <article-title>Fairness in Information Access Systems</article-title>
          .
          <source>Foundations and Trends® in Information Retrieval</source>
          <volume>16</volume>
          ,
          <fpage>1</fpage>
          -
          <lpage>2</lpage>
          (
          <year>2022</year>
          ),
          <fpage>1</fpage>
          -
          <lpage>177</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <surname>Michael</surname>
            <given-names>D.</given-names>
          </string-name>
          <string-name>
            <surname>Ekstrand</surname>
            ,
            <given-names>Daniel</given-names>
          </string-name>
          <string-name>
            <surname>Kluver</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          <string-name>
            <surname>Maxwell Harper</surname>
          </string-name>
          , and
          <string-name>
            <surname>Joseph</surname>
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Konstan</surname>
          </string-name>
          .
          <year>2015</year>
          .
          <article-title>Letting Users Choose Recommender Algorithms: An Experimental Study</article-title>
          .
          <source>In Proceedings of the 9th ACM Conference on Recommender Systems (RecSys '15)</source>
          .
          <fpage>11</fpage>
          -
          <lpage>18</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <surname>Alexander</surname>
            <given-names>Felfernig</given-names>
          </string-name>
          , Gerhard Friedrich, Dietmar Jannach, and
          <string-name>
            <given-names>Markus</given-names>
            <surname>Zanker</surname>
          </string-name>
          .
          <year>2006</year>
          .
          <article-title>An Integrated Environment for the Development of KnowledgeBased Recommender Applications</article-title>
          .
          <source>International Journal of Electronic Commerce</source>
          <volume>11</volume>
          ,
          <issue>2</issue>
          (
          <year>2006</year>
          ),
          <fpage>11</fpage>
          -
          <lpage>34</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21]
          <string-name>
            <surname>Andres</surname>
            <given-names>Ferraro</given-names>
          </string-name>
          , Dietmar Jannach, and
          <string-name>
            <given-names>Xavier</given-names>
            <surname>Serra</surname>
          </string-name>
          .
          <year>2020</year>
          .
          <article-title>Exploring longitudinal efects of session-based recommendations</article-title>
          .
          <source>In Proceedings of the 2020 ACM Conference on Recommender Systems</source>
          .
          <volume>474</volume>
          -
          <fpage>479</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [22]
          <string-name>
            <given-names>Daniel</given-names>
            <surname>Fleder</surname>
          </string-name>
          and
          <string-name>
            <given-names>Kartik</given-names>
            <surname>Hosanagar</surname>
          </string-name>
          .
          <year>2009</year>
          .
          <article-title>Blockbuster Culture's Next Rise or Fall: The Impact of Recommender Systems on Sales Diversity</article-title>
          .
          <source>Management Science</source>
          <volume>55</volume>
          ,
          <issue>5</issue>
          (
          <year>2009</year>
          ),
          <fpage>697</fpage>
          -
          <lpage>712</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [23]
          <string-name>
            <surname>Nada</surname>
            <given-names>Ghanem</given-names>
          </string-name>
          , Stephan Leitner, and
          <string-name>
            <given-names>Dietmar</given-names>
            <surname>Jannach</surname>
          </string-name>
          .
          <year>2022</year>
          .
          <article-title>Balancing Consumer and Business Value of Recommender Systems: A Simulation-based Analysis. E-Commerce Research and Applications forthcoming (</article-title>
          <year>2022</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          [24]
          <string-name>
            <surname>Carlos</surname>
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Gomez-Uribe</surname>
            and
            <given-names>Neil</given-names>
          </string-name>
          <string-name>
            <surname>Hunt</surname>
          </string-name>
          .
          <year>2015</year>
          .
          <article-title>The Netflix Recommender System: Algorithms, Business Value, and Innovation</article-title>
          .
          <source>Transactions on Management Information Systems 6</source>
          ,
          <issue>4</issue>
          (
          <year>2015</year>
          ),
          <volume>13</volume>
          :
          <fpage>1</fpage>
          -
          <lpage>13</lpage>
          :
          <fpage>19</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          [25]
          <string-name>
            <given-names>Asela</given-names>
            <surname>Gunawardana</surname>
          </string-name>
          and
          <string-name>
            <given-names>Guy</given-names>
            <surname>Shani</surname>
          </string-name>
          .
          <year>2015</year>
          .
          <article-title>Evaluating Recommender Systems</article-title>
          . In Recommender Systems Handbook, Francesco Ricci, Lior Rokach, and Bracha Shapira (Eds.). Springer,
          <fpage>265</fpage>
          -
          <lpage>308</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          [26]
          <string-name>
            <surname>Jonathan</surname>
            <given-names>L.</given-names>
          </string-name>
          <string-name>
            <surname>Herlocker</surname>
          </string-name>
          , Joseph A.
          <string-name>
            <surname>Konstan</surname>
            ,
            <given-names>and John</given-names>
          </string-name>
          <string-name>
            <surname>Riedl</surname>
          </string-name>
          .
          <year>2000</year>
          .
          <article-title>Explaining Collaborative Filtering Recommendations</article-title>
          . In CSCW '
          <volume>00</volume>
          .
          <fpage>241</fpage>
          -
          <lpage>250</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          [27]
          <string-name>
            <surname>Jin</surname>
            <given-names>Huang</given-names>
          </string-name>
          , Harrie Oosterhuis, Maarten de Rijke, and Herke van Hoof.
          <year>2020</year>
          .
          <article-title>Keeping Dataset Biases out of the Simulation: A Debiased Simulator for Reinforcement Learning Based Recommender Systems</article-title>
          .
          <source>In Fourteenth ACM Conference on Recommender Systems (RecSys '20)</source>
          .
          <fpage>190</fpage>
          -
          <lpage>199</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          [28]
          <string-name>
            <surname>Andrea</surname>
            <given-names>Iovine</given-names>
          </string-name>
          , Fedelucio Narducci, and
          <string-name>
            <given-names>Giovanni</given-names>
            <surname>Semeraro</surname>
          </string-name>
          .
          <year>2020</year>
          .
          <article-title>Conversational Recommender Systems and Natural Language: A study through the ConveRSE Framework</article-title>
          .
          <source>Decision Support Systems</source>
          <volume>131</volume>
          (
          <year>2020</year>
          ),
          <fpage>113250</fpage>
          -
          <lpage>113260</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          [29]
          <string-name>
            <surname>Elvin</surname>
            <given-names>Isufi</given-names>
          </string-name>
          , Matteo Pocchiari, and
          <string-name>
            <given-names>Alan</given-names>
            <surname>Hanjalic</surname>
          </string-name>
          .
          <year>2021</year>
          .
          <article-title>Accuracy-diversity trade-of in recommender systems via graph convolutions</article-title>
          .
          <source>Information Processing &amp; Management</source>
          <volume>58</volume>
          ,
          <issue>2</issue>
          (
          <year>2021</year>
          ),
          <fpage>102459</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          [30]
          <string-name>
            <given-names>Tamas</given-names>
            <surname>Jambor</surname>
          </string-name>
          and
          <string-name>
            <given-names>Jun</given-names>
            <surname>Wang</surname>
          </string-name>
          .
          <year>2010</year>
          .
          <article-title>Optimizing Multiple Objectives in Collaborative Filtering</article-title>
          .
          <source>In Proceedings of the Fourth ACM Conference on Recommender Systems (RecSys '10)</source>
          .
          <fpage>55</fpage>
          -
          <lpage>62</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref31">
        <mixed-citation>
          [31]
          <string-name>
            <given-names>Dietmar</given-names>
            <surname>Jannach</surname>
          </string-name>
          .
          <year>2004</year>
          .
          <article-title>ADVISOR SUITE - A Knowledge-based Sales Advisory System</article-title>
          .
          <source>In ECAI '04</source>
          .
          <fpage>720</fpage>
          -
          <lpage>724</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref32">
        <mixed-citation>
          [32]
          <string-name>
            <given-names>Dietmar</given-names>
            <surname>Jannach</surname>
          </string-name>
          and
          <string-name>
            <given-names>Gediminas</given-names>
            <surname>Adomavicius</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <article-title>Recommendations with a Purpose</article-title>
          .
          <source>In Proceedings of the 10th ACM Conference on Recommender Systems</source>
          (Boston, Massachusetts, USA) (
          <source>RecSys '16)</source>
          .
          <fpage>7</fpage>
          -
          <lpage>10</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref33">
        <mixed-citation>
          [33]
          <string-name>
            <given-names>Dietmar</given-names>
            <surname>Jannach</surname>
          </string-name>
          and
          <string-name>
            <given-names>Gediminas</given-names>
            <surname>Adomavicius</surname>
          </string-name>
          .
          <year>2017</year>
          .
          <article-title>Price and Profit Awareness in Recommender Systems</article-title>
          .
          <source>Proceedings VAMS Workshop at ACM RecSys 2017 CoRR abs/1707</source>
          .08029 (
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref34">
        <mixed-citation>
          [34]
          <string-name>
            <given-names>Dietmar</given-names>
            <surname>Jannach</surname>
          </string-name>
          and
          <string-name>
            <given-names>Christine</given-names>
            <surname>Bauer</surname>
          </string-name>
          .
          <year>2020</year>
          .
          <article-title>Escaping the McNamara Fallacy: Towards more Impactful Recommender Systems Research</article-title>
          .
          <source>AI Magazine</source>
          <volume>41</volume>
          ,
          <issue>4</issue>
          (
          <year>2020</year>
          ),
          <fpage>79</fpage>
          -
          <lpage>95</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref35">
        <mixed-citation>
          [35]
          <string-name>
            <given-names>Dietmar</given-names>
            <surname>Jannach</surname>
          </string-name>
          and
          <string-name>
            <given-names>Michael</given-names>
            <surname>Jugovac</surname>
          </string-name>
          .
          <year>2019</year>
          .
          <article-title>Measuring the business value of recommender systems</article-title>
          .
          <source>ACM TMIS 10</source>
          ,
          <issue>4</issue>
          (
          <year>2019</year>
          ),
          <fpage>1</fpage>
          -
          <lpage>23</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref36">
        <mixed-citation>
          [36]
          <string-name>
            <surname>Dietmar</surname>
            <given-names>Jannach</given-names>
          </string-name>
          , Lukas Lerche, and
          <string-name>
            <given-names>Iman</given-names>
            <surname>Kamehkhosh</surname>
          </string-name>
          .
          <year>2015</year>
          .
          <article-title>Beyond "Hitting the Hits" - Generating Coherent Music Playlist Continuations with the Right Tracks</article-title>
          .
          <source>In Proceedings of the 9th ACM Conference on Recommender Systems (RecSys</source>
          <year>2015</year>
          ). Vienna, Austria,
          <fpage>187</fpage>
          -
          <lpage>194</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref37">
        <mixed-citation>
          [37]
          <string-name>
            <surname>Dietmar</surname>
            <given-names>Jannach</given-names>
          </string-name>
          , Lukas Lerche, Iman Kamehkhosh, and
          <string-name>
            <given-names>Michael</given-names>
            <surname>Jugovac</surname>
          </string-name>
          .
          <year>2015</year>
          .
          <article-title>What recommenders recommend: an analysis of recommendation biases and possible countermeasures</article-title>
          .
          <source>User Modeling and User-Adapted Interaction 25</source>
          ,
          <issue>5</issue>
          (
          <year>2015</year>
          ),
          <fpage>427</fpage>
          -
          <lpage>491</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref38">
        <mixed-citation>
          [38]
          <string-name>
            <surname>Dietmar</surname>
            <given-names>Jannach</given-names>
          </string-name>
          , Malte Ludewig, and
          <string-name>
            <given-names>Lukas</given-names>
            <surname>Lerche</surname>
          </string-name>
          .
          <year>2017</year>
          .
          <article-title>Session-based item recommendation in e-commerce: on short-term intents, reminders, trends and discounts</article-title>
          .
          <source>User Modeling and User-Adapted Interaction 27</source>
          ,
          <issue>3</issue>
          (
          <year>2017</year>
          ),
          <fpage>351</fpage>
          -
          <lpage>392</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref39">
        <mixed-citation>
          [39]
          <string-name>
            <surname>Dietmar</surname>
            <given-names>Jannach</given-names>
          </string-name>
          , Sidra Naveed, and
          <string-name>
            <given-names>Michael</given-names>
            <surname>Jugovac</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <article-title>User Control in Recommender Systems: Overview and Interaction Challenges</article-title>
          .
          <source>In 17th International Conference on Electronic Commerce and Web Technologies (EC-Web</source>
          <year>2016</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref40">
        <mixed-citation>
          [40]
          <string-name>
            <given-names>Dietmar</given-names>
            <surname>Jannach</surname>
          </string-name>
          and
          <string-name>
            <given-names>Markus</given-names>
            <surname>Zanker</surname>
          </string-name>
          .
          <year>2021</year>
          .
          <article-title>Impact and Value of Recommender Systems</article-title>
          . In Recommender Systems Handbook, Francesco Ricci, Bracha Shapira, and Lior Rokach (Eds.). Springer US.
        </mixed-citation>
      </ref>
      <ref id="ref41">
        <mixed-citation>
          [41]
          <string-name>
            <given-names>Michael</given-names>
            <surname>Jugovac</surname>
          </string-name>
          and
          <string-name>
            <given-names>Dietmar</given-names>
            <surname>Jannach</surname>
          </string-name>
          .
          <year>2017</year>
          .
          <article-title>Interacting with Recommenders - Overview and Research Directions</article-title>
          .
          <source>ACM Transactions on Intelligent Interactive Systems (ACM TiiS) 7</source>
          ,
          <issue>3</issue>
          (
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref42">
        <mixed-citation>
          [42]
          <string-name>
            <given-names>Michael</given-names>
            <surname>Jugovac</surname>
          </string-name>
          , Dietmar Jannach, and
          <string-name>
            <given-names>Lukas</given-names>
            <surname>Lerche</surname>
          </string-name>
          .
          <year>2017</year>
          .
          <article-title>Eficient Optimization of Multiple Recommendation Quality Factors According to Individual User Tendencies</article-title>
          .
          <source>Expert Systems With Applications</source>
          <volume>81</volume>
          (
          <year>2017</year>
          ),
          <fpage>321</fpage>
          -
          <lpage>331</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref43">
        <mixed-citation>
          [43]
          <string-name>
            <given-names>Marius</given-names>
            <surname>Kaminskas</surname>
          </string-name>
          and
          <string-name>
            <given-names>Derek</given-names>
            <surname>Bridge</surname>
          </string-name>
          .
          <year>2016</year>
          . 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</source>
          <volume>7</volume>
          ,
          <issue>1</issue>
          (
          <year>2016</year>
          ),
          <volume>2</volume>
          :
          <fpage>1</fpage>
          -
          <lpage>2</lpage>
          :
          <fpage>42</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref44">
        <mixed-citation>
          [44]
          <string-name>
            <given-names>Jan</given-names>
            <surname>Krasnodebski and John Dines</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <article-title>Considering Supplier Relations and Monetization in Designing Recommendation Systems</article-title>
          .
          <source>In Proceedings of the 10th ACM Conference on Recommender Systems (RecSys '16)</source>
          .
          <fpage>381</fpage>
          -
          <lpage>382</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref45">
        <mixed-citation>
          [45]
          <string-name>
            <given-names>Dokyun</given-names>
            <surname>Lee</surname>
          </string-name>
          and
          <string-name>
            <given-names>Kartik</given-names>
            <surname>Hosanagar</surname>
          </string-name>
          .
          <year>2019</year>
          .
          <article-title>How Do Recommender Systems Afect Sales Diversity? A Cross-Category Investigation via Randomized Field Experiment</article-title>
          .
          <source>Information Systems Research</source>
          <volume>30</volume>
          ,
          <issue>1</issue>
          (
          <year>2019</year>
          ),
          <fpage>239</fpage>
          -
          <lpage>259</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref46">
        <mixed-citation>
          [46]
          <string-name>
            <given-names>Lihong</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <surname>Wei Chu</surname>
          </string-name>
          , John Langford, and
          <string-name>
            <given-names>Robert E.</given-names>
            <surname>Schapire</surname>
          </string-name>
          .
          <year>2010</year>
          .
          <article-title>A Contextual-Bandit Approach to Personalized News Article Recommendation</article-title>
          .
          <source>In Proceedings of the 19th International Conference on World Wide Web (WWW '10)</source>
          .
          <fpage>661</fpage>
          -
          <lpage>670</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref47">
        <mixed-citation>
          [47]
          <string-name>
            <given-names>Lihong</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <surname>Wei Chu</surname>
          </string-name>
          , John Langford, and
          <string-name>
            <given-names>Xuanhui</given-names>
            <surname>Wang</surname>
          </string-name>
          .
          <year>2011</year>
          .
          <article-title>Unbiased Ofline Evaluation of Contextual-Bandit-Based News Article Recommendation Algorithms</article-title>
          .
          <source>In Proceedings of the Fourth ACM International Conference on Web Search and Data Mining (Hong Kong, China) (WSDM '11)</source>
          .
          <fpage>297</fpage>
          -
          <lpage>306</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref48">
        <mixed-citation>
          [48]
          <string-name>
            <given-names>Nikos</given-names>
            <surname>Manouselis</surname>
          </string-name>
          and
          <string-name>
            <given-names>Constantina I.</given-names>
            <surname>Costopoulou</surname>
          </string-name>
          .
          <year>2007</year>
          .
          <article-title>Analysis and Classification of Multi-Criteria Recommender Systems</article-title>
          .
          <source>World Wide Web 10</source>
          ,
          <issue>4</issue>
          (
          <year>2007</year>
          ),
          <fpage>415</fpage>
          -
          <lpage>441</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref49">
        <mixed-citation>
          [49]
          <string-name>
            <given-names>Judith</given-names>
            <surname>Masthof</surname>
          </string-name>
          .
          <year>2004</year>
          . Group Modeling:
          <article-title>Selecting a Sequence of Television Items to Suit a Group of Viewers</article-title>
          . In Personalized Digital Television: Targeting Programs to individual Viewers. Springer Netherlands,
          <volume>93</volume>
          -
          <fpage>141</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref50">
        <mixed-citation>
          [50]
          <string-name>
            <given-names>Judith</given-names>
            <surname>Masthof</surname>
          </string-name>
          .
          <year>2015</year>
          . Group Recommender Systems: Aggregation, Satisfaction and Group Attributes.
          <source>In Recommender Systems Handbook</source>
          , Francesco Ricci, Lior Rokach, and Bracha Shapira (Eds.). Springer.
        </mixed-citation>
      </ref>
      <ref id="ref51">
        <mixed-citation>
          [51]
          <string-name>
            <surname>James</surname>
            <given-names>McInerney</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>Ehtsham</given-names>
            <surname>Elahi</surname>
          </string-name>
          , Justin Basilico, Yves Raimond, and
          <string-name>
            <given-names>Tony</given-names>
            <surname>Jebara</surname>
          </string-name>
          .
          <year>2021</year>
          .
          <article-title>Accordion: A Trainable Simulator for Long-Term Interactive Systems</article-title>
          .
          <source>In Fifteenth ACM Conference on Recommender Systems (RecSys '21)</source>
          .
          <fpage>102</fpage>
          -
          <lpage>113</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref52">
        <mixed-citation>
          [52]
          <string-name>
            <surname>James</surname>
            <given-names>McInerney</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>Benjamin</given-names>
            <surname>Lacker</surname>
          </string-name>
          , Samantha Hansen, Karl Higley, Hugues Bouchard, Alois Gruson, and
          <string-name>
            <given-names>Rishabh</given-names>
            <surname>Mehrotra</surname>
          </string-name>
          .
          <year>2018</year>
          . Explore, Exploit, and
          <article-title>Explain: Personalizing Explainable Recommendations with Bandits</article-title>
          .
          <source>In Proceedings of the 12th ACM Conference on Recommender Systems</source>
          (Vancouver, British Columbia, Canada) (
          <source>RecSys '18)</source>
          .
          <fpage>31</fpage>
          -
          <lpage>39</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref53">
        <mixed-citation>
          [53]
          <string-name>
            <surname>Sean M. McNee</surname>
          </string-name>
          ,
          <string-name>
            <surname>John Riedl</surname>
          </string-name>
          , and
          <string-name>
            <surname>Joseph</surname>
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Konstan</surname>
          </string-name>
          .
          <year>2006</year>
          .
          <article-title>Being Accurate is Not Enough: How Accuracy Metrics Have Hurt Recommender Systems</article-title>
          .
          <source>In CHI '06 Extended Abstracts on Human Factors in Computing Systems (CHI EA '06)</source>
          .
          <fpage>1097</fpage>
          -
          <lpage>1101</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref54">
        <mixed-citation>
          [54]
          <string-name>
            <surname>Rishabh</surname>
            <given-names>Mehrotra</given-names>
          </string-name>
          ,
          <string-name>
            <surname>James</surname>
            <given-names>McInerney</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>Hugues</given-names>
            <surname>Bouchard</surname>
          </string-name>
          , Mounia Lalmas, and
          <string-name>
            <given-names>Fernando</given-names>
            <surname>Diaz</surname>
          </string-name>
          .
          <year>2018</year>
          .
          <article-title>Towards a Fair Marketplace: Counterfactual Evaluation of the Trade-of between Relevance, Fairness &amp; Satisfaction in Recommendation Systems</article-title>
          .
          <source>In Proceedings of the 27th ACM International Conference on Information and Knowledge Management (CIKM '18)</source>
          .
          <fpage>2243</fpage>
          -
          <lpage>2251</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref55">
        <mixed-citation>
          [55]
          <string-name>
            <given-names>Ingrid</given-names>
            <surname>Nunes</surname>
          </string-name>
          and
          <string-name>
            <given-names>Dietmar</given-names>
            <surname>Jannach</surname>
          </string-name>
          .
          <year>2017</year>
          .
          <article-title>A Systematic Review and Taxonomy of Explanations in Decision Support and Recommender Systems</article-title>
          .
          <source>User Modeling and User-Adapted Interaction 27</source>
          ,
          <fpage>3</fpage>
          -
          <lpage>5</lpage>
          (
          <issue>Dec</issue>
          .
          <year>2017</year>
          ),
          <fpage>393</fpage>
          -
          <lpage>444</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref56">
        <mixed-citation>
          [56]
          <string-name>
            <surname>Mark O'Connor</surname>
          </string-name>
          , Dan Cosley, Joseph A.
          <string-name>
            <surname>Konstan</surname>
            ,
            <given-names>and John</given-names>
          </string-name>
          <string-name>
            <surname>Riedl</surname>
          </string-name>
          .
          <year>2001</year>
          .
          <article-title>PolyLens: A Recommender System for Groups of Users</article-title>
          . Springer Netherlands,
          <volume>199</volume>
          -
          <fpage>218</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref57">
        <mixed-citation>
          [57]
          <string-name>
            <surname>Jinoh</surname>
            <given-names>Oh</given-names>
          </string-name>
          , Sun Park, Hwanjo Yu,
          <string-name>
            <given-names>Min</given-names>
            <surname>Song</surname>
          </string-name>
          , and
          <string-name>
            <surname>Seung-Taek Park</surname>
          </string-name>
          .
          <year>2011</year>
          .
          <article-title>Novel Recommendation Based on Personal Popularity Tendency</article-title>
          . In ICDM '
          <volume>11</volume>
          .
          <fpage>507</fpage>
          -
          <lpage>516</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref58">
        <mixed-citation>
          [58]
          <string-name>
            <surname>Iván</surname>
            <given-names>Palomares</given-names>
          </string-name>
          , Carlos Porcel, Luiz Pizzato, Ido Guy, and
          <string-name>
            <surname>Enrique</surname>
          </string-name>
          Herrera-Viedma.
          <year>2021</year>
          .
          <article-title>Reciprocal Recommender Systems: Analysis of state-of-art literature, challenges and opportunities towards social recommendation</article-title>
          .
          <source>Information Fusion</source>
          <volume>69</volume>
          (
          <year>2021</year>
          ),
          <fpage>103</fpage>
          -
          <lpage>127</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref59">
        <mixed-citation>
          [59]
          <string-name>
            <surname>Umberto</surname>
            <given-names>Panniello</given-names>
          </string-name>
          , Shawndra Hill, and
          <string-name>
            <given-names>Michele</given-names>
            <surname>Gorgoglione</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <article-title>The Impact of Profit Incentives on the Relevance of Online Recommendations</article-title>
          .
          <source>Electron. Commer. Rec. Appl</source>
          . 20,
          <string-name>
            <surname>C</surname>
          </string-name>
          (
          <year>2016</year>
          ),
          <fpage>87</fpage>
          -
          <lpage>104</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref60">
        <mixed-citation>
          [60]
          <string-name>
            <surname>Tim</surname>
            <given-names>F.</given-names>
          </string-name>
          <string-name>
            <surname>Paymans</surname>
            , Jasper Lindenberg, and
            <given-names>Mark</given-names>
          </string-name>
          <string-name>
            <surname>Neerincx</surname>
          </string-name>
          .
          <year>2004</year>
          .
          <article-title>Usability Trade-Ofs for Adaptive User Interfaces: Ease of Use and Learnability</article-title>
          .
          <source>In Proceedings of the 9th International Conference on Intelligent User Interfaces (IUI '04)</source>
          .
          <fpage>301</fpage>
          -
          <lpage>303</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref61">
        <mixed-citation>
          [61]
          <string-name>
            <surname>Pearl</surname>
            <given-names>Pu</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>Li</given-names>
            <surname>Chen</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Rong</given-names>
            <surname>Hu</surname>
          </string-name>
          .
          <year>2011</year>
          .
          <article-title>A User-centric Evaluation Framework for Recommender Systems</article-title>
          . In RecSys '
          <volume>11</volume>
          .
          <fpage>157</fpage>
          -
          <lpage>164</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref62">
        <mixed-citation>
          [62]
          <string-name>
            <given-names>Paul</given-names>
            <surname>Resnick</surname>
          </string-name>
          , Neophytos Iacovou, Mitesh Suchak,
          <string-name>
            <given-names>Peter</given-names>
            <surname>Bergstrom</surname>
          </string-name>
          ,
          <string-name>
            <given-names>and John</given-names>
            <surname>Riedl</surname>
          </string-name>
          .
          <year>1994</year>
          .
          <article-title>GroupLens: An Open Architecture for Collaborative Filtering of Netnews</article-title>
          .
          <source>In Proceedings of the 1994 ACM Conference on Computer Supported Cooperative Work (CSCW '94)</source>
          .
          <fpage>175</fpage>
          -
          <lpage>186</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref63">
        <mixed-citation>
          [63]
          <string-name>
            <given-names>Marco</given-names>
            <surname>Tulio</surname>
          </string-name>
          <string-name>
            <surname>Ribeiro</surname>
          </string-name>
          , Nivio Ziviani, Edleno Silva De Moura, Itamar Hata, Anisio Lacerda, and
          <string-name>
            <given-names>Adriano</given-names>
            <surname>Veloso</surname>
          </string-name>
          .
          <year>2015</year>
          .
          <article-title>Multiobjective Pareto-Eficient Approaches for Recommender Systems</article-title>
          .
          <source>ACM Trans. Intell. Syst. Technol. 5</source>
          ,
          <issue>4</issue>
          (
          <year>2015</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref64">
        <mixed-citation>
          [64]
          <string-name>
            <surname>Mario</surname>
            <given-names>Rodriguez</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>Christian</given-names>
            <surname>Posse</surname>
          </string-name>
          ,
          <string-name>
            <given-names>and Ethan</given-names>
            <surname>Zhang</surname>
          </string-name>
          .
          <year>2012</year>
          .
          <article-title>Multiple Objective Optimization in Recommender Systems</article-title>
          .
          <source>In Proceedings of the Sixth ACM Conference on Recommender Systems (RecSys '12)</source>
          .
          <fpage>11</fpage>
          -
          <lpage>18</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref65">
        <mixed-citation>
          [65]
          <string-name>
            <given-names>David</given-names>
            <surname>Rohde</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Stephen</given-names>
            <surname>Bonner</surname>
          </string-name>
          , Travis Dunlop, Flavian Vasile, and
          <string-name>
            <given-names>Alexandros</given-names>
            <surname>Karatzoglou</surname>
          </string-name>
          .
          <year>2018</year>
          .
          <article-title>RecoGym: A Reinforcement Learning Environment for the problem of Product Recommendation in Online Advertising</article-title>
          . arXiv preprint arXiv:
          <year>1808</year>
          .
          <volume>00720</volume>
          (
          <year>2018</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref66">
        <mixed-citation>
          [66]
          <string-name>
            <surname>Alan</surname>
            <given-names>Said</given-names>
          </string-name>
          , Ben Fields,
          <string-name>
            <given-names>Brijnesh J.</given-names>
            <surname>Jain</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Sahin</given-names>
            <surname>Albayrak</surname>
          </string-name>
          .
          <year>2013</year>
          .
          <article-title>User-Centric Evaluation of a K-Furthest Neighbor Collaborative Filtering Recommender Algorithm</article-title>
          .
          <source>In Proceedings of the 2013 Conference on Computer Supported Cooperative Work (CSCW '13)</source>
          .
          <fpage>1399</fpage>
          -
          <lpage>1408</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref67">
        <mixed-citation>
          [67]
          <string-name>
            <surname>Andrew</surname>
            <given-names>D.</given-names>
          </string-name>
          <string-name>
            <surname>Selbst</surname>
          </string-name>
          , Danah Boyd, Sorelle A.
          <string-name>
            <surname>Friedler</surname>
            , Suresh Venkatasubramanian, and
            <given-names>Janet</given-names>
          </string-name>
          <string-name>
            <surname>Vertesi</surname>
          </string-name>
          .
          <year>2019</year>
          .
          <article-title>Fairness and Abstraction in Sociotechnical Systems</article-title>
          .
          <source>In Proceedings of the Conference on Fairness, Accountability, and Transparency (FAT* '19)</source>
          .
          <fpage>59</fpage>
          -
          <lpage>68</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref68">
        <mixed-citation>
          [68]
          <string-name>
            <given-names>Upendra</given-names>
            <surname>Shardanand</surname>
          </string-name>
          and
          <string-name>
            <given-names>Pattie</given-names>
            <surname>Maes</surname>
          </string-name>
          .
          <year>1995</year>
          .
          <article-title>Social Information Filtering: Algorithms for Automating “Word of Mouth”</article-title>
          .
          <source>In Proceedings of the SIGCHI Conference on Human Factors in Computing Systems (CHI '95)</source>
          .
          <fpage>210</fpage>
          -
          <lpage>217</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref69">
        <mixed-citation>
          [69]
          <string-name>
            <given-names>Harald</given-names>
            <surname>Steck</surname>
          </string-name>
          .
          <year>2018</year>
          .
          <article-title>Calibrated Recommendations</article-title>
          . In ACM RecSys '
          <volume>18</volume>
          .
          <fpage>154</fpage>
          -
          <lpage>162</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref70">
        <mixed-citation>
          [70]
          <string-name>
            <given-names>Harald</given-names>
            <surname>Steck</surname>
          </string-name>
          .
          <year>2019</year>
          .
          <article-title>Embarrassingly Shallow Autoencoders for Sparse Data</article-title>
          .
          <source>In The World Wide Web Conference (WWW '19)</source>
          .
          <fpage>3251</fpage>
          -
          <lpage>3257</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref71">
        <mixed-citation>
          [71]
          <string-name>
            <surname>Harald</surname>
            <given-names>Steck</given-names>
          </string-name>
          , Linas Baltrunas, Ehtsham Elahi, Dawen Liang, Yves Raimond, and
          <string-name>
            <given-names>Justin</given-names>
            <surname>Basilico</surname>
          </string-name>
          .
          <year>2021</year>
          .
          <article-title>Deep Learning for Recommender Systems: A Netflix Case Study</article-title>
          .
          <source>AI Mag</source>
          .
          <volume>42</volume>
          ,
          <issue>3</issue>
          (
          <year>2021</year>
          ),
          <fpage>7</fpage>
          -
          <lpage>18</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref72">
        <mixed-citation>
          [72]
          <string-name>
            <surname>Georgios</surname>
            <given-names>Theocharous</given-names>
          </string-name>
          , Philip S. Thomas,
          <string-name>
            <given-names>and Mohammad</given-names>
            <surname>Ghavamzadeh</surname>
          </string-name>
          .
          <year>2015</year>
          .
          <article-title>Personalized Ad Recommendation Systems for Life-Time Value Optimization with Guarantees</article-title>
          .
          <source>In Proceedings of the 24th International Conference on Artificial Intelligence (IJCAI'15)</source>
          .
          <fpage>1806</fpage>
          -
          <lpage>1812</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref73">
        <mixed-citation>
          [73]
          <string-name>
            <given-names>Nava</given-names>
            <surname>Tintarev</surname>
          </string-name>
          and
          <string-name>
            <given-names>Judith</given-names>
            <surname>Masthof</surname>
          </string-name>
          .
          <year>2011</year>
          .
          <article-title>Designing and evaluating explanations for recommender systems</article-title>
          .
          <source>In Recommender systems handbook</source>
          . Springer,
          <fpage>479</fpage>
          -
          <lpage>510</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref74">
        <mixed-citation>
          [74]
          <string-name>
            <given-names>Evangelos</given-names>
            <surname>Triantaphyllou</surname>
          </string-name>
          .
          <year>2000</year>
          .
          <article-title>Multi-Criteria Decision Making Methods. In Multi-criteria Decision Making Methods: A Comparative Study</article-title>
          .
          <fpage>5</fpage>
          -
          <lpage>21</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref75">
        <mixed-citation>
          [75]
          <string-name>
            <given-names>Saúl</given-names>
            <surname>Vargas</surname>
          </string-name>
          and
          <string-name>
            <given-names>Pablo</given-names>
            <surname>Castells</surname>
          </string-name>
          .
          <year>2011</year>
          .
          <article-title>Rank and Relevance in Novelty and Diversity Metrics for Recommender Systems</article-title>
          . In RecSys '
          <volume>11</volume>
          .
          <fpage>109</fpage>
          -
          <lpage>116</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref76">
        <mixed-citation>
          [76]
          <string-name>
            <surname>Hsiao-Fan Wang</surname>
          </string-name>
          and
          <string-name>
            <surname>Cheng-Ting Wu</surname>
          </string-name>
          .
          <year>2009</year>
          .
          <article-title>A mathematical model for product selection strategies in a recommender system</article-title>
          .
          <source>Expert Systems with Applications 36</source>
          ,
          <issue>3</issue>
          , Part 2 (
          <year>2009</year>
          ),
          <fpage>7299</fpage>
          -
          <lpage>7308</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref77">
        <mixed-citation>
          [77]
          <string-name>
            <surname>Yuyan</surname>
            <given-names>Wang</given-names>
          </string-name>
          , Mohit Sharma, Can Xu, Sriraj Badam, Qian Sun, Lee Richardson, Lisa Chung, Ed H.
          <string-name>
            <surname>Chi</surname>
            , and
            <given-names>Minmin</given-names>
          </string-name>
          <string-name>
            <surname>Chen</surname>
          </string-name>
          .
          <year>2022</year>
          .
          <article-title>Surrogate for Long-Term User Experience in Recommender Systems</article-title>
          .
          <source>In Proceedings of the 28th ACM SIGKDD Conference on Knowledge Discovery and Data Mining (KDD '22)</source>
          .
          <fpage>4100</fpage>
          -
          <lpage>4109</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref78">
        <mixed-citation>
          [78]
          <string-name>
            <surname>Jingjing</surname>
            <given-names>Zhang</given-names>
          </string-name>
          , Gediminas Adomavicius, Alok Gupta, and
          <string-name>
            <given-names>Wolfgang</given-names>
            <surname>Ketter</surname>
          </string-name>
          .
          <year>2019</year>
          .
          <article-title>Consumption and Performance: Understanding Longitudinal Dynamics of Recommender Systems via an Agent-Based Simulation Framework</article-title>
          .
          <source>Information Systems Research</source>
          forthcoming (
          <year>2019</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref79">
        <mixed-citation>
          [79]
          <string-name>
            <given-names>Mi</given-names>
            <surname>Zhang</surname>
          </string-name>
          and
          <string-name>
            <given-names>Neil</given-names>
            <surname>Hurley</surname>
          </string-name>
          .
          <year>2008</year>
          .
          <article-title>Avoiding Monotony: Improving the Diversity of Recommendation Lists</article-title>
          .
          <source>In Proceedings of the 2008 ACM Conference on Recommender Systems (RecSys '08)</source>
          .
          <fpage>123</fpage>
          -
          <lpage>130</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref80">
        <mixed-citation>
          [80]
          <string-name>
            <given-names>Yuan</given-names>
            <surname>Cao</surname>
          </string-name>
          <string-name>
            <surname>Zhang</surname>
          </string-name>
          , Diarmuid Ó Séaghdha, Daniele Quercia, and
          <string-name>
            <given-names>Tamas</given-names>
            <surname>Jambor</surname>
          </string-name>
          .
          <year>2012</year>
          .
          <article-title>Auralist: Introducing Serendipity into Music Recommendation</article-title>
          .
          <source>In Proceedings of the Fifth ACM International Conference on Web Search and Data Mining (WSDM '12)</source>
          .
          <fpage>13</fpage>
          -
          <lpage>22</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref81">
        <mixed-citation>
          [81]
          <string-name>
            <surname>Tao</surname>
            <given-names>Zhou</given-names>
          </string-name>
          , Zoltán Kuscsik,
          <string-name>
            <surname>Jian-Guo</surname>
            <given-names>Liu</given-names>
          </string-name>
          , Matúš Medo, Joseph Rushton Wakeling, and Yi-Cheng Zhang.
          <year>2010</year>
          .
          <article-title>Solving the apparent diversity-accuracy dilemma of recommender systems</article-title>
          .
          <source>Proceedings of the National Academy of Sciences</source>
          <volume>107</volume>
          ,
          <issue>10</issue>
          (
          <year>2010</year>
          ),
          <fpage>4511</fpage>
          -
          <lpage>4515</lpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>