LGIRFeb 28, 2021

PairRank: Online Pairwise Learning to Rank by Divide-and-Conquer

arXiv:2103.00368v324 citations
AI Analysis

This work addresses the performance gap in online learning to rank for information retrieval systems, offering a more practical approach by limiting exploration, though it appears incremental as it builds on existing pairwise methods.

The paper tackles the problem of online learning to rank by proposing PairRank, which estimates a pairwise model online and uses a divide-and-conquer strategy to explore only uncertain document pairs, reducing the need for explicit relevance annotations. Results show effectiveness compared to baselines on two benchmark datasets.

Online Learning to Rank (OL2R) eliminates the need of explicit relevance annotation by directly optimizing the rankers from their interactions with users. However, the required exploration drives it away from successful practices in offline learning to rank, which limits OL2R's empirical performance and practical applicability. In this work, we propose to estimate a pairwise learning to rank model online. In each round, candidate documents are partitioned and ranked according to the model's confidence on the estimated pairwise rank order, and exploration is only performed on the uncertain pairs of documents, i.e., \emph{divide-and-conquer}. Regret directly defined on the number of mis-ordered pairs is proven, which connects the online solution's theoretical convergence with its expected ranking performance. Comparisons against an extensive list of OL2R baselines on two public learning to rank benchmark datasets demonstrate the effectiveness of the proposed solution.

Code Implementations1 repo
Foundations

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

Your Notes