paper-with-me

Papers

Unbiased Learning to Rank: Online or Offline?

2020-04-28 · Qingyao Ai, Tao Yang, Huazheng Wang, Jiaxin Mao

How to obtain an unbiased ranking model by learning to rank with biased user feedback is an important research question for IR. Existing work on unbiased learning to rank (ULTR) can be broadly categorized into two groups -- the studies on unbiased learning algorithms with logged data, namely the \textit{offline} unbiased learning, and the studies on unbiased parameters estimation with real-time user interactions, namely the \textit{online} learning to rank. While their definitions of \textit{unbiasness} are different, these two types of ULTR algorithms share the same goal -- to find the best models that rank documents based on their intrinsic relevance or utility. However, most studies on offline and online unbiased learning to rank are carried in parallel without detailed comparisons on their background theories and empirical performance. In this paper, we formalize the task of unbiased learning to rank and show that existing algorithms for offline unbiased learning and online learning to rank are just the two sides of the same coin. We evaluate six state-of-the-art ULTR algorithms and find that most of them can be used in both offline settings and online environments with or without minor modifications. Further, we analyze how different offline and online learning paradigms would affect the theoretical foundation and empirical effectiveness of each algorithm on both synthetic and real search data. Our findings could provide important insights and guideline for choosing and deploying ULTR algorithms in practice.

📄 PDF Abstract BibTeX arXiv:2004.13574

Code (0)

등록된 구현이 없습니다.

Tasks

Learning-To-Rank

Similar Papers 제목 키워드 기반

Unbiased Learning to Rank with Unbiased Propensity Estimation

2018-04-16 · Qingyao Ai, Keping Bi, Cheng Luo, Jiafeng Guo 외

Learning to rank with biased click data is a well-known challenge. A variety of methods has been explored to debias click data for learning to rank such as click models, result interleaving and, more recently, the unbias…

Learning-To-Rankparameter estimation

On (Normalised) Discounted Cumulative Gain as an Off-Policy Evaluation Metric for Top-$n$ Recommendation

2023-07-27 · Olivier Jeunen, Ivan Potapov, Aleksei Ustimenko

Approaches to recommendation are typically evaluated in one of two ways: (1) via a (simulated) online experiment, often seen as the gold standard, or (2) via some offline evaluation procedure, where the goal is to approx…

Information RetrievalOff-policy evaluation

ULTRA: An Unbiased Learning To Rank Algorithm Toolbox

2021-08-11 · Anh Tran, Tao Yang, Qingyao Ai

Learning to rank systems has become an important aspect of our daily life. However, the implicit user feedback that is used to train many learning to rank models is usually noisy and suffered from user bias (i.e., positi…

Learning-To-Rank

Optimal Baseline Corrections for Off-Policy Contextual Bandits

2024-05-09 · Shashank Gupta, Olivier Jeunen, Harrie Oosterhuis, Maarten de Rijke

The off-policy learning paradigm allows for recommender systems and general ranking applications to be framed as decision-making problems, where we aim to learn decision policies that optimize an unbiased offline estimat…

Decision MakingMulti-Armed BanditsRecommendation Systems

Accelerated Convergence for Counterfactual Learning to Rank

2020-05-21 · Rolf Jagerman, Maarten de Rijke

Counterfactual Learning to Rank (LTR) algorithms learn a ranking model from logged user interactions, often collected using a production system. Employing such an offline learning approach has many benefits compared to a…

counterfactualLearning-To-Rank