paper-with-me

홈 › Papers

Position Bias Estimation for Unbiased Learning-to-Rank in eCommerce Search

2018-12-21 · Grigor Aslanyan, Utkarsh Porwal

The Unbiased Learning-to-Rank framework has been recently proposed as a general approach to systematically remove biases, such as position bias, from learning-to-rank models. The method takes two steps - estimating click propensities and using them to train unbiased models. Most common methods proposed in the literature for estimating propensities involve some degree of intervention in the live search engine. An alternative approach proposed recently uses an Expectation Maximization (EM) algorithm to estimate propensities by using ranking features for estimating relevances. In this work we propose a novel method to directly estimate propensities which does not use any intervention in live search or rely on modeling relevance. Rather, we take advantage of the fact that the same query-document pair may naturally change ranks over time. This typically occurs for eCommerce search because of change of popularity of items over time, existence of time dependent ranking features, or addition or removal of items to the index (an item getting sold or a new item being listed). However, our method is general and can be applied to any search engine for which the rank of the same document may naturally change over time for the same query. We derive a simple likelihood function that depends on propensities only, and by maximizing the likelihood we are able to get estimates of the propensities. We apply this method to eBay search data to estimate click propensities for web and mobile search and compare these with estimates using the EM method. We also use simulated data to show that the method gives reliable estimates of the "true" simulated propensities. Finally, we train an unbiased learning-to-rank model for eBay search using the estimated propensities and show that it outperforms both baselines - one without position bias correction and one with position bias correction using the EM method.

📄 PDF Abstract BibTeX arXiv:1812.09338

Code (0)

등록된 구현이 없습니다.

Tasks

Learning-To-RankPosition

Similar Papers 제목 키워드 기반

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

Position bias in features

2024-02-04 · Richard Demsyn-Jones

The purpose of modeling document relevance for search engines is to rank better in subsequent searches. Document-specific historical click-through rates can be important features in a dynamic ranking system which updates…

Position

InfoRank: Unbiased Learning-to-Rank via Conditional Mutual Information Minimization

2024-01-23 · Jiarui Jin, Zexue He, Mengyue Yang, Weinan Zhang 외

Ranking items regarding individual user interests is a core technique of multiple downstream tasks such as recommender systems. Learning such a personalized ranker typically relies on the implicit feedback from users' pa…

Learning-To-RankRecommendation Systems

Unbiased Top-k Learning to Rank with Causal Likelihood Decomposition

2022-04-02 · Haiyuan Zhao, Jun Xu, Xiao Zhang, Guohao Cai 외

Unbiased learning to rank has been proposed to alleviate the biases in the search ranking, making it possible to train ranking models with user interaction data. In real applications, search engines are designed to displ…

Learning-To-RankPositionSelection bias

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