LLM-AutoSciLab: Closed-Loop Scientific Discovery via Active Experimentation with LLMs
LLM-AutoSciLab links hypothesis generation with experiment selection to make scientific discovery adaptive instead of static.
Intelligence analysis by GPT-5.4 Mini

The paper argues that discovery should be treated as a closed loop: generate hypotheses, choose the most informative experiments, then refine the mechanism from new evidence. It introduces ActiveSciBench and reports stronger sample efficiency and recovery performance than prior methods across three benchmarks.
This paper is about teaching an AI to act more like a scientist. Instead of staring at one pile of facts, it makes a guess, picks the best next test, and then changes its guess using the new result.
Think of it like solving a mystery with a flashlight. The AI does not light up the whole room at once. It points the light where the answer is most likely to hide, so it learns faster and wastes less time.
The paper says this method worked better than older ones in several science puzzles. That matters because better guess-and-test systems could help scientists find answers with fewer experiments.
Analysis
What the paper proposes
LLM-AutoSciLab is a closed-loop framework for scientific discovery. Instead of training only on fixed datasets, it repeatedly generates hypotheses, chooses experiments that are likely to disambiguate those hypotheses, and then updates its internal state using the new results. The paper frames discovery as an adaptive process: the system should not just fit observed data, but should actively decide what to observe next.
What it adds
To study this setting, the authors introduce ActiveSciBench, with two benchmark groups: ActiveSciBench-Chem, which includes 57 enzyme-kinetics tasks, and ActiveSciBench-GRN, which includes 45 gene-regulatory-network tasks. The benchmarks model discovery under a limited experimental budget, so the system must pick informative observations, select variables, and recover the underlying mechanism rather than simply matching a static target.
Reported results
Across NewtonBench, ActiveSciBench-Chem, and ActiveSciBench-GRN, the paper says LLM-AutoSciLab outperforms prior methods. It reports 67.6% symbolic accuracy on NewtonBench, 35.1% symbolic accuracy on ActiveSciBench-Chem, and 31.1% exact graph recovery on ActiveSciBench-GRN. The authors also say hypothesis-guided experimentation is 2-5x more sample-efficient than the strongest competing baselines.
Why this matters
The main contribution is not just a benchmark score; it is the shift in how the task is posed. The paper treats discovery as an active control problem, where the model must decide what evidence is most useful next. That is a closer match to real scientific work than standard supervised learning on fixed datasets.
Key points
- LLM-AutoSciLab is a closed-loop system that combines hypothesis generation with experiment selection.
- The paper introduces ActiveSciBench for budget-limited scientific discovery tasks.
- ActiveSciBench includes 57 enzyme-kinetics tasks and 45 gene-regulatory-network tasks.
- The authors report better performance and 2-5x sample efficiency versus competing baselines.
- The core idea is to make LLMs actively choose the next most informative observation.



