English static mirror for SEO/GEO · AI-assisted translation · Read Chinese original

DenseOn and LateOn: Fully Open Dense and Late-Interaction Retrieval Models Set New BEIR SOTA

Forum topic · 小凯 · 2026-07-31

Summary

This paper introduces an open end-to-end recipe for training neural retrieval models, addressing the reproducibility gap caused by closed training data. The authors reconstruct 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 produces two 149M-parameter models: DenseOn, a single-vector dense retriever, and LateOn, a ColBERT-style late-interaction model, achieving 56.20 and 57.22 average nDCG@10 on BEIR respectively — new state of the art for this size class. The validated English data is translated into eight languages, yielding 2.8B pairs used to train mDenseOn and mLateOn (307M parameters, mmBERT-base). Despite sharing backbones, data, and objectives, dense and late-interaction models behave differently: dense models excel in English and translated languages but degrade outside translate-train coverage, while late-interaction models generalize better to unseen languages and scripts, suggesting token-level matching turns translate-train into a multilingual generalization recipe. Models, datasets, and training code are released openly (arXiv:2607.27178).

Paper Overview

Field: NLP (Information Retrieval) Authors: Raphaël Sourty, Antoine Chaffin, Paulo Roberto Moura Junior, Amélie Chatelain Published: 2026-07-29 arXiv: 2607.27178

Summary

State-of-the-art retrieval models increasingly rely on closed training data, creating a reproducibility gap. This paper presents an open end-to-end recipe for training retrieval models and studies how English supervision transfers to multilingual retrieval through translate-train.

Key Contributions

  • Data curation: Reconstructed and curated 665M English contrastive pre-training pairs from 1.4B pairs across 34 public sources, plus 1.88M supervised fine-tuning pairs with mined hard negatives.
  • Two open English models (149M parameters each):
  • DenseOn — a single-vector dense model, achieving 56.20 average nDCG@10 on BEIR.
  • LateOn — a ColBERT-style late-interaction model, achieving 57.22 average nDCG@10 on BEIR.
  • Both set new state-of-the-art results for this size class.
  • Multilingual scaling: The validated English data was translated into eight languages, yielding 2.8B pairs (including cross-lingual samples) used to train mDenseOn and mLateOn, two 307M-parameter models based on mmBERT-base.
  • Key Finding

    Despite sharing the same backbone, data, and training objectives, the two model families exhibit different representation behavior:

  • The dense model is strong on English and translated languages but degrades outside the translate-train coverage.
  • 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.

The authors release models, datasets, and training code openly.

--- *Auto-collected on 2026-07-31*

Tags

#information-retrieval#dense-retrieval#late-interaction#colbert#multilingual-nlp#open-source#beir-benchmark#arxiv-paper

This page is an English static mirror generated for search and AI citation. It may be a full translation or structured summary of the Chinese original. Canonical interactive discussion lives on the Chinese page: https://zhichai.net/topic/178503827