Efficient Document Ranking with Learnable Late Interactions
Ziwei Ji, Himanshu Jain, Andreas Veit, Sashank J. Reddi, Sadeep, Jayasumana, Ankit Singh Rawat, Aditya Krishna Menon, Felix Yu, Sanjiv Kumar

TL;DR
This paper introduces LITE, a learnable late-interaction model for document ranking that achieves better accuracy, lower latency, and reduced storage compared to previous models by being a universal approximator of relevance scoring functions.
Contribution
LITE is a novel learnable late-interaction model that is theoretically a universal approximator and empirically outperforms existing models like ColBERT in relevance ranking tasks.
Findings
LITE outperforms ColBERT in MS MARCO passage re-ranking.
LITE achieves better generalization and lower latency.
LITE requires only 0.25x storage of ColBERT.
Abstract
Cross-Encoder (CE) and Dual-Encoder (DE) models are two fundamental approaches for query-document relevance in information retrieval. To predict relevance, CE models use joint query-document embeddings, while DE models maintain factorized query and document embeddings; usually, the former has higher quality while the latter benefits from lower latency. Recently, late-interaction models have been proposed to realize more favorable latency-quality tradeoffs, by using a DE structure followed by a lightweight scorer based on query and document token embeddings. However, these lightweight scorers are often hand-crafted, and there is no understanding of their approximation power; further, such scorers require access to individual document token embeddings, which imposes an increased latency and storage burden. In this paper, we propose novel learnable late-interaction models (LITE) that…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsText and Document Classification Technologies · Data Mining Algorithms and Applications · Semantic Web and Ontologies
