English

Reproduction Beyond Benchmarks: ConstBERT and ColBERT-v2 Across Backends and Query Distributions

Information Retrieval 2026-04-17 v2 Computation and Language Machine Learning

Abstract

Reproducibility must validate architectural robustness, not just numerical accuracy. We evaluate ColBERT-v2 and ConstBERT across five dimensions, finding that while ConstBERT reproduces within 0.05% MRR@10 on MS-MARCO, both models show a drop of 86-97% on long, narrative queries (TREC ToT 2025). Ablations prove this failure is architectural: performance plateaus at 20 words because the MaxSim operator's uniform token weighting cannot distinguish signal from filler noise. Furthermore, undocumented backend parameters create an 8-point gap due to ConstBERT's sparse centroid coverage, and fine-tuning with 3x more data actually degrades performance by up to 29%. We conclude that architectural constraints in multi-vector retrieval cannot be overcome by adaptation alone. Code: https://github.com/utshabkg/multi-vector-reproducibility.

Keywords

Cite

@article{arxiv.2604.09982,
  title  = {Reproduction Beyond Benchmarks: ConstBERT and ColBERT-v2 Across Backends and Query Distributions},
  author = {Utshab Kumar Ghosh and Ashish David and Shubham Chatterjee},
  journal= {arXiv preprint arXiv:2604.09982},
  year   = {2026}
}

Comments

10 pages, 9 tables. Accepted to the 49th International ACM SIGIR Conference on Research and Development in Information Retrieval (SIGIR 2026)

R2 v1 2026-07-01T12:03:59.382Z