paper-with-me

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 repeatedly over-represented in recommendation lists, leading to a feedback loop that further amplifies this bias. Although extensive research has addressed this issue in model-based or neighborhood-based recommendation algorithms, less attention has been paid to 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 in their ability to handle exposure bias and provide a fair representation of items in the recommendation results. Our analysis reveals that these algorithms fail to mitigate exposure bias in the long run during the course of ongoing user interactions. We propose an Exposure-Aware reward model that updates the model parameters based on two factors: 1) implicit user feedback and 2) the position of the item in the recommendation list. The proposed model mitigates exposure bias by controlling the utility assigned to the items based on their exposure in the recommendation list. Our experiments with two real-world datasets show that our proposed reward model improves the exposure fairness of the linear cascading bandits over time while maintaining the recommendation accuracy. It also outperforms the current baselines. Finally, we prove a high probability upper regret bound for our proposed model, providing theoretical guarantees for its performance.

📄 PDF Abstract BibTeX arXiv:2408.04332

Code (1)

masoudmansoury/ealinucb 공식 구현

Tasks

Exposure FairnessFairnessLearning-To-RankMulti-Armed BanditsRecommendation Systems

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

Unbiased Cascade Bandits: Mitigating Exposure Bias in Online Learning to Rank Recommendation

2021-08-07 · Masoud Mansoury, Himan Abdollahpouri, Bamshad Mobasher, Mykola Pechenizkiy 외

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 pop…

Exposure FairnessFairnessLearning-To-RankRecommendation Systems

Finding Interest Needle in Popularity Haystack: Improving Retrieval by Modeling Item Exposure

2025-03-31 · Amit Jaspal, Rahul Agarwal

Recommender systems operate in closed feedback loops, where user interactions reinforce popularity bias, leading to over-recommendation of already popular items while under-exposing niche or novel content. Existing bias …

FairnessRecommendation SystemsRetrieval

FaiRIR: Mitigating Exposure Bias from Related Item Recommendations in Two-Sided Platforms

2022-04-01 · Abhisek Dash, Abhijnan Chakraborty, Saptarshi Ghosh, Animesh Mukherjee 외

Related Item Recommendations (RIRs) are ubiquitous in most online platforms today, including e-commerce and content streaming sites. These recommendations not only help users compare items related to a given item, but al…

Learning to Alleviate Familiarity Bias in Video Recommendation

2026-02-08 · Zheng Ren, Yi Wu, Jianan Lu, Acar Ary 외 arxiv

Modern video recommendation systems aim to optimize user engagement and platform objectives, yet often face structural exposure imbalances caused by behavioral biases. In this work, we focus on the post-ranking stage and…

Recommendation Systems

Debiasing the Cloze Task in Sequential Recommendation with Bidirectional Transformers

2023-01-22 · Khalil Damak, Sami Khenissi, Olfa Nasraoui

Bidirectional Transformer architectures are state-of-the-art sequential recommendation models that use a bi-directional representation capacity based on the Cloze task, a.k.a. Masked Language Modeling. The latter aims to…

Language ModelingLanguage ModellingMasked Language ModelingSequential Recommendation