Reinforcement Online Learning to Rank with Unbiased Reward Shaping
Shengyao Zhuang, Zhihao Qiao, Guido Zuccon

TL;DR
This paper introduces ROLTR, a reinforcement learning algorithm for online ranking that uses unbiased reward shaping to correct position bias in user click data, improving ranking performance and efficiency.
Contribution
The paper proposes a novel reinforcement learning method with unbiased reward shaping for online learning to rank, addressing click bias and modeling unclicked documents.
Findings
ROLTR achieves state-of-the-art performance on OLTR datasets.
The method reduces the amount of user interactions needed for effective training.
Empirical results show significantly better user experience compared to existing approaches.
Abstract
Online learning to rank (OLTR) aims to learn a ranker directly from implicit feedback derived from users' interactions, such as clicks. Clicks however are a biased signal: specifically, top-ranked documents are likely to attract more clicks than documents down the ranking (position bias). In this paper, we propose a novel learning algorithm for OLTR that uses reinforcement learning to optimize rankers: Reinforcement Online Learning to Rank (ROLTR). In ROLTR, the gradients of the ranker are estimated based on the rewards assigned to clicked and unclicked documents. In order to de-bias the users' position bias contained in the reward signals, we introduce unbiased reward shaping functions that exploit inverse propensity scoring for clicked and unclicked documents. The fact that our method can also model unclicked documents provides a further advantage in that less users interactions are…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Imbalanced Data Classification Techniques · Mobile Crowdsensing and Crowdsourcing
