paper-with-me

홈 › Papers

Differentiable Unbiased Online Learning to Rank

2018-09-22 · Harrie Oosterhuis, Maarten de Rijke

Online Learning to Rank (OLTR) methods optimize rankers based on user interactions. State-of-the-art OLTR methods are built specifically for linear models. Their approaches do not extend well to non-linear models such as neural networks. We introduce an entirely novel approach to OLTR that constructs a weighted differentiable pairwise loss after each interaction: Pairwise Differentiable Gradient Descent (PDGD). PDGD breaks away from the traditional approach that relies on interleaving or multileaving and extensive sampling of models to estimate gradients. Instead, its gradient is based on inferring preferences between document pairs from user clicks and can optimize any differentiable model. We prove that the gradient of PDGD is unbiased w.r.t. user document pair preferences. Our experiments on the largest publicly available Learning to Rank (LTR) datasets show considerable and significant improvements under all levels of interaction noise. PDGD outperforms existing OLTR methods both in terms of learning speed as well as final convergence. Furthermore, unlike previous OLTR methods, PDGD also allows for non-linear models to be optimized effectively. Our results show that using a neural network leads to even better performance at convergence than a linear model. In summary, PDGD is an efficient and unbiased OLTR approach that provides a better user experience than previously possible.

📄 PDF Abstract BibTeX arXiv:1809.08415

Code (1)

HarrieO/OnlineLearningToRank 공식 구현

Tasks

Learning-To-Rank

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

Learning-To-Rank

Barankin-Type Bound for Constrained Parameter Estimation

2023-04-17 · Eyal Nitzan, Tirza Routtenberg, Joseph Tabrikian

In constrained parameter estimation, the classical constrained Cramer-Rao bound (CCRB) and the recent Lehmann-unbiased CCRB (LU-CCRB) are lower bounds on the performance of mean-unbiased and Lehmann-unbiased estimators, …

Direction of Arrival Estimationparameter estimationVocal Bursts Type Prediction

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

Unbiased LambdaMART: An Unbiased Pairwise Learning-to-Rank Algorithm

2018-09-16 · Ziniu Hu, Yang Wang, Qu Peng, Hang Li

Although click data is widely used in search systems in practice, so far the inherent bias, most notably position bias, has prevented it from being used in training of a ranker for search, i.e., learning-to-rank. Recentl…

Learning-To-RankPosition

Unbiased Learning to Rank: Counterfactual and Online Approaches

2019-07-16 · Harrie Oosterhuis, Rolf Jagerman, Maarten de Rijke

This tutorial covers and contrasts the two main methodologies in unbiased Learning to Rank (LTR): Counterfactual LTR and Online LTR. There has long been an interest in LTR from user interactions, however, this form of im…

counterfactualLearning-To-Rank