The AI arena is free today

Open Playground

NoLiMa

PaperImplementation

Progress Over Time

Interactive timeline showing model performance evolution on NoLiMa

No timeline data available

NoLiMa Leaderboard

0 models
ContextCostLicense
Notice missing or incorrect data?

Sub-benchmarks

About this benchmark

What is NoLiMa?

NoLiMa (No Literal Matching) is a long-context benchmark extending needle-in-a-haystack tests with minimal lexical overlap between questions and needles, requiring models to infer latent associations rather than relying on surface-level matching. Published at ICML 2025.

NoLiMa is a text benchmark evaluating models on long context and reasoning tasks. LLM Stats tracks 0 models on this benchmark, scored on a 0–1 scale.

Compare leaders on the best AI for long context and best AI for reasoning leaderboards.

Source paper

Title
NoLiMa: Long-Context Evaluation Beyond Literal Matching
Authors
Ali Modarressi, Hanieh Deilamsalehy, Franck Dernoncourt, Trung Bui, and 3 others
Published
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.

FAQ

Common questions about the NoLiMa benchmark and leaderboard.

What is the NoLiMa benchmark?

NoLiMa (No Literal Matching) is a long-context benchmark extending needle-in-a-haystack tests with minimal lexical overlap between questions and needles, requiring models to infer latent associations rather than relying on surface-level matching. Published at ICML 2025.

Where can I find the NoLiMa paper?

The NoLiMa paper is available at https://arxiv.org/abs/2502.05167. The paper details the methodology, dataset construction, and evaluation criteria.

Where can I find the NoLiMa dataset?

The NoLiMa dataset is available at https://github.com/adobe-research/NoLiMa.

What categories does NoLiMa cover?

NoLiMa is categorized under long context and reasoning. The benchmark evaluates text models.

Are there variants of NoLiMa?

Yes. NoLiMa has 3 related variants: NoLiMa 128K, NoLiMa 32K, NoLiMa 64K.