Benchgen

PaperBench — Results

RankModelScore
1o126
2claude-3-5-sonnet21
3claude-3-5-sonnet16.1
4o113.2
5o3-mini8.5
6deepseek-r1-05286
7gpt-4o4.1
8gemini-2-0-flash3.2
9o3-mini2.6
P

PaperBench

1 phaseActive

OpenAI's agentic research-replication benchmark — reproduce ML papers from scratch across 8,316 rubric-graded tasks. Metric: average replication score.

Overview

PaperBench

Category Metric Tasks Saturation Created

Paper GitHub

Quick answer: PaperBench is OpenAI's benchmark for evaluating whether AI agents can replicate modern machine learning research end-to-end — reading a paper, building the codebase from scratch, and running experiments to reproduce its empirical claims — across 20 ICML 2024 papers and 8,316 gradable rubric tasks. The best publicly reported result is an IterativeAgent using o1-high with a 36-hour budget, scoring 26.0%.


At a Glance

What it tests: Whether an agent can go from a research paper to a working, correctly-behaving reproduction of its experiments — not just answer questions about the paper. Why it matters: This is one of the most direct public tests of long-horizon AI research engineering: the output is a functioning codebase and results, graded against a detailed rubric, not a short text answer. Known limitations: Scores are reported as agent-scaffold + underlying-model combinations, not model-only results — the "harness" (agent design) matters as much as the base model.

What PaperBench Measures

PaperBench gives an agent a modern ML paper and asks it to replicate the paper's experiments from scratch: understanding the method, writing the code, running training/evaluation, and reproducing the reported results. Each paper is broken into a detailed rubric — 8,316 individually gradable tasks across the 20 papers — covering both code-level correctness and whether final results match the paper's claims.

This makes PaperBench a test of long-horizon, open-ended engineering rather than short-task code generation: agents must plan a multi-day project, debug their own implementation, and interpret ambiguous specifications the way a human researcher would.

Benchmark Specifications

FieldValue
Papers20 (ICML 2024)
Gradable rubric tasks8,316
Task categoryAgentic AI research replication
MetricAverage replication score (0–100%)
ReleasedApril 2025
Created byGiulio Starace, Oliver Jaffe, Dane Sherburn, and collaborators (OpenAI)

How PaperBench Is Scored

Each paper's reproduction attempt is graded against its detailed rubric by an automated grader, producing a per-paper replication score; the benchmark score is the average across all 20 papers, reported as a percentage (0–100%). Because the rubric checks both implementation details and final results, partial credit is common — very few runs reproduce a paper fully.

State-of-the-Art Results

Scores are reported as agent scaffold + underlying model combinations — the "harness" (IterativeAgent vs. BasicAgent) has a large effect independent of the base model.

RankAgent / HarnessModelScoreSource
1IterativeAgent (36h budget)o1-high26.0% ± 0.3PaperBench README
2IterativeAgent (24h budget)o1-high24.4% ± 0.7PaperBench README
3BasicAgentclaude-3.5-sonnet21.0% ± 0.8PaperBench README
4IterativeAgentclaude-3.5-sonnet16.1% ± 0.1PaperBench README
5BasicAgento1-high13.2% ± 0.3PaperBench README
6IterativeAgento3-mini-high8.5% ± 0.8PaperBench README
7BasicAgentdeepseek-r16.0% ± 0.3PaperBench README
8BasicAgentgpt-4o4.1% ± 0.1PaperBench README
9BasicAgentgemini-2.0-flash3.2% ± 0.2PaperBench README
10BasicAgento3-mini-high2.6% ± 0.2PaperBench README

The paper reports these scores remain well below the human baseline for the same tasks.

PaperBench on Benchgen

No Benchgen results yet — be the first to run PaperBench.

PaperBench vs Other Benchmarks

BenchmarkWhat it testsSaturation
PaperBenchEnd-to-end ML research replicationLow
FrontierMathFrontier mathematical research problems
SWE-bench VerifiedReal-world software engineering fixes

Run PaperBench on Your Model

Because PaperBench scores depend heavily on the agent scaffold, not just the base model, Benchgen lets you track harness + model combinations over time with version-controlled, regression-tracked results — useful for isolating whether a gain came from a better model or a better scaffold.

Frequently Asked Questions

What is PaperBench?PaperBench is OpenAI's benchmark for evaluating whether AI agents can replicate ML research papers end-to-end, from reading the paper through running experiments that reproduce its claims.
What does a good score look like?The best publicly reported result is 26.0% (IterativeAgent, o1-high, 36-hour budget) — scores are still well below full replication, so any result above ~20% represents a leading result as of the benchmark's release.
Who created PaperBench?PaperBench was created by Giulio Starace, Oliver Jaffe, Dane Sherburn, and collaborators at OpenAI, published in April 2025.