paper-with-me

Papers

Exposure-Aware Recommendation using Contextual Bandits

2022-09-04 · Masoud Mansoury, Bamshad Mobasher, Herke van Hoof

Exposure bias is a well-known issue in recommender systems where items and suppliers are not equally represented in the recommendation results. This is especially problematic when bias is amplified over time as a few items (e.g., popular ones) are repeatedly over-represented in recommendation lists and users' interactions with those items will amplify bias towards those items over time resulting in a feedback loop. This issue has been extensively studied in the literature on model-based or neighborhood-based recommendation algorithms, but less work has been done on online recommendation models, such as those based on top-K contextual bandits, where recommendation models are dynamically updated with ongoing user feedback. In this paper, we study exposure bias in a class of well-known contextual bandit algorithms known as Linear Cascading Bandits. We analyze these algorithms on their ability to handle exposure bias and provide a fair representation for items in the recommendation results. Our analysis reveals that these algorithms tend to amplify exposure disparity among items over time. In particular, we observe that these algorithms do not properly adapt to the feedback provided by the users and frequently recommend certain items even when those items are not selected by users. To mitigate this bias, we propose an Exposure-Aware (EA) reward model that updates the model parameters based on two factors: 1) user feedback (i.e., clicked or not), and 2) position of the item in the recommendation list. This way, the proposed model controls the utility assigned to items based on their exposure in the recommendation list. Extensive experiments on two real-world datasets using three contextual bandit algorithms show that the proposed reward model reduces exposure bias amplification in long run while maintaining the recommendation accuracy.

📄 PDF Abstract BibTeX arXiv:2209.01665

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-Armed BanditsRecommendation Systems

Similar Papers 제목 키워드 기반

Mitigating Exposure Bias in Online Learning to Rank Recommendation: A Novel Reward Model for Cascading Bandits

2024-08-08 · Masoud Mansoury, Bamshad Mobasher, Herke van Hoof

Exposure bias is a well-known issue in recommender systems where items and suppliers are not equally represented in the recommendation results. This bias becomes particularly problematic over time as a few items are repe…

Exposure FairnessFairnessLearning-To-RankMulti-Armed Bandits+1

Fairness of Exposure in Stochastic Bandits

2021-03-03 · Lequn Wang, Yiwei Bai, Wen Sun, Thorsten Joachims

Contextual bandit algorithms have become widely used for recommendation in online systems (e.g. marketplaces, music streaming, news), where they now wield substantial influence on which items get exposed to the users. Th…

FairnessMulti-Armed Bandits

Contextual bandits with concave rewards, and an application to fair ranking

2022-10-18 · Virginie Do, Elvis Dohmatob, Matteo Pirotta, Alessandro Lazaric 외

We consider Contextual Bandits with Concave Rewards (CBCR), a multi-objective bandit problem where the desired trade-off between the rewards is defined by a known concave objective function, and the reward vector depends…

FairnessMulti-Armed Bandits

Let's Get It Started: Fostering the Discoverability of New Releases on Deezer

2024-01-05 · Léa Briand, Théo Bontempelli, Walid Bendada, Mathieu Morlon 외

This paper presents our recent initiatives to foster the discoverability of new releases on the music streaming service Deezer. After introducing our search and recommendation features dedicated to new releases, we outli…

Multi-Armed Bandits

Neural Contextual Bandits for Personalized Recommendation

2023-12-21 · Yikun Ban, Yunzhe Qi, Jingrui He

In the dynamic landscape of online businesses, recommender systems are pivotal in enhancing user experiences. While traditional approaches have relied on static supervised learning, the quest for adaptive, user-centric r…

Multi-Armed BanditsRecommendation Systems