GPTMap

Humanity's Last Exam Explained: Where 2,500 Frontier Questions Come From and How to Read the Scores

HLE is the most-cited frontier reasoning benchmark: 2,500 cross-disciplinary questions finalized 2025-04-03 after bounty cleanup, published in Nature 2026-01-28, with a dynamic HLE-Rolling variant. Origins, dual scoring, citation rules.

TL;DR
HLE is the frontier reasoning benchmark from Scale AI and CAIS: 2,500 cross-disciplinary questions finalized 2025-04-03 after bounty cleanup, published in Nature 2026-01-28, with a dynamic HLE-Rolling variant. Reading rules: separate no-tools and with-tools conventions; static and Rolling are not comparable; missing cells are unreported; and treat HLE as a reference, not a sole criterion.
Humanity's Last Exam (HLE) is the cross-disciplinary frontier reasoning benchmark produced by Scale AI and the Center for AI Safety (CAIS): questions authored by contributors from 500+ institutions across 50 countries (mostly professors, researchers, and graduate degree holders) and spanning over a hundred subjects, finalized on 2025-04-03 with 2,500 questions, published in Nature on 2026-01-28, available in static and dynamic HLE-Rolling forms with the dataset hosted as cais/hle, and widely cited in model launch announcements as a reasoning-comparison item.

How to

  1. Confirm the convention

    Before citing any HLE score, confirm whether it is no-tools or with-tools, and static or Rolling -- a difference in any of the four makes scores incomparable.

  2. Check for missing entries

    A dash in a comparison table means unreported, not losing; when you need that model's data, look for its own official publication and leave the cell empty with a note if none exists.

  3. Convert and weigh

    The same model's two conventions can differ by several points; compare across models within the same convention, and weigh the published error margins.

  4. Validate with real tasks

    Treat HLE as a reasoning-difficulty reference; final selection should be validated on domain data or self-built task sets -- a benchmark score is a screen, not a conclusion.

If you read model launches, one name keeps appearing: Humanity's Last Exam (HLE). Major vendors cite it as a reasoning-comparison item, and it has become shorthand for "frontier difficulty". But most citations give only a percentage -- where the questions came from, how 2,500 items were protected from contamination, why there are no-tools and with-tools rows, and what the dynamic HLE-Rolling variant implies. Based on the official HLE site (re-fetched and checked 2026-09-08) and a recent launch that cites it, this article unpacks the benchmark's origins and the correct way to cite its scores.

1. What HLE Is: A One-Page Résumé

HLE is produced by Scale AI and the Center for AI Safety (CAIS) as a cross-disciplinary frontier reasoning benchmark -- questions were authored by contributors from 500+ institutions across 50 countries -- mostly professors, researchers, and graduate degree holders -- spanning over a hundred subjects. Three hard facts: finalized on 2025-04-03 with 2,500 questions; published in Nature on 2026-01-28 (Nature 649, 1139-1146); the dataset is hosted as cais/hle, with an Arxiv paper, a GitHub repository, and a live submission dashboard.

2. Where the Questions Come From: An Anti-Contamination Design

HLE's standing rests not on difficulty but on clean questions. The items came from global contributor submissions and passed a complete quality pipeline:

  1. Open contribution: the community broadly collected candidate questions;
  2. Bug bounty for correction: a community-feedback expansion with bounties specifically flagged defective questions;
  3. Removing searchable questions: flagged questions and questions whose answers could be found via web search were removed and replaced;
  4. Finalization: 2,500 questions on 2025-04-03.

This pipeline answers a fundamental question: testing reasoning requires that the model cannot cheat by searching. No matter how hard a static bank is, it gets digested over time -- which is exactly why the dynamic variant in the next section exists.

3. HLE-Rolling: Keeping the Question Bank Fresh

On 2025-10-08 the official team launched the dynamic HLE-Rolling variant with a live submission dashboard. Rolling's questions rotate continuously, compressing the space for memorization. The implication for citations: always state whether a score is from the static version or Rolling -- the question sets differ and the numbers cannot be compared. It also signals a broader trend in evaluation: important benchmarks are moving from one-time finalization toward continuous freshness.

4. Reading the Scores: Conventions, Missing Cells, and Comparison Tables

The three most common traps in launch citations are all visible in one example -- the 2026-09-01 Claude Fable 5.1 announcement table:

ModelNo toolsWith tools
Fable 5.160.9%65.0%
Fable 557.8%63.8%
Opus 556.6%63.6%
GPT-5.6 Sol——

Three reading points:

  1. Dual conventions: no-tools and with-tools are independent rows, differing by 4.1 points for Fable 5.1 -- citations must carry the convention;
# Dual-convention spread for the same model (numbers from the 2026-09-01 table)
fable51_no_tools, fable51_with_tools = 60.9, 65.0
print(f"Fable 5.1 no-tools/with-tools spread: {fable51_with_tools - fable51_no_tools:.1f} pts")
  1. Missing cells are unreported: GPT-5.6 Sol shows a dash on the HLE row -- unreported is not losing; find the model's own official publication when you need the number;
  2. Single dimension: HLE measures cross-disciplinary reasoning only; it says nothing about coding, long context, or agentic capability -- read the whole comparison table, not one row.
# HLE citation self-check list
[ ] Convention: no-tools / with-tools
[ ] Version: static / HLE-Rolling
[ ] Date: as-of information for the score
[ ] Trial count and grading script version

The complete method for reading such tables (log cost axes, error margins, safeguard-intervention zeros) is in our companion piece, How to Read the Benchmark Charts in a Model Launch: Effort Curves, Log Cost Axes, and Safeguard Interventions.

5. Where HLE Fits in a Deep-Research Workflow

For teams doing deep research, HLE has two practical uses:

  • A reference frame for frontier reasoning: on the "frontier difficulty" dimension, HLE provides a cross-vendor comparable anchor -- use it to shortlist which models deserve a slot in your candidate pool;
  • A methodology template: its question governance (bounty-driven correction, replacing searchable items, continuous freshness) is a design template worth borrowing for your own evaluation sets.

But hold the boundary: HLE measures reasoning, not your task. Domain data, real samples, cost, and latency -- the final grounds for selection -- are irreplaceable by any benchmark (the broader quality-control picture: DeepResearch Output Quality Control: Model Selection, Prompt Tuning, and Citation Verification).

6. Common Mistakes and Troubleshooting

  • Mixing no-tools and with-tools scores: a 4-point convention spread is enough to flip rankings.
  • Mixing static and Rolling scores: different question sets carry different semantics.
# Citation format example (three elements present)
Fable 5.1 scored 65.0% on HLE (static, with tools) per the 2026-09-01 announcement
  • Reading a dash as a loss: a dash means unreported, not zero.
  • Concluding from one benchmark: a single-benchmark ranking is a single-dimension ranking; complete judgment needs a set of benchmarks plus real tasks.
  • Citing scores without dates or versions: benchmarks evolve -- scores without as-of information decay into noise.

7. Next Steps

Key points

  • HLE finalized 2,500 cross-disciplinary questions on 2025-04-03: bug-bounty-flagged problems and searchable questions were removed and replaced -- the anti-contamination design that distinguishes it from web-searchable question banks
  • Academic standing: published in Nature on 2026-01-28 (Nature 649, 1139-1146); dataset hosted as cais/hle, with an Arxiv paper and a GitHub repository
  • The dynamic HLE-Rolling variant (launched 2025-10-08) rotates questions continuously with a live submission dashboard -- static scores and Rolling scores must not be mixed
  • Dual scoring conventions: no-tools and with-tools rows are cited separately -- the same model can differ by more than 4 points between them
  • Launch-citation example: in the 2026-09-01 Claude Fable 5.1 announcement table, HLE shows 60.9% no-tools / 65.0% with-tools, with no GPT-5.6 Sol score reported (a dash is unreported, not losing)
  • Correct posture: HLE is one frontier-difficulty reference; selection decisions should combine it with domain data and self-built task sets, never a single benchmark alone

Frequently asked questions

Humanity's Last Exam is produced by Scale AI and the Center for AI Safety (CAIS) as a cross-disciplinary frontier reasoning benchmark: questions were authored by contributors from 500+ institutions across 50 countries (mostly professors, researchers, and graduate degree holders), spanning over a hundred subjects. Finalized on 2025-04-03 with 2,500 questions and published in Nature on 2026-01-28 (Nature 649, 1139-1146). The dataset is hosted as cais/hle, with an Arxiv paper and a GitHub repository.

Official references

Related articles

Subscribe to GPTMap Weekly

One email every Monday: curated OpenAI updates, deep dives, and best practices. No ads, unsubscribe anytime.

Submitting opens Buttondown in a new tab to confirm your subscription.

GPTMap EditorialPublished 2026-09-08 5 min read
Test environment (EEAT)
Last tested: 2026-09-08
Model used: gpt-5.6