Can AI reproduce econometric findings from real research data?
Given data and analysis instructions, a model writes and runs code to recover a coefficient, its standard error and its p-value. An independent evaluator compares the output with hidden reference results.
We study how models and harnesses work together to make this process more reliable.
The model generates a program that searches for familiar month-column names. The actual month index is named tid.
The program cannot identify it, so execution fails before producing a result.
1 model call
GPT-5.5 + DeepAgents
Inspect, execute, reproduce
The model inspects the columns, identifies the monthly index, and checks the sample and regression. DeepAgents runs its code and returns the output at each step.
The final program uses 977 observations and reproduces all three target statistics.
The benchmark is published by CamoAiLab on Hugging Face. The related MetricsAI paper describes the Econometrics-Agent research system. Use the citation provided by each source.