paper-with-me

Papers

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 an online one, but it is challenging as user feedback often contains high levels of bias. Unbiased LTR uses Inverse Propensity Scoring (IPS) to enable unbiased learning from logged user interactions. One of the major difficulties in applying Stochastic Gradient Descent (SGD) approaches to counterfactual learning problems is the large variance introduced by the propensity weights. In this paper we show that the convergence rate of SGD approaches with IPS-weighted gradients suffers from the large variance introduced by the IPS weights: convergence is slow, especially when there are large IPS weights. To overcome this limitation, we propose a novel learning algorithm, called CounterSample, that has provably better convergence than standard IPS-weighted gradient descent methods. We prove that CounterSample converges faster and complement our theoretical findings with empirical results by performing extensive experimentation in a number of biased LTR scenarios -- across optimizers, batch sizes, and different degrees of position bias.

📄 PDF Abstract BibTeX arXiv:2005.10615

Code (1)

rjagerman/sigir2020 공식 구현 pytorch

Tasks

counterfactualLearning-To-Rank

Methods 이 논문이 사용한 방법론

SGD Stochastic Gradient Descent is an iterative optimization technique that uses minibatches of data to form an expectation of the gradient, rather than the full gradient using…

Similar Papers 제목 키워드 기반

Weighted Low-rank Approximation via Stochastic Gradient Descent on Manifolds

2025-02-20 · Conglong Xu, Peiqi Yang, Hao Wu

We solve a regularized weighted low-rank approximation problem by a stochastic gradient descent on a manifold. To guarantee the convergence of our stochastic gradient descent, we establish a convergence theorem on manifo…

Conditional Accelerated Lazy Stochastic Gradient Descent

2017-03-16 · ICML 2017 8 · Guanghui Lan, Sebastian Pokutta, Yi Zhou, Daniel Zink

In this work we introduce a conditional accelerated lazy stochastic gradient descent algorithm with optimal number of calls to a stochastic first-order oracle and convergence rate $O\left(\frac{1}{\varepsilon^2}\right)$ …

Taking the Counterfactual Online: Efficient and Unbiased Online Evaluation for Ranking

2020-07-24 · Harrie Oosterhuis, Maarten de Rijke

Counterfactual evaluation can estimate Click-Through-Rate (CTR) differences between ranking systems based on historical interaction data, while mitigating the effect of position bias and item-selection bias. We introduce…

counterfactualPositionSelection bias

Efficient Low-rank Identification via Accelerated Iteratively Reweighted Nuclear Norm Minimization

2024-06-22 · Hao Wang, Ye Wang, Xiangyu Yang

This paper considers the problem of minimizing the sum of a smooth function and the Schatten-$p$ norm of the matrix. Our contribution involves proposing accelerated iteratively reweighted nuclear norm methods designed fo…

An Accelerated Newton-GMRES Method for Multilinear PageRank

2025-09-27 · Maryam Boubekraoui, Ridwane Tahiri arxiv

Modeling complex multiway relationships in large-scale networks is becoming more and more challenging in data science. The multilinear PageRank problem, arising naturally in the study of higher-order Markov chains, is a …

Recommendation Systems