paper-with-me

Papers

From Reproduction to Replication: Evaluating Research Agents with Progressive Code Masking

2025-06-24 · Gyeongwon James Kim, Alex Wilf, Louis-Philippe Morency, Daniel Fried

Recent progress in autonomous code generation has fueled excitement around AI agents capable of accelerating scientific discovery by running experiments. However, there is currently no benchmark that evaluates whether such agents can implement scientific ideas when given varied amounts of code as a starting point, interpolating between reproduction (running code) and from-scratch replication (fully re-implementing and running code). We introduce AutoExperiment, a benchmark that evaluates AI agents' ability to implement and run machine learning experiments based on natural language descriptions in research papers. In each task, agents are given a research paper, a codebase with key functions masked out, and a command to run the experiment. The goal is to generate the missing code, execute the experiment in a sandboxed environment, and reproduce the results. AutoExperiment scales in difficulty by varying the number of missing functions $n$, ranging from partial reproduction to full replication. We evaluate state-of-the-art agents and find that performance degrades rapidly as $n$ increases. Agents that can dynamically interact with the environment (e.g. to debug their code) can outperform agents in fixed "agentless" harnesses, and there exists a significant gap between single-shot and multi-trial success rates (Pass@1 vs. Pass@5), motivating verifier approaches to our benchmark. Our findings highlight critical challenges in long-horizon code generation, context retrieval, and autonomous experiment execution, establishing AutoExperiment as a new benchmark for evaluating progress in AI-driven scientific experimentation. Our data and code are open-sourced at https://github.com/j1mk1m/AutoExperiment .

📄 PDF Abstract BibTeX arXiv:2506.19724

Code (1)

j1mk1m/autoexperiment 공식 구현 pytorch

Tasks

Code Generationscientific discovery

Similar Papers 제목 키워드 기반

ReplicatorBench: Benchmarking LLM Agents for Replicability in Social and Behavioral Sciences

2026-02-11 · Bang Nguyen, Dominik Soós, Qian Ma, Rochana R. Obadage 외 arxiv

The literature has witnessed an emerging interest in AI agents for automated assessment of scientific papers. Existing benchmarks focus primarily on the computational aspect of this task, testing agents' ability to repro…

AI Coding Agents Can Reproduce Social Science Findings

2026-06-09 · Meysam Alizadeh, Mohsen Mosleh, Fabrizio Gilardi, Atoosa Kasirzadeh 외 arxiv

Recent anecdotal evidence suggests that AI coding agents can reproduce published findings when provided with original data and code; yet systematic evaluation across social sciences remains limited. Existing evaluation b…

PaperBench: Evaluating AI's Ability to Replicate AI Research

2025-04-02 · Giulio Starace, Oliver Jaffe, Dane Sherburn, James Aung 외

We introduce PaperBench, a benchmark evaluating the ability of AI agents to replicate state-of-the-art AI research. Agents must replicate 20 ICML 2024 Spotlight and Oral papers from scratch, including understanding paper…

Reproduction and Replication: A Case Study with Automatic Essay Scoring

2020-05-01 · LREC 2020 5 · Eva Huber, {\c{C}}a{\u{g}}r{\i} {\c{C}}{\"o}ltekin

As in many experimental sciences, reproducibility of experiments has gained ever more attention in the NLP community. This paper presents our reproduction efforts of an earlier study of automatic essay scoring (AES) for …

Lessons Learned: Reproducibility, Replicability, and When to Stop

2024-01-08 · Milton S. Gomez, Tom Beucler

While extensive guidance exists for ensuring the reproducibility of one's own study, there is little discussion regarding the reproduction and replication of external studies within one's own research. To initiate this d…