LGIRJun 13, 2023

Unified Off-Policy Learning to Rank: a Reinforcement Learning Perspective

arXiv:2306.07528v37 citationsh-index: 18
AI Analysis

This addresses the challenge of optimizing rankers from logged click data for information retrieval systems, offering a more flexible and robust approach compared to existing methods that rely on specific click models.

The paper tackles the problem of off-policy learning to rank by unifying ranking under general stochastic click models as a Markov Decision Process, enabling the use of offline reinforcement learning without strong assumptions or debiasing techniques. Results show that their method, CUOLR, consistently outperforms state-of-the-art algorithms on large-scale datasets.

Off-policy Learning to Rank (LTR) aims to optimize a ranker from data collected by a deployed logging policy. However, existing off-policy learning to rank methods often make strong assumptions about how users generate the click data, i.e., the click model, and hence need to tailor their methods specifically under different click models. In this paper, we unified the ranking process under general stochastic click models as a Markov Decision Process (MDP), and the optimal ranking could be learned with offline reinforcement learning (RL) directly. Building upon this, we leverage offline RL techniques for off-policy LTR and propose the Click Model-Agnostic Unified Off-policy Learning to Rank (CUOLR) method, which could be easily applied to a wide range of click models. Through a dedicated formulation of the MDP, we show that offline RL algorithms can adapt to various click models without complex debiasing techniques and prior knowledge of the model. Results on various large-scale datasets demonstrate that CUOLR consistently outperforms the state-of-the-art off-policy learning to rank algorithms while maintaining consistency and robustness under different click models.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes