Accelerated Convergence for Counterfactual Learning to Rank
This addresses a key bottleneck in offline learning for ranking systems, offering improved efficiency for applications like search engines, though it is incremental as it builds on existing unbiased LTR methods.
The paper tackles the slow convergence of Stochastic Gradient Descent in counterfactual learning to rank due to high variance from Inverse Propensity Scoring weights, proposing CounterSample which achieves faster convergence with empirical gains across various biased scenarios.
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.