Mitigating Exposure Bias in Online Learning to Rank Recommendation: A Novel Reward Model for Cascading Bandits
Masoud Mansoury, Bamshad Mobasher, Herke van Hoof
TL;DR
Exposure bias in online learning-to-rank causes persistent over-exposure of a subset of items. The authors address this with an Exposure-Aware reward model integrated into Linear Cascading Bandits, using position-aware rewards and a penalization term to encourage exploration of under-exposed items; learning proceeds via ridge regression with a UCB-based item selection. Theoretical guarantees are established, including a high-probability regret bound $R(n) \le 2\alpha K\sqrt{\\frac{dn\\log(1+\\frac{nK}{d\\sigma^2})}{\\log(1+\\frac{1}{\\sigma^2})}}}+1$, yielding $R(n)=\\mathcal{O}(dK\\sqrt{n})$ under suitable parameters, matching the baseline. Empirically, on MovieLens 1M and Yahoo Music, the Exposure-Aware Cascading Bandits reduce exposure bias more effectively than baselines while maintaining or improving accuracy, with weight-function variations (logarithmic, linear, exponential) providing flexibility. The work advances fair, scalable online ranking and can extend to other online bandit frameworks, including Thompson Sampling-based approaches.
Abstract
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.
