Disentangled Contrastive Learning for Zero-Shot Multilingual Dense Retrieval

2026-08-03Information Retrieval

Information RetrievalComputation and Language
AI summary

The authors address the problem of retrieving information in many languages using a single model, especially for languages with little training data. They find that mixing language and meaning features together makes it harder to improve retrieval quality. To fix this, they separate the model’s understanding into two parts: one for meaning and one for language details. This helps the model better match related information across different languages. Their experiments show that this approach works better than previous methods.

multilingual dense retrievalzero-shot transfersemantic representationlinguistic featurescontrastive learninghierarchical alignmentlanguage debiasingmMARCOMIRACL
Authors
Chao Huang, Yufeng Chen, Changhao Guan, Guang Yang, Dongze Chen, Kaiyu Huang
Abstract
Multilingual dense retrieval aims to handle queries and documents across different languages based on a unified retriever model. The challenge lies in enabling robust retrieval transfer to low-resource languages where annotated retrieval data is often scarce. Although previous studies transfer high-resource supervision to low-resource languages in multilingual semantic representation learning, the shared representation often entangles semantic and linguistic features, which may interfere with optimizing semantic relevance for retrieval. Different from existing methods that focus on learning language-agnostic semantic features under such entanglement, we propose a disentangled contrastive learning~(DCL) method for multilingual dense retrieval by separating multilingual representations into semantic and linguistic subspaces. Specifically, we design disentangled optimization objectives based on hierarchical semantic alignment and language debiasing contrastive learning. By aligning retrieval-relevant semantics across languages at both sentence and token levels while capturing language-specific variations in the linguistic subspace, these objectives reduce language-induced interference in semantic matching. We jointly optimize them with the retrieval objective to facilitate stable zero-shot transfer from English supervision to multilingual dense retrieval. Extensive experiments on mMARCO and MIRACL show that our method consistently outperforms several strong baselines, demonstrating its effectiveness and generalization ability.