English

Investigating Language Preference of Multilingual RAG Systems

Computation and Language 2025-06-03 v4

Abstract

Multilingual Retrieval-Augmented Generation (mRAG) systems enhance language models by integrating external multilingual information to produce context-aware responses. However, mRAG systems struggle with retrieving relevant information due to linguistic variations between queries and documents, generating inconsistent responses when multilingual sources conflict. In this work, we systematically investigate language preferences in both retrieval and generation of mRAG through a series of experiments. Our analysis indicates that retrievers tend to prefer high-resource and query languages, yet this preference does not consistently improve generation performance. Moreover, we observe that generators prefer the query language or Latin scripts, leading to inconsistent outputs. To overcome these issues, we propose Dual Knowledge Multilingual RAG (DKM-RAG), a simple yet effective framework that fuses translated multilingual passages with complementary model knowledge. Empirical results demonstrate that DKM-RAG mitigates language preference in generation and enhances performance across diverse linguistic settings. Code is available at https://github.com/jeonghyunpark2002/LanguagePreference.git

Keywords

Cite

@article{arxiv.2502.11175,
  title  = {Investigating Language Preference of Multilingual RAG Systems},
  author = {Jeonghyun Park and Hwanhee Lee},
  journal= {arXiv preprint arXiv:2502.11175},
  year   = {2025}
}

Comments

ACL 2025 Findings

R2 v1 2026-06-28T21:46:04.467Z