paper-with-me

홈 › Papers

ColBERT-serve: Efficient Multi-Stage Memory-Mapped Scoring

2025-04-21 · Kaili Huang, Thejas Venkatesh, Uma Dingankar, Antonio Mallia, Daniel Campos, Jian Jiao, Christopher Potts, Matei Zaharia, Kwabena Boahen, Omar Khattab, Saarthak Sarup, Keshav Santhanam

We study serving retrieval models, specifically late interaction models 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 novel 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.

📄 PDF Abstract BibTeX arXiv:2504.14903

Code (0)

등록된 구현이 없습니다.

Tasks

Retrieval

Similar Papers 제목 키워드 기반

Introducing Neural Bag of Whole-Words with ColBERTer: Contextualized Late Interactions using Enhanced Reduction

2022-03-24 · Sebastian Hofstätter, Omar Khattab, Sophia Althammer, Mete Sertkan 외

Recent progress in neural information retrieval has demonstrated large gains in effectiveness, while often sacrificing the efficiency and interpretability of the neural model compared to classical approaches. This paper …

Information RetrievalRetrieval

ColBERTSaR: Sparsified ColBERT Index via Product Quantization

2026-06-04 · Eugene Yang, Andrew Yates, Dawn Lawrie, James Mayfield 외 arxiv

While ColBERT is an effective neural retrieval architecture, it requires a heavy index structure to support candidate set retrieval based on approximated token embeddings, gathering and decompressing document token embed…

No More K-means: Single-Stage Sparse Coding for Efficient Multi-Vector Retrieval

2026-05-28 · Lixuan Guo, Yifei Wang, Tiansheng Wen, Aosong Feng 외 arxiv

Multi-vector retrieval (MVR) models, exemplified by ColBERT, have established new benchmarks in retrieval accuracy by preserving fine-grained token-level interactions. However, this granularity imposes prohibitive storag…

Reducing the Footprint of Multi-Vector Retrieval with Minimal Performance Impact via Token Pooling

2024-09-23 · Benjamin Clavié, Antoine Chaffin, Griffin Adams

Over the last few years, multi-vector retrieval methods, spearheaded by ColBERT, have become an increasingly popular approach to Neural IR. By storing representations at the token level rather than at the document level,…

Retrieval

Rethinking the Role of Token Retrieval in Multi-Vector Retrieval

2023-04-04 · NeurIPS 2023 11 · Jinhyuk Lee, Zhuyun Dai, Sai Meher Karthik Duddu, Tao Lei 외

Multi-vector retrieval models such as ColBERT [Khattab and Zaharia, 2020] allow token-level interactions between queries and documents, and hence achieve state of the art on many information retrieval benchmarks. However…

Information RetrievalRetrieval