rag-colbert-sigir-2020

IN premisesummaries/2026/08/24/wiki-Retrieval-augmented_generation-chunk-2.md

Created 2026-08-25T02:58:52+00:00

ColBERT (Khattab & Zaharia, 2020, SIGIR) is a late-interaction retrieval model that balances efficiency and quality for passage search.

Summary

ColBERT is a search method that compares individual words between a query and a document at query time, rather than squashing everything into a single summary vector up front. This matters because it gives the system a practical middle ground: better relevance than cheap single-vector lookups, without the full computational cost of heavy cross-encoder models, making it a viable baseline for passage-level retrieval.