Retrieval & Memory · 2020
ColBERT / Late Interaction / Rerankers / kNN-LM
ColBERT introduced late interaction, encoding queries and documents into token-level embeddings and scoring them with a cheap MaxSim operation, removing the trade-off between the accuracy of full cross-encoders and the speed of single-vector retrieval.
Editorial record
Plain-language summary
ColBERT represents each query and document as a bag of contextual token embeddings and computes relevance by summing, for each query token, its maximum similarity to any document token, so most document computation is precomputed offline and only lightweight matching happens at query time. This late-interaction design, alongside related rerankers and nearest-neighbor language models, delivered near cross-encoder ranking quality at a scale and latency close to bag-of-vectors search, making high-quality dense retrieval practical over large collections.
Knowledge graph
Relationships
Descendants
ImprovesEvidence: Direct
Dense Passage Retrieval (DPR)
ColBERT/rerankers improve retrieval quality
P-324
Source record
Provenance
- Record ID
- P-324
- Record created
- 2026-07-13
- Last reviewed
- 2026-07-14
- Record version
- 2
- https://arxiv.org/abs/2004.12832
- arXiv:2004.12832
Citation caveat: Citation metadata is approximate and marked unverified in the source dataset.