<?xml version="1.0" encoding="UTF-8"?>
<TEI xml:space="preserve" xmlns="http://www.tei-c.org/ns/1.0" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.tei-c.org/ns/1.0 https://raw.githubusercontent.com/kermitt2/grobid/master/grobid-home/schemas/xsd/Grobid.xsd"
 xmlns:xlink="http://www.w3.org/1999/xlink">
	<teiHeader xml:lang="en">
		<fileDesc>
			<titleStmt>
				<title level="a" type="main">Multi-Objective Recommender Systems: Survey and Challenges *</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author role="corresp">
							<persName><forename type="first">Dietmar</forename><surname>Jannach</surname></persName>
							<email>dietmar.jannach@aau.at</email>
							<affiliation key="aff0">
								<orgName type="institution">University of Klagenfurt</orgName>
								<address>
									<country key="AT">Austria</country>
								</address>
							</affiliation>
							<affiliation key="aff1">
								<orgName type="institution">University of Klagenfurt</orgName>
								<address>
									<country key="AT">Austria</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Multi-Objective Recommender Systems: Survey and Challenges *</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">D4200C51445FC41ABB930EC2B90A0277</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T18:00+0000">
					<desc>GROBID - A machine learning software for extracting information from scholarly documents</desc>
					<ref target="https://github.com/kermitt2/grobid"/>
				</application>
			</appInfo>
		</encodingDesc>
		<profileDesc>
			<textClass>
				<keywords>
					<term>Recommender systems</term>
					<term>Multi-objective optimization</term>
					<term>Beyond-accuracy evaluation</term>
					<term>Multistakeholder recommendation</term>
					<term>Short-term and long-term objectives</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><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 sufficient. Instead, multiple and often competing objectives have to be considered, leading to a need for more research in multi-objective recommender systems. We can differentiate between several types of such competing goals, including (i) competing recommendation quality objectives at the individual and aggregate level, (ii) competing objectives of different 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.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1">INTRODUCTION</head><p>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 <ref type="bibr" target="#b61">[62]</ref> 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 different ways <ref type="bibr" target="#b39">[40]</ref>, 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" <ref type="bibr" target="#b25">[26]</ref>. 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 different ways <ref type="bibr" target="#b24">[25]</ref>, data-based offline 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 <ref type="bibr" target="#b67">[68]</ref> 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. 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.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">Dietmar Jannach</head><p>Such an assumption might however not always be true, and it was pointed out many years ago that "being accurate is not enough" <ref type="bibr" target="#b52">[53]</ref>. 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 efforts on "beyond-accuracy" measures like diversity, novelty, or serendipity, see <ref type="bibr" target="#b11">[12]</ref> 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 <ref type="bibr" target="#b31">[32]</ref>. 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 <ref type="bibr" target="#b0">[1,</ref><ref type="bibr" target="#b1">2]</ref>, often also taking different 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 efforts in practice. One important way to escape the limitations of current research practice is to consider multiple quality dimensions and stakeholder objectives in parallel <ref type="bibr" target="#b33">[34]</ref>. Next, in Section 2, we will discuss various forms of multi-objective recommender systems found in the literature.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">TYPES OF MULTI-OBJECTIVE RECOMMENDATION SETTINGS</head><p>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 <ref type="figure">1</ref> provides an taxonomy of different 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 <ref type="bibr" target="#b35">[36]</ref>. 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 <ref type="bibr" target="#b23">[24]</ref>. 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.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.1">Recommendation Quality Objectives</head><p>Under this category, we subsume problem settings, where more than one quality objective of recommendations for users must be considered. We can differentiate 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 therefore strive to find an offering 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 <ref type="bibr" target="#b47">[48,</ref><ref type="bibr" target="#b73">74]</ref>. Such methods can also be part of interactive constraint-based recommendation approaches <ref type="bibr" target="#b30">[31]</ref> 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 <ref type="bibr" target="#b19">[20]</ref>.</p><p>A different 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. <ref type="bibr" target="#b56">[57]</ref> tried to align the recommendations with the past popularity tendencies of a user. Later, Jugovac et al. <ref type="bibr" target="#b41">[42]</ref> extended the approach for multiple optimization objectives. A more formal characterization of calibration was introduced in [69] by Steck, and <ref type="bibr" target="#b3">[4]</ref> 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 <ref type="bibr" target="#b35">[36]</ref> for the music domain, where the objective was to find musically coherent playlist continuations while preserving prediction accuracy.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Aggregate level. The majority of published research on balancing different recommendation quality aspects targets</head><p>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., <ref type="bibr" target="#b2">[3,</ref><ref type="bibr" target="#b5">6,</ref><ref type="bibr" target="#b17">18,</ref><ref type="bibr" target="#b42">43,</ref><ref type="bibr" target="#b74">75]</ref>. Most commonly, the goal is to balance accuracy with exactly one of these measures, assuming that there is a trade-off 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 <ref type="bibr" target="#b63">[64]</ref>, the authors describe an effort 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 <ref type="bibr" target="#b11">[12]</ref>. Alternative techniques for creating a balanced lists or for merging different lists include constraint optimization </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.2">Multistakeholder Objectives</head><p>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 different 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,</p><p>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 <ref type="bibr" target="#b0">[1,</ref><ref type="bibr" target="#b33">34]</ref>. In such settings, a recommender system may serve different purposes for different stakeholders <ref type="bibr" target="#b31">[32]</ref>, and the related objectives may stand in conflict. <ref type="foot" target="#foot_0">1</ref>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-off 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 <ref type="bibr" target="#b7">[8]</ref>.</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" <ref type="bibr" target="#b32">[33]</ref>. In <ref type="bibr" target="#b13">[14]</ref>, 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 <ref type="bibr" target="#b8">[9,</ref><ref type="bibr" target="#b8">9,</ref><ref type="bibr" target="#b58">59,</ref><ref type="bibr" target="#b75">76]</ref> Besides such situations with potential consumer-provider trade-offs, 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 <ref type="bibr" target="#b49">[50]</ref>. 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.</p><p>A variety of strategies to aggregate the individual user preferences were proposed over the years. Early works on the topic can be found in <ref type="bibr" target="#b55">[56]</ref> and <ref type="bibr" target="#b48">[49]</ref>. In <ref type="bibr" target="#b48">[49]</ref>, for instance, Masthoff reports the outcomes of different 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 differs 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 <ref type="bibr" target="#b57">[58]</ref> 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 <ref type="bibr" target="#b4">[5]</ref>.</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 <ref type="bibr" target="#b33">[34]</ref>. Besides the consumer, who already might have competing objectives, there are the property owners, who have their offerings listed on the booking platform and pay a commission for each booking. The goal of the property owners is that their offerings 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 sufficient 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 offerings on the platform at some stage <ref type="bibr" target="#b43">[44]</ref>. We discuss short-term and long-term objectives next.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.3">Time Horizon Objectives</head><p>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 <ref type="bibr" target="#b37">[38]</ref>. 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.</p><p>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 difficulties 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 effects of different recommendation strategies are much less explored and there is also limited literature on the long-term effects of recommender systems in industry. A/B tests in industry may last from a few weeks to several months. In <ref type="bibr" target="#b23">[24]</ref>, 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 effects 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 <ref type="bibr" target="#b58">[59]</ref> or <ref type="bibr" target="#b44">[45]</ref>. In <ref type="bibr" target="#b44">[45]</ref>, the authors for example found that using a recommender system led to decreased sales diversity compared to a situation without a recommender. A similar effect was reported in <ref type="bibr" target="#b7">[8]</ref>, 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 <ref type="bibr" target="#b34">[35]</ref>.</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. <ref type="bibr" target="#b45">[46]</ref> 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.</p><p>Different recommendation algorithms can be evaluated offline with the help of simulators, e.g., <ref type="bibr" target="#b50">[51,</ref><ref type="bibr" target="#b64">65]</ref>. A common challenge in this context is to ensure that such evaluations are unbiased <ref type="bibr" target="#b26">[27,</ref><ref type="bibr" target="#b46">47]</ref>. We note that the consideration of temporal aspects such as different time horizons or delayed feedback have been explored in the RL literature for the related problem of computational advertising for several years <ref type="bibr" target="#b12">[13,</ref><ref type="bibr" target="#b71">72]</ref>.</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 effects of recommender systems on sales diversity <ref type="bibr" target="#b21">[22]</ref>, potential reinforcement effects in terms of popularity bias and other aspects for traditional and session-based recommendations <ref type="bibr" target="#b20">[21,</ref><ref type="bibr" target="#b36">37]</ref>, longitudinal performance effects of recommender systems and the "performance paradox" <ref type="bibr" target="#b77">[78]</ref>, differences in terms of long-term effects of consumer-oriented and profit-oriented recommendation strategies <ref type="bibr" target="#b22">[23]</ref>.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.4">User Experience Objectives</head><p>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 <ref type="bibr" target="#b40">[41]</ref>, 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-offs 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 <ref type="bibr" target="#b6">[7,</ref><ref type="bibr" target="#b10">11]</ref>. Besides the question of how many options to show, a related question is how much detail and additional information to show for each recommendation.</p><p>• Transparency and User Control vs. Cognitive Effort: Transparency and explanations are commonly considered to be trust-establishing factors in recommender systems <ref type="bibr" target="#b60">[61]</ref>. A variety of different ways of explaining recommendations were proposed in the literature <ref type="bibr" target="#b54">[55,</ref><ref type="bibr" target="#b72">73]</ref>. 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 <ref type="bibr" target="#b18">[19,</ref><ref type="bibr" target="#b38">39]</ref>.</p><p>• Flexibility vs. Efficiency: 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 flexible interactions, the study in <ref type="bibr" target="#b27">[28]</ref>, for instance, indicated that a combination of interaction modalities was most effective.</p><p>Several other more general design trade-offs may exist depending on the specific application, e.g., regarding acceptable levels automating adaptivity of the user interface, which may hamper usability <ref type="bibr" target="#b59">[60]</ref>.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.5">System Objectives</head><p>In this final category we discuss technical aspects and their potential trade-offs. We call them "system objectives", as they refer to more general system properties.</p><p>One such trade-off 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 <ref type="bibr" target="#b9">[10]</ref> 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 offline testing. In some research works, it even turns out that "embarrassingly shallow" models can be highly competitive in offline evaluations <ref type="bibr" target="#b69">[70]</ref>.</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 difficult 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 <ref type="bibr" target="#b70">[71]</ref>.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3">SUMMARY AND CHALLENGES</head><p>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 different stakeholders, conflicts when optimizing for different time horizons, competing design choices at the UI level, as well as system-level and engineering-related considerations.</p><p>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 different 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 different 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 offline 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 <ref type="bibr" target="#b14">[15]</ref>.</p><p>Unfortunately, in many of today's research works, we observe phenomena similar to the "abstraction traps" described by Selbst et al. <ref type="bibr" target="#b66">[67]</ref> 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 effects 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 <ref type="bibr" target="#b17">[18]</ref>.</p><p>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 <ref type="bibr" target="#b16">[17]</ref> 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. <ref type="foot" target="#foot_1">2</ref> 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 <ref type="bibr" target="#b8">[9]</ref>, outcomes of field studies are described in <ref type="bibr" target="#b58">[59]</ref>. An offline evaluation with real-world data from industry is done in <ref type="bibr" target="#b53">[54]</ref>, 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 <ref type="bibr" target="#b76">[77]</ref> 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 difficult 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.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_1"><head></head><label></label><figDesc>techniques, graph-based and neighborhood-based approaches, methods that are based on the concept of Pareto efficiency, methods that integrate different objectives in their loss function, or bandit-based approaches that address the exploreexploit problem for improved discovery through novel recommendations<ref type="bibr" target="#b15">[16,</ref><ref type="bibr" target="#b28">29,</ref><ref type="bibr" target="#b29">30,</ref><ref type="bibr" target="#b51">52,</ref><ref type="bibr" target="#b62">63,</ref><ref type="bibr" target="#b65">66,</ref><ref type="bibr" target="#b78">[79]</ref><ref type="bibr" target="#b79">[80]</ref><ref type="bibr" target="#b80">[81]</ref>.</figDesc><table /></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="1" xml:id="foot_0">In some cases there may even be subgroups within the consumer stakeholder group, e.g., free vs. premium or new vs. existing customers, for which different objectives may exist.</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="2" xml:id="foot_1">Avoiding popularity biases in general, i.e., beyond fairness considerations, certainly is important for different reasons in practice, e.g., to ensure a certain level of exposure for novel (cold-start) items.</note>
		</body>
		<back>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Multistakeholder Recommendation: Survey and Research Directions</title>
		<author>
			<persName><forename type="first">Himan</forename><surname>Abdollahpouri</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Gediminas</forename><surname>Adomavicius</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Robin</forename><surname>Burke</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Ido</forename><surname>Guy</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Dietmar</forename><surname>Jannach</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Toshihiro</forename><surname>Kamishima</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Jan</forename><surname>Krasnodebski</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Luiz</forename><surname>Pizzato</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">User Modeling and User-Adapted Interaction</title>
		<imprint>
			<biblScope unit="volume">30</biblScope>
			<biblScope unit="page" from="127" to="158" />
			<date type="published" when="2020">2020. 2020</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Multistakeholder Recommender Systems</title>
		<author>
			<persName><forename type="first">Himan</forename><surname>Abdollahpouri</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Robin</forename><surname>Burke</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Recommender Systems Handbook</title>
				<editor>
			<persName><forename type="first">Francesco</forename><surname>Ricci</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Lior</forename><surname>Rokach</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Bracha</forename><surname>Shapira</surname></persName>
		</editor>
		<meeting><address><addrLine>New York, NY</addrLine></address></meeting>
		<imprint>
			<publisher>Springer US</publisher>
			<date type="published" when="2022">2022</date>
			<biblScope unit="page" from="647" to="677" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Controlling Popularity Bias in Learning-to-Rank Recommendation</title>
		<author>
			<persName><forename type="first">Himan</forename><surname>Abdollahpouri</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Robin</forename><surname>Burke</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Bamshad</forename><surname>Mobasher</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Eleventh ACM Conference on Recommender Systems (RecSys &apos;17)</title>
				<meeting>the Eleventh ACM Conference on Recommender Systems (RecSys &apos;17)</meeting>
		<imprint>
			<date type="published" when="2017">2017</date>
			<biblScope unit="page" from="42" to="46" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">User-centered Evaluation of Popularity Bias in Recommender Systems</title>
		<author>
			<persName><forename type="first">Himan</forename><surname>Abdollahpouri</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Masoud</forename><surname>Mansoury</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Robin</forename><surname>Burke</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Bamshad</forename><surname>Mobasher</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Edward</forename><forename type="middle">C</forename><surname>Malthouse</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 29th ACM Conference on User Modeling, Adaptation and Personalization, UMAP</title>
				<meeting>the 29th ACM Conference on User Modeling, Adaptation and Personalization, UMAP</meeting>
		<imprint>
			<date type="published" when="2021">2021. 2021</date>
			<biblScope unit="page" from="119" to="129" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">RecSys Challenge 2017: Offline and Online Evaluation</title>
		<author>
			<persName><forename type="first">Fabian</forename><surname>Abel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Yashar</forename><surname>Deldjoo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Mehdi</forename><surname>Elahi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Daniel</forename><surname>Kohlsdorf</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Eleventh ACM Conference on Recommender Systems</title>
				<meeting>the Eleventh ACM Conference on Recommender Systems<address><addrLine>RecSys</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2017">2017. 2017</date>
			<biblScope unit="page" from="372" to="373" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Improving Aggregate Recommendation Diversity Using Ranking-Based Techniques</title>
		<author>
			<persName><forename type="first">Gediminas</forename><surname>Adomavicius</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Youngok</forename><surname>Kwon</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">IEEE TKDE</title>
		<imprint>
			<biblScope unit="volume">24</biblScope>
			<biblScope unit="issue">5</biblScope>
			<biblScope unit="page" from="896" to="911" />
			<date type="published" when="2012">2012. 2012</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Using recommendation agents to cope with information overload</title>
		<author>
			<persName><forename type="first">Muhammad</forename><surname>Aljukhadar</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Sylvain</forename><surname>Senecal</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Charles-Etienne</forename><surname>Daoust</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">International Journal of Electronic Commerce</title>
		<imprint>
			<biblScope unit="volume">17</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page" from="41" to="70" />
			<date type="published" when="2012">2012. 2012</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Algorithmic Effects on the Diversity of Consumption on Spotify</title>
		<author>
			<persName><forename type="first">Ashton</forename><surname>Anderson</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Lucas</forename><surname>Maystre</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Ian</forename><surname>Anderson</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Rishabh</forename><surname>Mehrotra</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Mounia</forename><surname>Lalmas</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of The Web Conference 2020 (WWW &apos;20)</title>
				<meeting>The Web Conference 2020 (WWW &apos;20)</meeting>
		<imprint>
			<date type="published" when="2020">2020</date>
			<biblScope unit="page" from="2155" to="2165" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">Movie Recommender System for Profit Maximization</title>
		<author>
			<persName><forename type="first">Amos</forename><surname>Azaria</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Avinatan</forename><surname>Hassidim</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Sarit</forename><surname>Kraus</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Adi</forename><surname>Eshkol</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Ofer</forename><surname>Weintraub</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Irit</forename><surname>Netanely</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 7th ACM Conference on Recommender Systems</title>
				<meeting>the 7th ACM Conference on Recommender Systems<address><addrLine>Hong Kong, China</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2013">2013</date>
			<biblScope unit="page" from="121" to="128" />
		</imprint>
	</monogr>
	<note>) (RecSys &apos;13</note>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">The Netflix Prize</title>
		<author>
			<persName><forename type="first">James</forename><surname>Bennett</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Stan</forename><surname>Lanning</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of KDD cup and workshop</title>
				<meeting>KDD cup and workshop</meeting>
		<imprint>
			<date type="published" when="2007">2007. 2007</date>
			<biblScope unit="page">35</biblScope>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">Understanding choice overload in recommender systems</title>
		<author>
			<persName><forename type="first">G</forename><forename type="middle">F M</forename><surname>Dirk</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Bart</forename><forename type="middle">P</forename><surname>Bollen</surname></persName>
		</author>
		<author>
			<persName><surname>Knijnenburg</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Martijn</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Mark</forename><forename type="middle">P</forename><surname>Willemsen</surname></persName>
		</author>
		<author>
			<persName><surname>Graus</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 4th Conference on Recommender Systems (RecSys &apos;10)</title>
				<meeting>the 4th Conference on Recommender Systems (RecSys &apos;10)</meeting>
		<imprint>
			<date type="published" when="2010">2010</date>
			<biblScope unit="page" from="63" to="70" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">Improving Recommendation Diversity</title>
		<author>
			<persName><forename type="first">K</forename><surname>Bradley</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Smyth</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 12th National Conference in Artificial Intelligence and Cognitive Science</title>
				<meeting>the 12th National Conference in Artificial Intelligence and Cognitive Science</meeting>
		<imprint>
			<date type="published" when="2001">2001</date>
			<biblScope unit="page" from="75" to="84" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">Modeling Delayed Feedback in Display Advertising</title>
		<author>
			<persName><surname>Olivier Chapelle</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 20th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining (KDD &apos;14)</title>
				<meeting>the 20th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining (KDD &apos;14)</meeting>
		<imprint>
			<date type="published" when="2014">2014</date>
			<biblScope unit="page" from="1097" to="1105" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">Developing recommender systems with the consideration of product profitability for sellers</title>
		<author>
			<persName><forename type="first">Long-Sheng</forename><surname>Chen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Fei-Hao</forename><surname>Hsu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Mu-Chen</forename><surname>Chen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Yuan-Chia</forename><surname>Hsu</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Information Sciences</title>
		<imprint>
			<biblScope unit="volume">178</biblScope>
			<biblScope unit="issue">4</biblScope>
			<biblScope unit="page" from="1032" to="1048" />
			<date type="published" when="2008">2008. 2008</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<analytic>
		<title level="a" type="main">Progress in recommender systems research: Crisis? What crisis?</title>
		<author>
			<persName><forename type="first">Paolo</forename><surname>Cremonesi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Dietmar</forename><surname>Jannach</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">AI Magazine</title>
		<imprint>
			<biblScope unit="volume">42</biblScope>
			<biblScope unit="issue">3</biblScope>
			<biblScope unit="page" from="43" to="54" />
			<date type="published" when="2021">2021. 2021</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<analytic>
		<title level="a" type="main">Contextual Hybrid Session-based News Recommendation with Recurrent Neural Networks</title>
		<author>
			<persName><forename type="first">Dietmar</forename><surname>Gabriel De Souza Pereira Moreira</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Adilson Marques Da</forename><surname>Jannach</surname></persName>
		</author>
		<author>
			<persName><surname>Cunha</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">IEEE Access</title>
		<imprint>
			<biblScope unit="volume">7</biblScope>
			<biblScope unit="page" from="169185" to="169203" />
			<date type="published" when="2019">2019. 2019</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b16">
	<monogr>
		<title level="m" type="main">A Survey of Research on Fair Recommender Systems</title>
		<author>
			<persName><forename type="first">Yashar</forename><surname>Deldjoo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Dietmar</forename><surname>Jannach</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Alejandro</forename><surname>Bellogin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Alessandro</forename><surname>Difonzo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Dario</forename><surname>Zanzonelli</surname></persName>
		</author>
		<ptr target="https://arxiv.org/abs/2205.11127" />
		<imprint>
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b17">
	<analytic>
		<title level="a" type="main">Fairness in Information Access Systems</title>
		<author>
			<persName><forename type="first">D</forename><surname>Michael</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Anubrata</forename><surname>Ekstrand</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Robin</forename><surname>Das</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Fernando</forename><surname>Burke</surname></persName>
		</author>
		<author>
			<persName><surname>Diaz</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Foundations and Trends® in Information Retrieval</title>
		<imprint>
			<biblScope unit="volume">16</biblScope>
			<biblScope unit="page" from="1" to="177" />
			<date type="published" when="2022">2022. 2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b18">
	<analytic>
		<title level="a" type="main">Letting Users Choose Recommender Algorithms: An Experimental Study</title>
		<author>
			<persName><forename type="first">D</forename><surname>Michael</surname></persName>
		</author>
		<author>
			<persName><surname>Ekstrand</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><forename type="middle">Maxwell</forename><surname>Daniel Kluver</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Joseph</forename><forename type="middle">A</forename><surname>Harper</surname></persName>
		</author>
		<author>
			<persName><surname>Konstan</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 9th ACM Conference on Recommender Systems (RecSys &apos;15)</title>
				<meeting>the 9th ACM Conference on Recommender Systems (RecSys &apos;15)</meeting>
		<imprint>
			<date type="published" when="2015">2015</date>
			<biblScope unit="page" from="11" to="18" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b19">
	<analytic>
		<title level="a" type="main">An Integrated Environment for the Development of Knowledge-Based Recommender Applications</title>
		<author>
			<persName><forename type="first">Alexander</forename><surname>Felfernig</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Gerhard</forename><surname>Friedrich</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Dietmar</forename><surname>Jannach</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Markus</forename><surname>Zanker</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">International Journal of Electronic Commerce</title>
		<imprint>
			<biblScope unit="volume">11</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page" from="11" to="34" />
			<date type="published" when="2006">2006. 2006</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b20">
	<analytic>
		<title level="a" type="main">Exploring longitudinal effects of session-based recommendations</title>
		<author>
			<persName><forename type="first">Andres</forename><surname>Ferraro</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Dietmar</forename><surname>Jannach</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Xavier</forename><surname>Serra</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 2020 ACM Conference on Recommender Systems</title>
				<meeting>the 2020 ACM Conference on Recommender Systems</meeting>
		<imprint>
			<date type="published" when="2020">2020</date>
			<biblScope unit="page" from="474" to="479" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b21">
	<analytic>
		<title level="a" type="main">Blockbuster Culture&apos;s Next Rise or Fall: The Impact of Recommender Systems on Sales Diversity</title>
		<author>
			<persName><forename type="first">Daniel</forename><surname>Fleder</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Kartik</forename><surname>Hosanagar</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Management Science</title>
		<imprint>
			<biblScope unit="volume">55</biblScope>
			<biblScope unit="issue">5</biblScope>
			<biblScope unit="page" from="697" to="712" />
			<date type="published" when="2009">2009. 2009</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b22">
	<monogr>
		<title level="m" type="main">Balancing Consumer and Business Value of Recommender Systems: A Simulation-based Analysis</title>
		<author>
			<persName><forename type="first">Nada</forename><surname>Ghanem</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Stephan</forename><surname>Leitner</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Dietmar</forename><surname>Jannach</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2022">2022. 2022</date>
			<publisher>E-Commerce Research and Applications forthcoming</publisher>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b23">
	<analytic>
		<title level="a" type="main">The Netflix Recommender System: Algorithms, Business Value, and Innovation</title>
		<author>
			<persName><forename type="first">Carlos</forename><forename type="middle">A</forename><surname>Gomez-Uribe</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Neil</forename><surname>Hunt</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Transactions on Management Information Systems</title>
		<imprint>
			<biblScope unit="volume">6</biblScope>
			<biblScope unit="issue">4</biblScope>
			<biblScope unit="page">19</biblScope>
			<date type="published" when="2015">2015. 2015</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b24">
	<analytic>
		<title level="a" type="main">Evaluating Recommender Systems</title>
		<author>
			<persName><forename type="first">Asela</forename><surname>Gunawardana</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Guy</forename><surname>Shani</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Recommender Systems Handbook</title>
				<editor>
			<persName><forename type="first">Francesco</forename><surname>Ricci</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Lior</forename><surname>Rokach</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Bracha</forename><surname>Shapira</surname></persName>
		</editor>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2015">2015</date>
			<biblScope unit="page" from="265" to="308" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b25">
	<analytic>
		<title level="a" type="main">Explaining Collaborative Filtering Recommendations</title>
		<author>
			<persName><forename type="first">Jonathan</forename><forename type="middle">L</forename><surname>Herlocker</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Joseph</forename><forename type="middle">A</forename><surname>Konstan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">John</forename><surname>Riedl</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">CSCW &apos;00</title>
				<imprint>
			<date type="published" when="2000">2000</date>
			<biblScope unit="page" from="241" to="250" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b26">
	<analytic>
		<title level="a" type="main">Keeping Dataset Biases out of the Simulation: A Debiased Simulator for Reinforcement Learning Based Recommender Systems</title>
		<author>
			<persName><forename type="first">Jin</forename><surname>Huang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Harrie</forename><surname>Oosterhuis</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Maarten</forename><surname>De Rijke</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Herke</forename><surname>Van Hoof</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Fourteenth ACM Conference on Recommender Systems (RecSys &apos;20)</title>
				<imprint>
			<date type="published" when="2020">2020</date>
			<biblScope unit="page" from="190" to="199" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b27">
	<analytic>
		<title level="a" type="main">Conversational Recommender Systems and Natural Language: A study through the ConveRSE Framework</title>
		<author>
			<persName><forename type="first">Andrea</forename><surname>Iovine</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Fedelucio</forename><surname>Narducci</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Giovanni</forename><surname>Semeraro</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Decision Support Systems</title>
		<imprint>
			<biblScope unit="volume">131</biblScope>
			<biblScope unit="page" from="113250" to="113260" />
			<date type="published" when="2020">2020. 2020</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b28">
	<analytic>
		<title level="a" type="main">Accuracy-diversity trade-off in recommender systems via graph convolutions</title>
		<author>
			<persName><forename type="first">Elvin</forename><surname>Isufi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Matteo</forename><surname>Pocchiari</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Alan</forename><surname>Hanjalic</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Information Processing &amp; Management</title>
		<imprint>
			<biblScope unit="volume">58</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page">102459</biblScope>
			<date type="published" when="2021">2021. 2021</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b29">
	<analytic>
		<title level="a" type="main">Optimizing Multiple Objectives in Collaborative Filtering</title>
		<author>
			<persName><forename type="first">Tamas</forename><surname>Jambor</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Jun</forename><surname>Wang</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Fourth ACM Conference on Recommender Systems (RecSys &apos;10)</title>
				<meeting>the Fourth ACM Conference on Recommender Systems (RecSys &apos;10)</meeting>
		<imprint>
			<date type="published" when="2010">2010</date>
			<biblScope unit="page" from="55" to="62" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b30">
	<analytic>
		<title level="a" type="main">ADVISOR SUITE -A Knowledge-based Sales Advisory System</title>
		<author>
			<persName><forename type="first">Dietmar</forename><surname>Jannach</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">ECAI &apos;04</title>
				<imprint>
			<date type="published" when="2004">2004</date>
			<biblScope unit="page" from="720" to="724" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b31">
	<analytic>
		<title level="a" type="main">Recommendations with a Purpose</title>
		<author>
			<persName><forename type="first">Dietmar</forename><surname>Jannach</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Gediminas</forename><surname>Adomavicius</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 10th ACM Conference on Recommender Systems</title>
				<meeting>the 10th ACM Conference on Recommender Systems<address><addrLine>Boston, Massachusetts, USA</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2016">2016</date>
			<biblScope unit="page" from="7" to="10" />
		</imprint>
	</monogr>
	<note>RecSys &apos;16</note>
</biblStruct>

<biblStruct xml:id="b32">
	<analytic>
		<title level="a" type="main">Price and Profit Awareness in Recommender Systems</title>
		<author>
			<persName><forename type="first">Dietmar</forename><surname>Jannach</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Gediminas</forename><surname>Adomavicius</surname></persName>
		</author>
		<idno>CoRR abs/1707.08029</idno>
	</analytic>
	<monogr>
		<title level="m">Proceedings VAMS Workshop at ACM RecSys 2017</title>
				<meeting>VAMS Workshop at ACM RecSys 2017</meeting>
		<imprint>
			<date type="published" when="2017">2017. 2017</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b33">
	<analytic>
		<title level="a" type="main">Escaping the McNamara Fallacy: Towards more Impactful Recommender Systems Research</title>
		<author>
			<persName><forename type="first">Dietmar</forename><surname>Jannach</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Christine</forename><surname>Bauer</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">AI Magazine</title>
		<imprint>
			<biblScope unit="volume">41</biblScope>
			<biblScope unit="issue">4</biblScope>
			<biblScope unit="page" from="79" to="95" />
			<date type="published" when="2020">2020. 2020</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b34">
	<analytic>
		<title level="a" type="main">Measuring the business value of recommender systems</title>
		<author>
			<persName><forename type="first">Dietmar</forename><surname>Jannach</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Michael</forename><surname>Jugovac</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">ACM TMIS</title>
		<imprint>
			<biblScope unit="volume">10</biblScope>
			<biblScope unit="issue">4</biblScope>
			<biblScope unit="page" from="1" to="23" />
			<date type="published" when="2019">2019. 2019</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b35">
	<analytic>
		<title level="a" type="main">Beyond &quot;Hitting the Hits&quot; -Generating Coherent Music Playlist Continuations with the Right Tracks</title>
		<author>
			<persName><forename type="first">Dietmar</forename><surname>Jannach</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Lukas</forename><surname>Lerche</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Iman</forename><surname>Kamehkhosh</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 9th ACM Conference on Recommender Systems (RecSys 2015)</title>
				<meeting>the 9th ACM Conference on Recommender Systems (RecSys 2015)<address><addrLine>Vienna, Austria</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2015">2015</date>
			<biblScope unit="page" from="187" to="194" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b36">
	<analytic>
		<title level="a" type="main">What recommenders recommend: an analysis of recommendation biases and possible countermeasures</title>
		<author>
			<persName><forename type="first">Dietmar</forename><surname>Jannach</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Lukas</forename><surname>Lerche</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Iman</forename><surname>Kamehkhosh</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Michael</forename><surname>Jugovac</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">User Modeling and User-Adapted Interaction</title>
		<imprint>
			<biblScope unit="volume">25</biblScope>
			<biblScope unit="issue">5</biblScope>
			<biblScope unit="page" from="427" to="491" />
			<date type="published" when="2015">2015. 2015</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b37">
	<analytic>
		<title level="a" type="main">Session-based item recommendation in e-commerce: on short-term intents, reminders, trends and discounts</title>
		<author>
			<persName><forename type="first">Dietmar</forename><surname>Jannach</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Malte</forename><surname>Ludewig</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Lukas</forename><surname>Lerche</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">User Modeling and User-Adapted Interaction</title>
		<imprint>
			<biblScope unit="volume">27</biblScope>
			<biblScope unit="issue">3</biblScope>
			<biblScope unit="page" from="351" to="392" />
			<date type="published" when="2017">2017. 2017</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b38">
	<analytic>
		<title level="a" type="main">User Control in Recommender Systems: Overview and Interaction Challenges</title>
		<author>
			<persName><forename type="first">Dietmar</forename><surname>Jannach</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Sidra</forename><surname>Naveed</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Michael</forename><surname>Jugovac</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">17th International Conference on Electronic Commerce and Web Technologies (EC-Web</title>
				<imprint>
			<date type="published" when="2016">2016. 2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b39">
	<analytic>
		<title level="a" type="main">Impact and Value of Recommender Systems</title>
		<author>
			<persName><forename type="first">Dietmar</forename><surname>Jannach</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Markus</forename><surname>Zanker</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Recommender Systems Handbook</title>
				<editor>
			<persName><forename type="first">Francesco</forename><surname>Ricci</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Bracha</forename><surname>Shapira</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Lior</forename><surname>Rokach</surname></persName>
		</editor>
		<imprint>
			<publisher>Springer US</publisher>
			<date type="published" when="2021">2021</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b40">
	<analytic>
		<title level="a" type="main">Interacting with Recommenders -Overview and Research Directions</title>
		<author>
			<persName><forename type="first">Michael</forename><surname>Jugovac</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Dietmar</forename><surname>Jannach</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">ACM Transactions on Intelligent Interactive Systems (ACM TiiS)</title>
		<imprint>
			<biblScope unit="volume">7</biblScope>
			<biblScope unit="page">3</biblScope>
			<date type="published" when="2017">2017. 2017</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b41">
	<analytic>
		<title level="a" type="main">Efficient Optimization of Multiple Recommendation Quality Factors According to Individual User Tendencies</title>
		<author>
			<persName><forename type="first">Michael</forename><surname>Jugovac</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Dietmar</forename><surname>Jannach</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Lukas</forename><surname>Lerche</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Expert Systems With Applications</title>
		<imprint>
			<biblScope unit="volume">81</biblScope>
			<biblScope unit="page" from="321" to="331" />
			<date type="published" when="2017">2017. 2017</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b42">
	<analytic>
		<title level="a" type="main">Diversity, Serendipity, Novelty, and Coverage: A Survey and Empirical Analysis of Beyond-Accuracy Objectives in Recommender Systems</title>
		<author>
			<persName><forename type="first">Marius</forename><surname>Kaminskas</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Derek</forename><surname>Bridge</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">ACM Transactions on Interactive Intelligent Systems</title>
		<imprint>
			<biblScope unit="volume">7</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page">42</biblScope>
			<date type="published" when="2016">2016. 2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b43">
	<analytic>
		<title level="a" type="main">Considering Supplier Relations and Monetization in Designing Recommendation Systems</title>
		<author>
			<persName><forename type="first">Jan</forename><surname>Krasnodebski</surname></persName>
		</author>
		<author>
			<persName><forename type="first">John</forename><surname>Dines</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 10th ACM Conference on Recommender Systems (RecSys &apos;16)</title>
				<meeting>the 10th ACM Conference on Recommender Systems (RecSys &apos;16)</meeting>
		<imprint>
			<date type="published" when="2016">2016</date>
			<biblScope unit="page" from="381" to="382" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b44">
	<analytic>
		<title level="a" type="main">How Do Recommender Systems Affect Sales Diversity? A Cross-Category Investigation via Randomized Field Experiment</title>
		<author>
			<persName><forename type="first">Dokyun</forename><surname>Lee</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Kartik</forename><surname>Hosanagar</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Information Systems Research</title>
		<imprint>
			<biblScope unit="volume">30</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page" from="239" to="259" />
			<date type="published" when="2019">2019. 2019</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b45">
	<analytic>
		<title level="a" type="main">A Contextual-Bandit Approach to Personalized News Article Recommendation</title>
		<author>
			<persName><forename type="first">Lihong</forename><surname>Li</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Wei</forename><surname>Chu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">John</forename><surname>Langford</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Robert</forename><forename type="middle">E</forename><surname>Schapire</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 19th International Conference on World Wide Web (WWW &apos;10)</title>
				<meeting>the 19th International Conference on World Wide Web (WWW &apos;10)</meeting>
		<imprint>
			<date type="published" when="2010">2010</date>
			<biblScope unit="page" from="661" to="670" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b46">
	<analytic>
		<title level="a" type="main">Unbiased Offline Evaluation of Contextual-Bandit-Based News Article Recommendation Algorithms</title>
		<author>
			<persName><forename type="first">Lihong</forename><surname>Li</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Wei</forename><surname>Chu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">John</forename><surname>Langford</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Xuanhui</forename><surname>Wang</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Fourth ACM International Conference on Web Search and Data Mining</title>
				<meeting>the Fourth ACM International Conference on Web Search and Data Mining<address><addrLine>Hong Kong, China</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2011">2011</date>
			<biblScope unit="page" from="297" to="306" />
		</imprint>
	</monogr>
	<note>WSDM &apos;11</note>
</biblStruct>

<biblStruct xml:id="b47">
	<analytic>
		<title level="a" type="main">Analysis and Classification of Multi-Criteria Recommender Systems</title>
		<author>
			<persName><forename type="first">Nikos</forename><surname>Manouselis</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Constantina</forename><forename type="middle">I</forename><surname>Costopoulou</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">World Wide Web</title>
		<imprint>
			<biblScope unit="volume">10</biblScope>
			<biblScope unit="issue">4</biblScope>
			<biblScope unit="page" from="415" to="441" />
			<date type="published" when="2007">2007. 2007</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b48">
	<analytic>
		<title level="a" type="main">Group Modeling: Selecting a Sequence of Television Items to Suit a Group of Viewers</title>
		<author>
			<persName><forename type="first">Judith</forename><surname>Masthoff</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Personalized Digital Television: Targeting Programs to individual Viewers</title>
				<meeting><address><addrLine>Netherlands</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2004">2004</date>
			<biblScope unit="page" from="93" to="141" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b49">
	<analytic>
		<title level="a" type="main">Group Recommender Systems: Aggregation, Satisfaction and Group Attributes</title>
		<author>
			<persName><forename type="first">Judith</forename><surname>Masthoff</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Recommender Systems Handbook</title>
				<editor>
			<persName><forename type="first">Francesco</forename><surname>Ricci</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Lior</forename><surname>Rokach</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Bracha</forename><surname>Shapira</surname></persName>
		</editor>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2015">2015</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b50">
	<analytic>
		<title level="a" type="main">Accordion: A Trainable Simulator for Long-Term Interactive Systems</title>
		<author>
			<persName><forename type="first">James</forename><surname>Mcinerney</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Ehtsham</forename><surname>Elahi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Justin</forename><surname>Basilico</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Yves</forename><surname>Raimond</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Tony</forename><surname>Jebara</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Fifteenth ACM Conference on Recommender Systems (RecSys &apos;21)</title>
				<imprint>
			<date type="published" when="2021">2021</date>
			<biblScope unit="page" from="102" to="113" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b51">
	<analytic>
		<title level="a" type="main">Explore, Exploit, and Explain: Personalizing Explainable Recommendations with Bandits</title>
		<author>
			<persName><forename type="first">James</forename><surname>Mcinerney</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Benjamin</forename><surname>Lacker</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Samantha</forename><surname>Hansen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Karl</forename><surname>Higley</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Hugues</forename><surname>Bouchard</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Alois</forename><surname>Gruson</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Rishabh</forename><surname>Mehrotra</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 12th ACM Conference on Recommender Systems</title>
				<meeting>the 12th ACM Conference on Recommender Systems<address><addrLine>Vancouver, British Columbia, Canada</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2018">2018</date>
			<biblScope unit="page" from="31" to="39" />
		</imprint>
	</monogr>
	<note>RecSys &apos;18</note>
</biblStruct>

<biblStruct xml:id="b52">
	<analytic>
		<title level="a" type="main">Being Accurate is Not Enough: How Accuracy Metrics Have Hurt Recommender Systems</title>
		<author>
			<persName><forename type="first">Sean</forename><forename type="middle">M</forename><surname>Mcnee</surname></persName>
		</author>
		<author>
			<persName><forename type="first">John</forename><surname>Riedl</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Joseph</forename><forename type="middle">A</forename><surname>Konstan</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">CHI &apos;06 Extended Abstracts on Human Factors in Computing Systems (CHI EA &apos;06)</title>
				<imprint>
			<date type="published" when="2006">2006</date>
			<biblScope unit="page" from="1097" to="1101" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b53">
	<analytic>
		<title level="a" type="main">Towards a Fair Marketplace: Counterfactual Evaluation of the Trade-off between Relevance, Fairness &amp; Satisfaction in Recommendation Systems</title>
		<author>
			<persName><forename type="first">Rishabh</forename><surname>Mehrotra</surname></persName>
		</author>
		<author>
			<persName><forename type="first">James</forename><surname>Mcinerney</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Hugues</forename><surname>Bouchard</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Mounia</forename><surname>Lalmas</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Fernando</forename><surname>Diaz</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 27th ACM International Conference on Information and Knowledge Management (CIKM &apos;18)</title>
				<meeting>the 27th ACM International Conference on Information and Knowledge Management (CIKM &apos;18)</meeting>
		<imprint>
			<date type="published" when="2018">2018</date>
			<biblScope unit="page" from="2243" to="2251" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b54">
	<analytic>
		<title level="a" type="main">A Systematic Review and Taxonomy of Explanations in Decision Support and Recommender Systems</title>
		<author>
			<persName><forename type="first">Ingrid</forename><surname>Nunes</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Dietmar</forename><surname>Jannach</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">User Modeling and User-Adapted Interaction</title>
		<imprint>
			<biblScope unit="volume">27</biblScope>
			<biblScope unit="page" from="393" to="444" />
			<date type="published" when="2017-12">2017. Dec. 2017</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b55">
	<monogr>
		<title level="m" type="main">PolyLens: A Recommender System for Groups of Users</title>
		<author>
			<persName><forename type="first">O'</forename><surname>Mark</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Dan</forename><surname>Connor</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Joseph</forename><forename type="middle">A</forename><surname>Cosley</surname></persName>
		</author>
		<author>
			<persName><forename type="first">John</forename><surname>Konstan</surname></persName>
		</author>
		<author>
			<persName><surname>Riedl</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2001">2001</date>
			<publisher>Springer Netherlands</publisher>
			<biblScope unit="page" from="199" to="218" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b56">
	<analytic>
		<title level="a" type="main">Novel Recommendation Based on Personal Popularity Tendency</title>
		<author>
			<persName><forename type="first">Jinoh</forename><surname>Oh</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Sun</forename><surname>Park</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Hwanjo</forename><surname>Yu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Min</forename><surname>Song</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Seung-Taek</forename><surname>Park</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">ICDM &apos;</title>
				<imprint>
			<date type="published" when="2011">2011</date>
			<biblScope unit="volume">11</biblScope>
			<biblScope unit="page" from="507" to="516" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b57">
	<analytic>
		<title level="a" type="main">Reciprocal Recommender Systems: Analysis of state-of-art literature, challenges and opportunities towards social recommendation</title>
		<author>
			<persName><forename type="first">Iván</forename><surname>Palomares</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Carlos</forename><surname>Porcel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Luiz</forename><surname>Pizzato</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Ido</forename><surname>Guy</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Enrique</forename><surname>Herrera-Viedma</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Information Fusion</title>
		<imprint>
			<biblScope unit="volume">69</biblScope>
			<biblScope unit="page" from="103" to="127" />
			<date type="published" when="2021">2021. 2021</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b58">
	<analytic>
		<title level="a" type="main">The Impact of Profit Incentives on the Relevance of Online Recommendations</title>
		<author>
			<persName><forename type="first">Umberto</forename><surname>Panniello</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Shawndra</forename><surname>Hill</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Michele</forename><surname>Gorgoglione</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Electron. Commer. Rec. Appl</title>
		<imprint>
			<biblScope unit="volume">20</biblScope>
			<biblScope unit="page" from="87" to="104" />
			<date type="published" when="2016">2016. 2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b59">
	<analytic>
		<title level="a" type="main">Usability Trade-Offs for Adaptive User Interfaces: Ease of Use and Learnability</title>
		<author>
			<persName><forename type="first">Tim</forename><forename type="middle">F</forename><surname>Paymans</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Jasper</forename><surname>Lindenberg</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Mark</forename><surname>Neerincx</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 9th International Conference on Intelligent User Interfaces (IUI &apos;04)</title>
				<meeting>the 9th International Conference on Intelligent User Interfaces (IUI &apos;04)</meeting>
		<imprint>
			<date type="published" when="2004">2004</date>
			<biblScope unit="page" from="301" to="303" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b60">
	<analytic>
		<title level="a" type="main">A User-centric Evaluation Framework for Recommender Systems</title>
		<author>
			<persName><forename type="first">Pearl</forename><surname>Pu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Li</forename><surname>Chen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Rong</forename><surname>Hu</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">RecSys &apos;11</title>
				<imprint>
			<date type="published" when="2011">2011</date>
			<biblScope unit="page" from="157" to="164" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b61">
	<analytic>
		<title level="a" type="main">GroupLens: An Open Architecture for Collaborative Filtering of Netnews</title>
		<author>
			<persName><forename type="first">Paul</forename><surname>Resnick</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Neophytos</forename><surname>Iacovou</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Mitesh</forename><surname>Suchak</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Peter</forename><surname>Bergstrom</surname></persName>
		</author>
		<author>
			<persName><forename type="first">John</forename><surname>Riedl</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 1994 ACM Conference on Computer Supported Cooperative Work (CSCW &apos;94)</title>
				<meeting>the 1994 ACM Conference on Computer Supported Cooperative Work (CSCW &apos;94)</meeting>
		<imprint>
			<date type="published" when="1994">1994</date>
			<biblScope unit="page" from="175" to="186" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b62">
	<analytic>
		<title level="a" type="main">Multiobjective Pareto-Efficient Approaches for Recommender Systems</title>
		<author>
			<persName><forename type="first">Marco</forename><surname>Tulio Ribeiro</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Nivio</forename><surname>Ziviani</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Edleno</forename><surname>Silva De Moura</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Itamar</forename><surname>Hata</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Anisio</forename><surname>Lacerda</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Adriano</forename><surname>Veloso</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">ACM Trans. Intell. Syst. Technol</title>
		<imprint>
			<biblScope unit="volume">5</biblScope>
			<biblScope unit="page">4</biblScope>
			<date type="published" when="2015">2015. 2015</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b63">
	<analytic>
		<title level="a" type="main">Multiple Objective Optimization in Recommender Systems</title>
		<author>
			<persName><forename type="first">Mario</forename><surname>Rodriguez</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Christian</forename><surname>Posse</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Ethan</forename><surname>Zhang</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Sixth ACM Conference on Recommender Systems (RecSys &apos;12)</title>
				<meeting>the Sixth ACM Conference on Recommender Systems (RecSys &apos;12)</meeting>
		<imprint>
			<date type="published" when="2012">2012</date>
			<biblScope unit="page" from="11" to="18" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b64">
	<monogr>
		<title level="m" type="main">RecoGym: A Reinforcement Learning Environment for the problem of Product Recommendation in Online Advertising</title>
		<author>
			<persName><forename type="first">David</forename><surname>Rohde</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Stephen</forename><surname>Bonner</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Travis</forename><surname>Dunlop</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Flavian</forename><surname>Vasile</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Alexandros</forename><surname>Karatzoglou</surname></persName>
		</author>
		<idno type="arXiv">arXiv:1808.00720</idno>
		<imprint>
			<date type="published" when="2018">2018. 2018</date>
		</imprint>
	</monogr>
	<note type="report_type">arXiv preprint</note>
</biblStruct>

<biblStruct xml:id="b65">
	<analytic>
		<title level="a" type="main">User-Centric Evaluation of a K-Furthest Neighbor Collaborative Filtering Recommender Algorithm</title>
		<author>
			<persName><forename type="first">Alan</forename><surname>Said</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Ben</forename><surname>Fields</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Brijnesh</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Sahin</forename><surname>Jain</surname></persName>
		</author>
		<author>
			<persName><surname>Albayrak</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 2013 Conference on Computer Supported Cooperative Work (CSCW &apos;13)</title>
				<meeting>the 2013 Conference on Computer Supported Cooperative Work (CSCW &apos;13)</meeting>
		<imprint>
			<date type="published" when="2013">2013</date>
			<biblScope unit="page" from="1399" to="1408" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b66">
	<analytic>
		<title level="a" type="main">Fairness and Abstraction in Sociotechnical Systems</title>
		<author>
			<persName><forename type="first">Andrew</forename><forename type="middle">D</forename><surname>Selbst</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Danah</forename><surname>Boyd</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Sorelle</forename><forename type="middle">A</forename><surname>Friedler</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Suresh</forename><surname>Venkatasubramanian</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Janet</forename><surname>Vertesi</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Conference on Fairness, Accountability, and Transparency (FAT* &apos;19)</title>
				<meeting>the Conference on Fairness, Accountability, and Transparency (FAT* &apos;19)</meeting>
		<imprint>
			<date type="published" when="2019">2019</date>
			<biblScope unit="page" from="59" to="68" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b67">
	<analytic>
		<title level="a" type="main">Social Information Filtering: Algorithms for Automating &quot;Word of Mouth</title>
		<author>
			<persName><forename type="first">Upendra</forename><surname>Shardanand</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Pattie</forename><surname>Maes</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the SIGCHI Conference on Human Factors in Computing Systems (CHI &apos;95)</title>
				<meeting>the SIGCHI Conference on Human Factors in Computing Systems (CHI &apos;95)</meeting>
		<imprint>
			<date type="published" when="1995">1995</date>
			<biblScope unit="page" from="210" to="217" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b68">
	<analytic>
		<title level="a" type="main">Calibrated Recommendations</title>
		<author>
			<persName><forename type="first">Harald</forename><surname>Steck</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">ACM RecSys &apos;18</title>
				<imprint>
			<date type="published" when="2018">2018</date>
			<biblScope unit="page" from="154" to="162" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b69">
	<analytic>
		<title level="a" type="main">Embarrassingly Shallow Autoencoders for Sparse Data</title>
		<author>
			<persName><forename type="first">Harald</forename><surname>Steck</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">The World Wide Web Conference (WWW &apos;19)</title>
				<imprint>
			<date type="published" when="2019">2019</date>
			<biblScope unit="page" from="3251" to="3257" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b70">
	<analytic>
		<title level="a" type="main">Deep Learning for Recommender Systems: A Netflix Case Study</title>
		<author>
			<persName><forename type="first">Harald</forename><surname>Steck</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Linas</forename><surname>Baltrunas</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Ehtsham</forename><surname>Elahi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Dawen</forename><surname>Liang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Yves</forename><surname>Raimond</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Justin</forename><surname>Basilico</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">AI Mag</title>
		<imprint>
			<biblScope unit="volume">42</biblScope>
			<biblScope unit="issue">3</biblScope>
			<biblScope unit="page" from="7" to="18" />
			<date type="published" when="2021">2021. 2021</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b71">
	<analytic>
		<title level="a" type="main">Personalized Ad Recommendation Systems for Life-Time Value Optimization with Guarantees</title>
		<author>
			<persName><forename type="first">Georgios</forename><surname>Theocharous</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Philip</forename><forename type="middle">S</forename><surname>Thomas</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Mohammad</forename><surname>Ghavamzadeh</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 24th International Conference on Artificial Intelligence (IJCAI&apos;15)</title>
				<meeting>the 24th International Conference on Artificial Intelligence (IJCAI&apos;15)</meeting>
		<imprint>
			<date type="published" when="2015">2015</date>
			<biblScope unit="page" from="1806" to="1812" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b72">
	<analytic>
		<title level="a" type="main">Designing and evaluating explanations for recommender systems</title>
		<author>
			<persName><forename type="first">Nava</forename><surname>Tintarev</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Judith</forename><surname>Masthoff</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Recommender systems handbook</title>
				<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2011">2011</date>
			<biblScope unit="page" from="479" to="510" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b73">
	<analytic>
		<title level="a" type="main">Multi-Criteria Decision Making Methods</title>
		<author>
			<persName><forename type="first">Evangelos</forename><surname>Triantaphyllou</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Multi-criteria Decision Making Methods: A Comparative Study</title>
		<imprint>
			<biblScope unit="page" from="5" to="21" />
			<date type="published" when="2000">2000</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b74">
	<analytic>
		<title level="a" type="main">Rank and Relevance in Novelty and Diversity Metrics for Recommender Systems</title>
		<author>
			<persName><forename type="first">Saúl</forename><surname>Vargas</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Pablo</forename><surname>Castells</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">RecSys &apos;11</title>
				<imprint>
			<date type="published" when="2011">2011</date>
			<biblScope unit="page" from="109" to="116" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b75">
	<analytic>
		<title level="a" type="main">A mathematical model for product selection strategies in a recommender system</title>
		<author>
			<persName><forename type="first">Hsiao-Fan</forename><surname>Wang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Cheng-Ting</forename><surname>Wu</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Expert Systems with Applications</title>
		<imprint>
			<biblScope unit="volume">36</biblScope>
			<biblScope unit="issue">3</biblScope>
			<biblScope unit="page" from="7299" to="7308" />
			<date type="published" when="2009">2009. 2009</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b76">
	<analytic>
		<title level="a" type="main">Surrogate for Long-Term User Experience in Recommender Systems</title>
		<author>
			<persName><forename type="first">Yuyan</forename><surname>Wang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Mohit</forename><surname>Sharma</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Can</forename><surname>Xu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Sriraj</forename><surname>Badam</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Qian</forename><surname>Sun</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Lee</forename><surname>Richardson</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Lisa</forename><surname>Chung</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Ed</forename><forename type="middle">H</forename><surname>Chi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Minmin</forename><surname>Chen</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 28th ACM SIGKDD Conference on Knowledge Discovery and Data Mining (KDD &apos;22)</title>
				<meeting>the 28th ACM SIGKDD Conference on Knowledge Discovery and Data Mining (KDD &apos;22)</meeting>
		<imprint>
			<date type="published" when="2022">2022</date>
			<biblScope unit="page" from="4100" to="4109" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b77">
	<monogr>
		<title level="m" type="main">Consumption and Performance: Understanding Longitudinal Dynamics of Recommender Systems via an Agent-Based Simulation Framework</title>
		<author>
			<persName><forename type="first">Jingjing</forename><surname>Zhang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Gediminas</forename><surname>Adomavicius</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Alok</forename><surname>Gupta</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Wolfgang</forename><surname>Ketter</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2019">2019. 2019</date>
			<publisher>Information Systems Research forthcoming</publisher>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b78">
	<analytic>
		<title level="a" type="main">Avoiding Monotony: Improving the Diversity of Recommendation Lists</title>
		<author>
			<persName><forename type="first">Mi</forename><surname>Zhang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Neil</forename><surname>Hurley</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 2008 ACM Conference on Recommender Systems (RecSys &apos;08)</title>
				<meeting>the 2008 ACM Conference on Recommender Systems (RecSys &apos;08)</meeting>
		<imprint>
			<date type="published" when="2008">2008</date>
			<biblScope unit="page" from="123" to="130" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b79">
	<analytic>
		<title level="a" type="main">Auralist: Introducing Serendipity into Music Recommendation</title>
		<author>
			<persName><forename type="first">Cao</forename><surname>Yuan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Diarmuid</forename><forename type="middle">Ó</forename><surname>Zhang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Daniele</forename><surname>Séaghdha</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Tamas</forename><surname>Quercia</surname></persName>
		</author>
		<author>
			<persName><surname>Jambor</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Fifth ACM International Conference on Web Search and Data Mining (WSDM &apos;12)</title>
				<meeting>the Fifth ACM International Conference on Web Search and Data Mining (WSDM &apos;12)</meeting>
		<imprint>
			<date type="published" when="2012">2012</date>
			<biblScope unit="page" from="13" to="22" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b80">
	<analytic>
		<title level="a" type="main">Solving the apparent diversity-accuracy dilemma of recommender systems</title>
		<author>
			<persName><forename type="first">Tao</forename><surname>Zhou</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Zoltán</forename><surname>Kuscsik</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Jian-Guo</forename><surname>Liu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Matúš</forename><surname>Medo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Joseph</forename><surname>Rushton Wakeling</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Yi-Cheng</forename><surname>Zhang</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Proceedings of the National Academy of Sciences</title>
		<imprint>
			<biblScope unit="volume">107</biblScope>
			<biblScope unit="issue">10</biblScope>
			<biblScope unit="page" from="4511" to="4515" />
			<date type="published" when="2010">2010. 2010</date>
		</imprint>
	</monogr>
</biblStruct>

				</listBibl>
			</div>
		</back>
	</text>
</TEI>
