← Latest papers
💬 NLP

CORE-Bench: Fostering the Credibility of Published Research Through a Computational Reproducibility Agent Benchmark

This paper introduces CORE-Bench, a comprehensive benchmark comprising 270 tasks across three scientific disciplines designed to evaluate and improve the ability of AI agents to computationally reproduce research results, highlighting significant current limitations in automating scientific workflows.

Original authors: Zachary S. Siegel, Sayash Kapoor, Nitya Nadgir, Benedikt Stroebl, Arvind Narayanan

Published 2026-06-24
📖 4 min read☕ Coffee break read

Original authors: Zachary S. Siegel, Sayash Kapoor, Nitya Nadgir, Benedikt Stroebl, Arvind Narayanan

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are a chef who just published a famous recipe for a perfect soufflé. You tell the world, "Here is the recipe, here are the ingredients, and here is a photo of the fluffy result." But when your friends try to make it, the soufflé collapses, burns, or tastes like cardboard. Why? Maybe they used the wrong oven, the wrong brand of eggs, or missed a step because your instructions were vague.

In the world of science, this is called a reproducibility crisis. Scientists publish papers with code and data, but other researchers often can't get the same results when they try to run that code.

This paper introduces a new "test kitchen" called CORE-Bench to see if AI robots (called "agents") can be hired to fix this mess.

The Problem: The "Black Box" of Science

Science relies on trust. If a study says a new drug works, we need to be able to run the same math and code to verify it. But often, the code is messy, the software is outdated, or the instructions are missing. It's like trying to assemble IKEA furniture without the instructions, using tools you don't have, in a room with the wrong lighting.

The Solution: A New "Robot Chef" Test

The authors built CORE-Bench, a giant obstacle course for AI agents.

  • The Setup: They took 90 real scientific papers from computer science, medicine, and social science.
  • The Task: They asked AI agents to act like a research assistant. The agent's job is to:
    1. Download the code and data.
    2. Install all the necessary software (like downloading the right apps for a new phone).
    3. Run the code.
    4. Look at the results (charts, numbers, text) and answer specific questions about them.
    5. Submit a report saying, "I got the same result as the original paper."

The Levels of Difficulty

Just like a video game, the test has three levels:

  1. Easy Mode: The AI is given the finished "photo" of the result. It just has to look at the picture and answer questions. (Like being asked to read a menu).
  2. Medium Mode: The AI is given a "Docker" container (a pre-packaged box of tools) and told to run it. It has to know how to open the box and press the "start" button.
  3. Hard Mode: The AI gets only the recipe (the README file). It has to figure out what tools to buy, install them, fix any errors, and run the code from scratch. This is the real-world test.

The Results: The Robots Are Still Learning

The researchers tested two types of AI "chefs":

  1. AutoGPT: A general-purpose robot that tries to do anything.
  2. CORE-Agent: A robot specifically trained and coached to do this specific job.

The Scorecard:

  • On Easy Mode: The specialized robot (CORE-Agent) did pretty well, getting about 60% of the tasks right.
  • On Hard Mode: The score dropped significantly. Even the best robot only got about 21% of the hardest tasks right.

What went wrong?

  • Getting Lost: The robots often looked at the wrong chart or file when there were many files in the folder.
  • The Installation Trap: On the hard level, the robots got stuck trying to install software. They would try to install the same thing over and over, run out of money (API costs), and give up.
  • Vision Issues: It was much harder for the robots to "read" graphs and pictures than to read plain text.
  • Language Trouble: The robots struggled more with code written in the R language compared to Python.

The Takeaway

The paper concludes that while AI is getting better at coding, it is still far from being able to reliably reproduce complex scientific research on its own.

However, there is good news: Specialized training helps. When the researchers gave the general robot a few specific hints and rules (like "always check the output folder first" or "don't guess, look at the file"), its performance jumped significantly.

The Bottom Line:
We can't just hand a robot a scientific paper and expect it to verify the science today. But if we give the robot a little bit of coaching and the right tools, it can start to help. The goal isn't to replace scientists, but to build a "robot assistant" that can do the boring, repetitive work of checking if the math actually adds up, freeing up humans to do the actual discovery.

The authors hope that by releasing this test (CORE-Bench), other developers will build better robots to help make science more trustworthy.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →