IRLGJan 17, 2022

Learning Neural Ranking Models Online from Implicit User Feedback

arXiv:2201.06658v1
Originality Incremental advance
AI Analysis

This work addresses the problem of improving ranking accuracy in online search systems for users and developers by enabling non-linear modeling, though it is incremental as it adapts existing neural methods to an online setting.

The paper tackles the limitation of existing online learning to rank (OL2R) methods, which are linear and cannot capture non-linear query-document relations, by proposing a neural ranking model learned directly from implicit user feedback like clicks, achieving a proven regret bound of O(log^2(T)) and outperforming state-of-the-art baselines on benchmark datasets.

Existing online learning to rank (OL2R) solutions are limited to linear models, which are incompetent to capture possible non-linear relations between queries and documents. In this work, to unleash the power of representation learning in OL2R, we propose to directly learn a neural ranking model from users' implicit feedback (e.g., clicks) collected on the fly. We focus on RankNet and LambdaRank, due to their great empirical success and wide adoption in offline settings, and control the notorious explore-exploit trade-off based on the convergence analysis of neural networks using neural tangent kernel. Specifically, in each round of result serving, exploration is only performed on document pairs where the predicted rank order between the two documents is uncertain; otherwise, the ranker's predicted order will be followed in result ranking. We prove that under standard assumptions our OL2R solution achieves a gap-dependent upper regret bound of $O(\log^2(T))$, in which the regret is defined on the total number of mis-ordered pairs over $T$ rounds. Comparisons against an extensive set of state-of-the-art OL2R baselines on two public learning to rank benchmark datasets demonstrate the effectiveness of the proposed solution.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes