ArXiv

DenseOn with the LateOn: Fully Open Dense and Late-Interaction Models for Multilingual, Long-Context, and Code Search

Authors
Raphaël Sourty, Antoine Chaffin, Paulo Roberto Moura Junior...
Categories
cs.CL, cs.IR
arXiv
https://arxiv.org/abs/2607.27178v1
PDF
https://arxiv.org/pdf/2607.27178v1

Brief

Addressing a reproducibility gap from closed retrieval training data, the authors reconstruct large English contrastive corpora and mine 1.88M supervised pairs to train DenseOn and LateOn (149M). Both set new size-class SOTA on BEIR (56.20 and 57.22 nDCG@10). Translate-train to eight languages yields 2.8B pairs and produces mDenseOn/mLateOn (307M), revealing distinct multilingual generalization patterns; all models, datasets, and code are released.

Why it matters

The authors reconstructed and curated 665M English contrastive pre-training pairs from an original 1.4B pairs across 34 public sources and built 1.88M supervised fine-tuning pairs with mined hard negatives.

Key details

  • They trained two 149M-parameter models—DenseOn (single-vector) and LateOn (ColBERT-style late-interaction)—which achieve 56.20 and 57.22 average nDCG@10 on BEIR, respectively, marking new state-of-the-art for this size class.
  • Translate-train produced 2.8B multilingual pairs across eight languages to train mDenseOn and mLateOn (307M parameters, mmBERT-base); mDenseOn excels on English/translated languages but degrades outside translate-train support, while mLateOn generalizes better to unseen languages and scripts. Models, data, and code are publicly released.
Source evidence

Abstract

State-of-the-art retrieval models increasingly rely on closed training data, creating a reproducibility gap. We present an open end-to-end recipe for training retrieval models and study how English supervision transfers to multilingual retrieval through translate-train. We first reconstruct and curate 665M English contrastive pre-training pairs from 1.4B pairs across 34 public sources and build 1.88M supervised fine-tuning pairs with mined hard negatives. Training yields two 149M-parameter models: DenseOn, a single-vector dense model, and LateOn, a ColBERT-style late-interaction model. They achieve 56.20 and 57.22 average nDCG@10 on BEIR, respectively, setting new state-of-the-art results for this size class. We then translate the validated English data into eight languages, yielding 2.8B pairs with cross-lingual samples, and train mDenseOn and mLateOn, two 307M-parameter models built on mmBERT-base. Despite sharing their backbone, data, and objectives, their representations behave differently: the dense model is strong on English and translated languages but degrades outside translate-train support, whereas the late-interaction model generalizes better to unseen languages and scripts. This suggests that token-level matching turns translate-train from a target-language expansion strategy into a multilingual generalization recipe. We publicly release the models, datasets, and training code.

Comment: 21 pages, 3 figures, 12 tables