| Rank | Model | Score |
|---|---|---|
| 1 | deepseek-r1-0528 | 0.981 |
| 2 | qwen2-5-72b-instruct | 0.979 |
| 3 | gpt-4-1 | 0.971 |
| 4 | llama-3-1-405b-instruct | 0.969 |
| 5 | claude-3-5-sonnet | 0.967 |
| 6 | claude-3-opus | 0.964 |
| 7 | r1 | 0.964 |
| 8 | gpt-4-0613 | 0.963 |
| 9 | gpt-4o | 0.963 |
| 10 | phi-4 | 0.96 |
| 11 | llama-3-3-70b-instruct | 0.96 |
| 12 | o4-mini | 0.959 |
| 13 | llama-3-1-70b-instruct | 0.948 |
| 14 | llama-4-maverick | 0.938 |
| 15 | gemini-1-5-pro | 0.914 |
| 16 | llama-4-scout | 0.907 |
1 phaseActive
AllenAI's 7,787-question grade-school science benchmark split into Easy and Challenge sets. Challenge Set filtered to exclude trivial retrieval answers. Metric: accuracy.
Quick answer: The AI2 Reasoning Challenge (ARC), introduced by Clark et al. at the Allen Institute for AI in March 2018, is a benchmark of 7,787 genuine grade-school science multiple-choice questions partitioned into an Easy Set and a Challenge Set — the Challenge Set contains only questions that retrieval-based systems and word co-occurrence algorithms both failed to answer, making it a test of genuine scientific reasoning rather than surface-level pattern matching.
What it tests: Multi-choice grade-school science reasoning across biology, physics, earth science, and chemistry, requiring causal understanding and conceptual knowledge that cannot be answered by simple keyword matching.
Why it matters: ARC was one of the first benchmarks to specifically filter out questions solvable by shallow retrieval, establishing a principled difficulty floor. It helped define what "reasoning" means for LLMs and served as a standard evaluation fixture for multiple generations of models.
Known limitations: The benchmark is now heavily saturated — GPT-4 achieves 96.3% on the Challenge Set, and most current frontier models score above 90%. It no longer meaningfully differentiates state-of-the-art models.
ARC consists of 7,787 genuine questions sourced from U.S. grade 3–9 science exams. The questions span four major scientific domains: biology, physics, earth science, and chemistry, with coverage of conceptual knowledge, causal reasoning, and experimental design. Each question is a four-way multiple-choice item.
The benchmark is divided into two partitions. The Easy Set contains questions that at least one of the baseline retrieval systems answered correctly. The Challenge Set contains 2,590 questions that no retrieval-based system and no word co-occurrence algorithm answered correctly at the time of publication — ensuring these questions require genuine reasoning. The Challenge Set is the standard subset reported in most leaderboard comparisons, often referred to as "ARC-C."
A supporting corpus of over 14 million science-related sentences accompanies the dataset, originally designed to support retrieval-augmented approaches but now primarily relevant as historical context.
| Field | Value |
|---|---|
| Task category | Science reasoning |
| Metric | Accuracy |
| Total questions | 7,787 |
| Challenge Set (ARC-C) | 2,590 |
| Easy Set (ARC-E) | 5,197 |
| Saturation | High |
| Created by | Clark et al. (Allen Institute for AI) |
| Source paper | Clark et al. 2018 |
| GitHub | allenai/ARC-Solvers |
| Dataset | allenai/ai2_arc |
Each question is scored correct or incorrect based on the model's multiple-choice answer selection. The overall accuracy is the fraction of correct answers across the question set. Results are typically reported separately for ARC-C (Challenge) and ARC-E (Easy), with ARC-C being the standard figure cited in model cards and comparisons.
No Benchgen results yet — be the first to run ARC.
| Benchmark | What it tests | Tasks | Saturation |
|---|---|---|---|
| ARC (Challenge Set) | Grade-school science reasoning | 2,590 | High |
| GPQA Diamond | Expert-level science reasoning | 198 | Low |
| MMLU Pro | Multi-domain professional knowledge | 12,000 | Medium |
| Humanity's Last Exam | Expert-level multidisciplinary knowledge | 3,000 | Low |
ARC's grade-school difficulty means it is effectively saturated for frontier models. For meaningful differentiation of current-generation models, use GPQA Diamond or Humanity's Last Exam instead.
While ARC is saturated for frontier models, it remains a useful regression check for smaller or fine-tuned models. Benchgen lets you run ARC as part of a baseline evaluation suite and track results across model versions to verify that fine-tuning hasn't degraded basic reasoning capability.
The AI2 Reasoning Challenge (ARC) is a dataset of 7,787 grade-school science multiple-choice questions created by Clark et al. at the Allen Institute for AI in 2018. The Challenge Set (ARC-C) of 2,590 questions is specifically filtered to exclude questions solvable by retrieval, requiring genuine scientific reasoning.
ARC is now heavily saturated. GPT-4 achieves 96.3% on the Challenge Set, and most frontier models score above 90%. Scores below 85% indicate meaningful reasoning limitations; scores above 95% offer no differentiation between frontier models.
ARC was created by Peter Clark, Isaac Cowhey, Oren Etzioni, Tushar Khot, and colleagues at the Allen Institute for AI (AllenAI). The paper was published in March 2018 (arXiv:1803.05457).