IRCLDec 2, 2021

ColBERTv2: Effective and Efficient Retrieval via Lightweight Late Interaction

arXiv:2112.01488v3739 citations
Originality Incremental advance
AI Analysis

This work addresses efficiency and effectiveness challenges in neural information retrieval for search and knowledge tasks, representing a strong incremental improvement.

The paper tackles the high space footprint of late interaction retrieval models by introducing ColBERTv2, which uses residual compression and denoised supervision to achieve state-of-the-art quality while reducing space by 6-10x across benchmarks.

Neural information retrieval (IR) has greatly advanced search and other knowledge-intensive language tasks. While many neural IR methods encode queries and documents into single-vector representations, late interaction models produce multi-vector representations at the granularity of each token and decompose relevance modeling into scalable token-level computations. This decomposition has been shown to make late interaction more effective, but it inflates the space footprint of these models by an order of magnitude. In this work, we introduce ColBERTv2, a retriever that couples an aggressive residual compression mechanism with a denoised supervision strategy to simultaneously improve the quality and space footprint of late interaction. We evaluate ColBERTv2 across a wide range of benchmarks, establishing state-of-the-art quality within and outside the training domain while reducing the space footprint of late interaction models by 6--10$\times$.

Code Implementations3 repos
Foundations

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

Your Notes