paper-with-me

홈 › Papers

Unbiased Learning-to-Rank with Biased Feedback

2016-08-16 · Thorsten Joachims, Adith Swaminathan, Tobias Schnabel

Implicit feedback (e.g., clicks, dwell times, etc.) is an abundant source of data in human-interactive systems. While implicit feedback has many advantages (e.g., it is inexpensive to collect, user centric, and timely), its inherent biases are a key obstacle to its effective use. For example, position bias in search rankings strongly influences how many clicks a result receives, so that directly using click data as a training signal in Learning-to-Rank (LTR) methods yields sub-optimal results. To overcome this bias problem, we present a counterfactual inference framework that provides the theoretical basis for unbiased LTR via Empirical Risk Minimization despite biased data. Using this framework, we derive a Propensity-Weighted Ranking SVM for discriminative learning from implicit feedback, where click models take the role of the propensity estimator. In contrast to most conventional approaches to de-bias the data using click models, this allows training of ranking functions even in settings where queries do not repeat. Beyond the theoretical support, we show empirically that the proposed learning method is highly effective in dealing with biases, that it is robust to noise and propensity model misspecification, and that it scales efficiently. We also demonstrate the real-world applicability of our approach on an operational search engine, where it substantially improves retrieval performance.

📄 PDF Abstract BibTeX arXiv:1608.04468

Code (0)

등록된 구현이 없습니다.

Tasks

counterfactualCounterfactual InferenceLearning-To-RankRetrieval

Methods 이 논문이 사용한 방법론

SVM A Support Vector Machine, or SVM, is a non-parametric supervised learning model. For non-linear classification and regression, they utilise the kernel trick to map inputs…

Similar Papers 제목 키워드 기반

Unbiased Learning to Rank with Biased Continuous Feedback

2023-03-08 · Yi Ren, Hongyan Tang, Siwen Zhu

It is a well-known challenge to learn an unbiased ranker with biased feedback. Unbiased learning-to-rank(LTR) algorithms, which are verified to model the relative relevance accurately based on noisy feedback, are appeali…

Learning-To-RankPositionRecommendation Systems

Policy-Aware Unbiased Learning to Rank for Top-k Rankings

2020-05-18 · Harrie Oosterhuis, Maarten de Rijke

Counterfactual Learning to Rank (LTR) methods optimize ranking systems using logged user interactions that contain interaction biases. Existing methods are only unbiased if users are presented with all relevant items in …

counterfactualLearning-To-RankRetrieval

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

Unbiased Pairwise Learning from Implicit Feedback for Recommender Systems without Biased Variance Control

2023-04-11 · Yi Ren, Hongyan Tang, Jiangpeng Rong, Siwen Zhu

Generally speaking, the model training for recommender systems can be based on two types of data, namely explicit feedback and implicit feedback. Moreover, because of its general availability, we see wide adoption of imp…

Recommendation Systems

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