IRFeb 4, 2020

Interpretable & Time-Budget-Constrained Contextualization for Re-Ranking

arXiv:2002.01854v182 citations
AI Analysis

This addresses the need for fast and interpretable re-ranking in search engines, which is crucial for user satisfaction, though it is incremental as it builds on existing Transformer and kernel-pooling methods.

The paper tackles the problem of neural re-ranking for search engines under strict time constraints by proposing TK, a model that combines efficient Transformer-based contextualization with kernel-pooling for interpretability, achieving the highest effectiveness compared to BERT and other models within a 200 ms per query budget on datasets like MSMARCO and TREC CAR.

Search engines operate under a strict time constraint as a fast response is paramount to user satisfaction. Thus, neural re-ranking models have a limited time-budget to re-rank documents. Given the same amount of time, a faster re-ranking model can incorporate more documents than a less efficient one, leading to a higher effectiveness. To utilize this property, we propose TK (Transformer-Kernel): a neural re-ranking model for ad-hoc search using an efficient contextualization mechanism. TK employs a very small number of Transformer layers (up to three) to contextualize query and document word embeddings. To score individual term interactions, we use a document-length enhanced kernel-pooling, which enables users to gain insight into the model. TK offers an optimal ratio between effectiveness and efficiency: under realistic time constraints (max. 200 ms per query) TK achieves the highest effectiveness in comparison to BERT and other re-ranking models. We demonstrate this on three large-scale ranking collections: MSMARCO-Passage, MSMARCO-Document, and TREC CAR. In addition, to gain insight into TK, we perform a clustered query analysis of TK's results, highlighting its strengths and weaknesses on queries with different types of information need and we show how to interpret the cause of ranking differences of two documents by comparing their internal scores.

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