XRAG: Cross-lingual Retrieval-Augmented Generation
Wei Liu, Sony Trenous, Leonardo F. R. Ribeiro, Bill Byrne, Felix Hieber
TL;DR
XRAG introduces a cross-lingual RAG benchmark built from News Crawl data to evaluate how LLMs generate answers when the question language differs from the retrieved documents. A novel generation workflow creates natural, cross-document QA pairs that require multi-source reasoning, with rigorous human quality control and translations across German, Spanish, Chinese, and Arabic. Evaluations across five LLMs reveal that models struggle with response language correctness in monolingual retrieval and with cross-language reasoning in multilingual retrieval, underscoring a gap to human performance and highlighting XRAG as a robust testbed for cross-lingual reasoning in retrieval-augmented generation.
Abstract
We propose XRAG, a novel benchmark designed to evaluate the generation abilities of LLMs in cross-lingual Retrieval-Augmented Generation (RAG) settings where the user language does not match the retrieval results. XRAG is constructed from recent news articles to ensure that its questions require external knowledge to be answered. It covers the real-world scenarios of monolingual and multilingual retrieval, and provides relevancy annotations for each retrieved document. Our novel dataset construction pipeline results in questions that require complex reasoning, as evidenced by the significant gap between human and LLM performance. Consequently, XRAG serves as a valuable benchmark for studying LLM reasoning abilities, even before considering the additional cross-lingual complexity. Experimental results on five LLMs uncover two previously unreported challenges in cross-lingual RAG: 1) in the monolingual retrieval setting, all evaluated models struggle with response language correctness; 2) in the multilingual retrieval setting, the main challenge lies in reasoning over retrieved information across languages rather than generation of non-English text.
