The Cross-Lingual Cost: Retrieval Biases in RAG over Arabic-English Corpora
This addresses retrieval challenges in multilingual RAG for real-world applications, but it is incremental as it builds on prior work by focusing on domain-specific data.
The study tackled the problem of retrieval biases in cross-lingual RAG for Arabic-English corpora in domain-specific settings, revealing that retrieval is a critical bottleneck with substantial performance drops when query and document languages differ, and proposed simple strategies that improved cross-lingual and overall performance.
Cross-lingual retrieval-augmented generation (RAG) is a critical capability for retrieving and generating answers across languages. Prior work in this context has mostly focused on generation and relied on benchmarks derived from open-domain sources, most notably Wikipedia. In such settings, retrieval challenges often remain hidden due to language imbalances, overlap with pretraining data, and memorized content. To address this gap, we study Arabic-English RAG in a domain-specific setting using benchmarks derived from real-world corporate datasets. Our benchmarks include all combinations of languages for the user query and the supporting document, drawn independently and uniformly at random. This enables a systematic study of multilingual retrieval behavior. Our findings reveal that retrieval is a critical bottleneck in cross-lingual domain-specific scenarios, with substantial performance drops occurring when the user query and supporting document languages differ. A key insight is that these failures stem primarily from the retriever's difficulty in ranking documents across languages. Finally, we propose two simple retrieval strategies that address this source of failure by enforcing equal retrieval from both languages or by translating the query, resulting in substantial improvements in cross-lingual and overall performance. These results highlight meaningful opportunities for improving multilingual retrieval, particularly in practical, real-world RAG applications.