Arctic-Embed 2.0: Multilingual Retrieval Without Compromise
Puxuan Yu, Luke Merrick, Gaurav Nuti, Daniel Campos
TL;DR
Arctic-Embed 2.0 addresses efficient, high-quality multilingual dense retrieval and the common English retrieval gap observed in multilingual models. It uses a three-stage training recipe (masked language modeling, contrastive pretraining, contrastive finetuning) with two MLM-based base encoders and Matryoshka Representation Learning to compress embeddings by 3×–4× while preserving accuracy. Benchmarks on MTEB, MIRACL, and CLEF show competitive English and multilingual retrieval, with strong performance under 256-dim truncation and parity with or superiority to open-source baselines. The study also investigates cross-lingual transfer and the English performance gap, finding data quality and finetuning calibration can override potential costs of multilingual pretraining. These findings provide practical guidance for scalable multilingual IR and highlight open questions about how best to leverage distant-language data for cross-lingual performance.
Abstract
This paper presents the training methodology of Arctic-Embed 2.0, a set of open-source text embedding models built for accurate and efficient multilingual retrieval. While prior works have suffered from degraded English retrieval quality, Arctic-Embed 2.0 delivers competitive retrieval quality on multilingual and English-only benchmarks, and supports Matryoshka Representation Learning (MRL) for efficient embedding storage with significantly lower compressed quality degradation compared to alternatives. We detail the design and implementation, presenting several important open research questions that arose during model development. We conduct experiments exploring these research questions and include extensive discussion aimed at fostering further discussion in this field.
