paper-with-me

Papers

Unbiased Learning to Rank with Unbiased Propensity Estimation

2018-04-16 · Qingyao Ai, Keping Bi, Cheng Luo, Jiafeng Guo, W. Bruce Croft

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 unbiased learning-to-rank framework based on inverse propensity weighting. Despite their differences, most existing studies separate the estimation of click bias (namely the \textit{propensity model}) from the learning of ranking algorithms. To estimate click propensities, they either conduct online result randomization, which can negatively affect the user experience, or offline parameter estimation, which has special requirements for click data and is optimized for objectives (e.g. click likelihood) that are not directly related to the ranking performance of the system. In this work, we address those problems by unifying the learning of propensity models and ranking models. We find that the problem of estimating a propensity model from click data is a dual problem of unbiased learning to rank. Based on this observation, we propose a Dual Learning Algorithm (DLA) that jointly learns an unbiased ranker and an \textit{unbiased propensity model}. DLA is an automatic unbiased learning-to-rank framework as it directly learns unbiased ranking models from biased click data without any preprocessing. It can adapt to the change of bias distributions and is applicable to online learning. Our empirical experiments with synthetic and real-world data show that the models trained with DLA significantly outperformed the unbiased learning-to-rank algorithms based on result randomization and the models trained with relevance signals extracted by click models.

📄 PDF Abstract BibTeX arXiv:1804.05938

Code (1)

QingyaoAi/Dual-Learning-Algorithm-for-Unbiased-Learning-to-Rank 공식 구현 tf

Tasks

Learning-To-Rankparameter estimation

Methods 이 논문이 사용한 방법론

DLA 설명 없음

Similar Papers 제목 키워드 기반

Unconfounded Propensity Estimation for Unbiased Ranking

2023-05-17 · Dan Luo, Lixin Zou, Qingyao Ai, Zhiyu Chen 외

The goal of unbiased learning to rank (ULTR) is to leverage implicit user feedback for optimizing learning-to-rank systems. Among existing solutions, automatic ULTR algorithms that jointly learn user bias models (i.e., p…

Learning-To-Rank

Unbiased Learning to Rank with Query-Level Click Propensity Estimation: Beyond Pointwise Observation and Relevance

2025-02-17 · Lulu Yu, Keping Bi, Jiafeng Guo, Shihao Liu 외

Most existing unbiased learning-to-rank (ULTR) approaches are based on the user examination hypothesis, which assumes that users will click a result only if it is both relevant and observed (typically modeled by position…

Learning-To-RankPosition

Doubly-Robust Estimation for Correcting Position-Bias in Click Feedback for Unbiased Learning to Rank

2022-03-31 · Harrie Oosterhuis

Clicks on rankings suffer from position-bias: generally items on lower ranks are less likely to be examined - and thus clicked - by users, in spite of their actual preferences between items. The prevalent approach to unb…

counterfactualGeneral Reinforcement LearningLearning-To-RankPosition

Model-based Unbiased Learning to Rank

2022-07-24 · Dan Luo, Lixin Zou, Qingyao Ai, Zhiyu Chen 외

Unbiased Learning to Rank (ULTR) that learns to rank documents with biased user feedback data is a well-known challenge in information retrieval. Existing methods in unbiased learning to rank typically rely on click mode…

Information RetrievalLearning-To-RankmodelRetrieval

Unbiased Learning for the Causal Effect of Recommendation

2020-08-11 · Masahiro Sato, Sho Takemori, Janmajay Singh, Tomoko Ohkuma

Increasing users' positive interactions, such as purchases or clicks, is an important objective of recommender systems. Recommenders typically aim to select items that users will interact with. If the recommended items a…

Recommendation Systems