IRSep 30, 2021

Improving Neural Ranking via Lossless Knowledge Distillation

arXiv:2109.15285v22 citations
AI Analysis

This work addresses ranking performance for information retrieval systems, offering a novel distillation approach that is not incremental but introduces specific techniques for ranking.

The authors tackled the problem of improving neural ranking performance without increasing model capacity by introducing Self-Distilled neural Rankers (SDR), which outperformed teacher rankers and gradient boosted decision tree models on 7 out of 9 key metrics.

We explore a novel perspective of knowledge distillation (KD) for learning to rank (LTR), and introduce Self-Distilled neural Rankers (SDR), where student rankers are parameterized identically to their teachers. Unlike the existing ranking distillation work which pursues a good trade-off between performance and efficiency, SDR is able to significantly improve ranking performance of students over the teacher rankers without increasing model capacity. The key success factors of SDR, which differs from common distillation techniques for classification are: (1) an appropriate teacher score transformation function, and (2) a novel listwise distillation framework. Both techniques are specifically designed for ranking problems and are rarely studied in the existing knowledge distillation literature. Building upon the state-of-the-art neural ranking structure, SDR is able to push the limits of neural ranking performance above a recent rigorous benchmark study and significantly outperforms traditionally strong gradient boosted decision tree based models on 7 out of 9 key metrics, the first time in the literature. In addition to the strong empirical results, we give theoretical explanations on why listwise distillation is effective for neural rankers, and provide ablation studies to verify the necessity of the key factors in the SDR framework.

Foundations

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

Your Notes