ColBERT-Serve: Efficient Multi-stage Memory-Mapped Scoring

Published: 01 Jan 2025, Last Modified: 25 Aug 2025ECIR (4) 2025EveryoneRevisionsBibTeXCC BY-SA 4.0
Abstract: We study serving retrieval models, particularly late interaction retrievers like ColBERT, to many concurrent users at once and under a small budget, in which the index may not fit in memory. We present ColBERT-serve, a serving system that applies a memory-mapping strategy to the ColBERT index, reducing RAM usage by 90% and permitting its deployment on cheap servers, and incorporates a multi-stage architecture with hybrid scoring, reducing ColBERT’s query latency and supporting many concurrent queries in parallel.
Loading