IRMay 3, 2021

SmoothI: Smooth Rank Indicators for Differentiable IR Metrics

arXiv:2105.00942v12 citations
Originality Incremental advance
AI Analysis

This addresses a bottleneck for researchers and practitioners in information retrieval by enabling direct optimization of ranking metrics in neural models, though it is incremental as it builds on existing differentiable approximations.

The paper tackles the problem of non-differentiable ranking metrics in neural information retrieval models by proposing SmoothI, a smooth approximation of rank indicators, and shows that it enables effective optimization with listwise losses, validated on standard datasets and a BERT ranking model.

Information retrieval (IR) systems traditionally aim to maximize metrics built on rankings, such as precision or NDCG. However, the non-differentiability of the ranking operation prevents direct optimization of such metrics in state-of-the-art neural IR models, which rely entirely on the ability to compute meaningful gradients. To address this shortcoming, we propose SmoothI, a smooth approximation of rank indicators that serves as a basic building block to devise differentiable approximations of IR metrics. We further provide theoretical guarantees on SmoothI and derived approximations, showing in particular that the approximation errors decrease exponentially with an inverse temperature-like hyperparameter that controls the quality of the approximations. Extensive experiments conducted on four standard learning-to-rank datasets validate the efficacy of the listwise losses based on SmoothI, in comparison to previously proposed ones. Additional experiments with a vanilla BERT ranking model on a text-based IR task also confirm the benefits of our listwise approach.

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