
Accepted as a poster at the AI for Science workshop, ICML 2026 (Track 3: AI Scientist Proposal Competition).
Changhee Cho*, YeJun Ji*, Su-Young Jin*, Sumin Lee*, Jiho Sim* (Seoul National University).
*Equal contribution.
We’re actively developing this, and I’d welcome any discussion on similar projects or AI4Science topics — feel free to reach out!
This project started as our entry to the AI Scientist Competition at the ICML 2026 AI for Science workshop’s Track3. The paper contains details on our proposal of an AI Scientist that can come up with novel but grounded hypotheses. It details how autonomous the system is, how the agents are wired together, how we’d evaluate it, and how humans stay in the loop.
It’s since moved into active development, so the design here reflects where the system is headed.
AI scientists are advancing fast, but most systems tangle evidence management with reasoning, which limits hypothesis generation to narrow, prior-driven contexts. We propose the Evidence-Grounded AI Scientist (EGAS), which strictly separates evidence curation from reasoning. A Context Optimizer curates and grounds evidence without interpreting it, letting a Tree-of-Thoughts Hypothesis Generator explore diverse reasoning paths and produce novel, falsifiable hypotheses. Experimental outcomes feed back into the system, and a Diagnostician flags anomalous signals before they corrupt downstream interpretation. This growing body of validated evidence is meant to improve later ideation cycles. As a proof of concept, we develop EGAS as an integrated member of a drug discovery team, spanning target suggestion through wet-lab validation.
The bottleneck is ideation, not execution. Because LLMs are trained on published literature, their priors favor likely continuations of existing knowledge over novel connections, and retrieval augmentation inherits that bias: the same prior shapes both what gets retrieved and how it’s weighted. Treating hypothesis generation as a single-pass task leaves the whole process leaning on the model’s prior. EGAS addresses this structurally rather than through prompting alone.
Two principles drive the design: evidence curation is separated from reasoning so the prior can’t bias the evidence base, and ideation is treated as a grounded search rather than one-shot generation. The pipeline has three interconnected stages.
Human oversight stays central throughout. Domain experts curate retained evidence and choose which hypotheses to test, controlling what the AI sees independently of how it reasons.
The primary test uses a knowledge cutoff: CO’s retrieval is restricted to pre-cutoff evidence, and we ask whether EGAS can reproduce discoveries established in the literature afterward, rather than regressing toward its prior. Beyond final hypothesis quality, the search process itself is assessed. CO’s retrieval and grounding, and HG’s reasoning-step quality, are measured on existing biomedical benchmarks; the Diagnostician on custom anomaly-detection datasets; and wet-lab validation expands progressively from narrow candidate checks to end-to-end therapeutic discovery, testing whether accumulating evidence actually improves later ideation.