What does ARC-Challenge measure?
ARC-Challenge measures science knowledge and reasoning on difficult grade-school questions designed to resist shallow retrieval and word overlap.
Upstream publisher Allen Institute for AIallenai/ARC
A clear, no-frills test of science reasoning on challenging grade-school questions with multiple-choice answers.
WHAT THIS PROJECT MEASURES
ARC-Challenge is the difficult partition of the AI2 Reasoning Challenge. Each case presents a science question and a fixed set of answer choices.
Trunchbull exposes a small deterministic demo port. The grader extracts a final answer choice and compares it with the published answer key.
IN PLAIN ENGLISH
ARC-Challenge is built for questions that are harder than simple recall. Each case gives the model a science question and a fixed set of choices; the challenge is choosing the answer that follows from the underlying concept. Trunchbull CI packages that contract with pinned provenance and transparent grading.
EXECUTION CONTRACT
Runs in the standard chat lane with exact answer-choice grading.
QUICK ANSWERS
ARC-Challenge measures science knowledge and reasoning on difficult grade-school questions designed to resist shallow retrieval and word overlap.
No. The Trunchbull CI release runs in the standard chat lane with exact answer-choice grading.
TRUNCHBULL AVAILABILITY
Trunchbull port
Trunchbull maintains a twenty-case demo port with exact answer-choice grading.
View Trunchbull port3 CASES
arc/energy-transfer
Choose the observation that demonstrates energy transfer.
arc/cell-structure
Reason about the function of a biological cell component.
arc/earth-systems
Connect a weather observation to the responsible system.
0 REQUESTED TOOLS
No model tools required.
Evaluation happens through the prompt and grader contract for this release.
MACHINE-READABLE PROVENANCE
{
"name": "ARC-Challenge",
"catalogOwner": null,
"source": {
"url": "https://github.com/allenai/ARC",
"version": "ARC-Challenge train split · fixed sampler",
"commit": "dataset-2026-07",
"license": "CC BY-SA 4.0"
},
"port": {
"url": "https://github.com/TrunchbullCI/examples/tree/main/benchmarks/arc-challenge",
"maintainer": "Trunchbull"
},
"release": {
"digest": "sha256:8610…e223",
"lane": "chat",
"sandboxRequired": false
},
"cases": [
"arc/energy-transfer",
"arc/cell-structure",
"arc/earth-systems"
],
"tools": []
}BUILD ON THIS PROJECT