NoLiMa: Long-Context Evaluation Beyond Literal Matching
Ali Modarressi, Hanieh Deilamsalehy, Franck Dernoncourt, Trung Bui, Ryan A. Rossi, Seunghyun Yoon, Hinrich Schütze
TL;DR
NoLiMa exposes the limitations of long-context evaluation methods that rely on literal overlaps by designing a needle-in-a-haystack benchmark with minimal lexical overlap between questions and needles. It assesses latent association reasoning across 13 LLMs, revealing substantial performance degradation as context length increases and showing that even Chain-of-Thought prompting offers only partial gains for multi-hop scenarios. Through systematic filtering, large-scale haystack construction, and detailed ablations, the study demonstrates that current models struggle to locate latent cues in long contexts, calling for benchmarks and architectures that prioritize associative reasoning and robust attention. The work provides a publicly available dataset and evaluation code to drive future improvements in long-context understanding and practical deployments in search and retrieval-augmented systems.
Abstract
Recent large language models (LLMs) support long contexts ranging from 128K to 1M tokens. A popular method for evaluating these capabilities is the needle-in-a-haystack (NIAH) test, which involves retrieving a "needle" (relevant information) from a "haystack" (long irrelevant context). Extensions of this approach include increasing distractors, fact chaining, and in-context reasoning. However, in these benchmarks, models can exploit existing literal matches between the needle and haystack to simplify the task. To address this, we introduce NoLiMa, a benchmark extending NIAH with a carefully designed needle set, where questions and needles have minimal lexical overlap, requiring models to infer latent associations to locate the needle within the haystack. We evaluate 13 popular LLMs that claim to support contexts of at least 128K tokens. While they perform well in short contexts (<1K), performance degrades significantly as context length increases. At 32K, for instance, 11 models drop below 50% of their strong short-length baselines. Even GPT-4o, one of the top-performing exceptions, experiences a reduction from an almost-perfect baseline of 99.3% to 69.7%. Our analysis suggests these declines stem from the increased difficulty the attention mechanism faces in longer contexts when literal matches are absent, making it harder to retrieve relevant information. Even models enhanced with reasoning capabilities or CoT prompting struggle to maintain performance in long contexts. We publicly release the dataset and evaluation code at https://github.com/adobe-research/NoLiMa.
