Benchmarks · Long context & retrieval

LongBench

also: LongBench v2

How well a model understands and reasons over long, realistic documents — not just whether it can retrieve one planted fact — across question answering, summarisation, few-shot learning, code and structured-data tasks.

Tsinghua University (THUDM)Released 28 August 2023Live

LongBench, built by researchers at Tsinghua University, was among the first benchmarks to move long-context evaluation beyond simple fact retrieval. The original 2023 release bundled 21 datasets across six task types — question answering over one or several documents, summarisation, few-shot learning, synthetic tasks and code completion — in both English and Chinese, testing whether a model’s understanding held up over documents running to several thousand words rather than just whether it could find one sentence.

As context windows grew and models improved, the original set stopped discriminating between them, and its authors built a harder successor. LongBench v2, released at the end of 2024, replaced the original tasks with 503 multiple-choice questions — written by nearly 100 highly educated professionals — spanning contexts from 8,000 words up to 2 million, and covering harder categories including long-dialogue understanding and whole-codebase comprehension. To calibrate difficulty, the authors had human experts attempt the same questions under a 15-minute time limit and scored 53.7%; standard models answering directly reached only 50.1%, below the human baseline.

The one model in the launch paper to exceed the human score was o1-preview, at 57.7%, which the authors attributed specifically to its extended reasoning process rather than a larger context window — evidence that on genuinely hard long-context reasoning, thinking longer about a shorter effective read mattered more than raw window size. LongBench v2’s construction — deliberately harder than its predecessor and calibrated against a measured human baseline rather than an arbitrary ceiling — set a pattern other long-context benchmarks followed as the original single-needle tests saturated.

The set

The original LongBench (2023) is a bilingual (English/Chinese) suite of 21 datasets across six task categories, averaging several thousand words per document. Its successor, LongBench v2, is harder and English-only: 503 multiple-choice questions built by nearly 100 highly educated professionals, with contexts ranging from 8,000 words to 2 million words across single- and multi-document QA, long in-context learning, long-dialogue understanding, code-repository understanding and long structured-data understanding.

Example

A LongBench v2 item from the 'Long In-context Learning' domain: given a full grammar book of the Kalamang language as context, the model is asked to translate 'Faisal emun me mindi don bolonet me ma he kademor.' into English, choosing between A) 'Faisal's mother is still angry at him for a little thing like that.', B) 'Faisal's mother turns furious at him for a big thing like that.', C) 'Faisal's mother gets frustrated at him for a big thing like this.', D) 'Faisal's mother gets angry at him for a little thing like that.' (correct answer: D).huggingface.co

Where it stands

LongBench v2 was built specifically because the original set had become too easy for frontier models; at launch, standard models still trailed the human expert baseline on it.

How the top score changed hands

  1. December 2024Human experts53.7% (LongBench v2, 15-minute time limit)Baseline set by professional annotators under a matched time constraint, established as the difficulty target for the harder v2 set.
  2. December 2024o1-preview57.7% (LongBench v2)First reported model to clear the human baseline, via extended reasoning rather than a larger context window alone.

Current best: o1-preview — 57.7% (LongBench v2) The only tested configuration in the launch paper to exceed the human expert baseline, by using extended reasoning; standard (non-reasoning) models topped out around 50.1%.

More long context & retrieval benchmarks