CLApr 17, 2025

Can LLMs reason over extended multilingual contexts? Towards long-context evaluation beyond retrieval and haystacks

arXiv:2504.12845v14 citationsh-index: 7Has Code
Originality Incremental advance
AI Analysis

This addresses the problem of evaluating multilingual long-context reasoning beyond retrieval for researchers and developers, though it is incremental as it builds on existing benchmark frameworks.

The paper tackles the limitations of existing multilingual long-context benchmarks by introducing MLRBench, a synthetic benchmark that assesses reasoning tasks like multi-hop inference and aggregation across seven languages, revealing that LLMs use less than 30% of their claimed context length and show performance gaps between high- and low-resource languages.

Existing multilingual long-context benchmarks, often based on the popular needle-in-a-haystack test, primarily evaluate a model's ability to locate specific information buried within irrelevant texts. However, such a retrieval-centric approach is myopic and inherently limited, as successful recall alone does not indicate a model's capacity to reason over extended contexts. Moreover, these benchmarks are susceptible to data leakage, short-circuiting, and risk making the evaluation a priori identifiable. To address these limitations, we introduce MLRBench, a new synthetic benchmark for multilingual long-context reasoning. Unlike existing benchmarks, MLRBench goes beyond surface-level retrieval by including tasks that assess multi-hop inference, aggregation, and epistemic reasoning. Spanning seven languages, MLRBench is designed to be parallel, resistant to leakage, and scalable to arbitrary context lengths. Our extensive experiments with an open-weight large language model (LLM) reveal a pronounced gap between high- and low-resource languages, particularly for tasks requiring the model to aggregate multiple facts or predict the absence of information. We also find that, in multilingual settings, LLMs effectively utilize less than 30% of their claimed context length. Although off-the-shelf Retrieval Augmented Generation helps alleviate this to a certain extent, it does not solve the long-context problem. We open-source MLRBench to enable future research in improved evaluation and training of multilingual LLMs.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes