| Item | Details | |------|---------| | Paper | SoundnessBench: Can Your AI Scientist Really Tell Good Research Ideas from Bad Ones? | | Authors | Sy-Tuyen Ho, Minghui Liu, Huy Nghiem, Furong Huang | | arXiv ID | 2605.30329 | | Submitted | May 28, 2026 | | Category | cs.LG | | Core finding | A benchmark of 1,099 ICLR proposals shows 12 frontier LLMs share an "optimism bias": under standard prompts they often rate methodologically flawed low-soundness proposals as "actionable," while aggressive prompts shift errors from false positives to false negatives. Control experiments rule out data contamination and surface features. LLMs currently cannot serve as a reliable first quality gate for science. |
---
1. A Lab With No Humans
Over the past year, one type of news kept recurring. A team builds an "AI scientist" that reads papers, generates hypotheses, runs experiments, and writes manuscripts. Another builds an "AI reviewer" that scores submissions and writes reviews. Some envision that within five years, the entire research pipeline—from idea to publication—will need no human at all.
That vision rests on one crucial premise: AI can tell good research ideas from bad ones.
If it can't—if it evaluates a logically flawed proposal as "promising"—then the whole edifice of automated science is built on sand.
SoundnessBench directly tests that premise. The results are not good.
2. A Real-World Setup
A highlight of the paper is its construction. Rather than inventing fictional good and bad proposals, the authors reconstructed 1,099 research proposals from real ICLR submissions, each paired with real reviewers' "soundness" scores.
In reviewing jargon, soundness measures whether the methodology itself holds up: is the experimental design logically coherent, is the evidence chain complete? It is unrelated to how eye-catching or disruptive the work is. A sound proposal can be boring; an unsound one can be flashy. SoundnessBench asks not "do you like this idea" but "does this idea stand up."
The setup is simple: give an LLM a proposal and ask, "is this methodology sound?", using the human reviewers' scores as ground truth. 12 frontier LLMs were tested, including Claude, GPT, Gemini, and DeepSeek.
3. Optimism Bias: The Umbrella Over Bad Ideas
The paper's term for what it observed is optimism bias. Under standard prompts, models tend to give high scores to low-soundness proposals—facing an obviously flawed design, the model is more likely to say "this is fine" than "don't do this." The paper does not report exact per-model accuracy under standard prompts, but the overall trend is clear and consistent: false positives (judging bad as good) are the dominant error mode.
Why? A series of control experiments ruled out confounders:
- Data contamination: were these ICLR submissions in the training data, letting models "remember" rather than "judge" scores? Audited and controlled.
- Surface features: guessing from title length or vocabulary? Control experiments do not support this.
- Reviewer score quality: the human soundness scores were manually audited and verified.
- How much do models differ? 12 models were tested, but per-model performance is not broken out. Is optimism a universal trend, or do a few models drag the average?
- Where does the bias come from? Contamination and surface features are excluded, but the cause is unaddressed. Published reviews skew positive (rejected papers are scarce in training data)? A side effect of RLHF making models "nicer"? No causal answer yet.
- Does this generalize beyond ML? Only ICLR submissions were used. Biology, physics, social science designs? If ML models can't evaluate ML papers, cross-domain is likely worse—but "likely" is not proof.
After all controls, the optimism bias remained—apparently embedded in the models' judgment tendencies.
4. Turning the Dial the Wrong Way: Aggressive Prompts
The authors also tried harsher prompts—"evaluate critically," "point out all flaws," "only score genuinely rigorous proposals." The result: false positives dropped, but false negatives rose. Models began rejecting sound proposals worded less confidently.
In other words, changing the prompt just moves errors from one bucket to another. This is not a prompting problem; the models lack calibrated judgment of methodological soundness. Not ignorance—instability.
One caveat worth noting: the authors define SoundnessBench as "a benchmark for soundness recoverability at the proposal stage, not a precise predictor of final review outcomes." The question is more basic: given that reviewers assigned soundness scores, can AI recover them? Under standard prompts, the answer is no.
5. Open Questions
The core finding—LLMs exhibit optimism bias toward research proposals—is solid, but several things remain unclear:
6. A Crack in a Load-Bearing Wall
To put it bluntly: the real "AI scientist" vision is not AI-assisted research—that is already happening. It is AI independently hypothesizing, experimenting, and reaching publishable conclusions. The first link in that chain—judging whether a research direction is right—fails on today's models.
Not "slightly worse." A fundamental inability to distinguish good from bad, unfixable by prompt engineering.
Short term: AI can still be a research assistant—literature search, code, experiments. But it cannot replace your judgment of whether an experiment should be run. Long term: if we want AI to truly do science independently, the fix is not bolting a "review module" onto an LLM—it is giving models a fundamental capacity to assess methodological soundness, one that the current pretrain–instruction-tune–RLHF pipeline never teaches as a byproduct.
Left unaddressed, that gap could burn GPU hours in an automated lab—and, at the scale of scientific funding, swallow research budgets.
---
References:
1. Ho, Liu, Nghiem & Huang, "SoundnessBench: Can Your AI Scientist Really Tell Good Research Ideas from Bad Ones?", arXiv:2605.30329, 2026. 2. Lu et al., "The AI Scientist: Towards Fully Automated Open-Ended Scientific Discovery", arXiv:2408.06292, 2024. 3. Liang et al., "Can LLMs be Evaluators? A Review of LLM-as-a-Judge", arXiv:2404.05346, 2024. 4. Latona et al., "The AI Review: A Framework for Automated Peer Review with LLMs", NeurIPS Workshop 2024. 5. Zheng et al., "Judging LLM-as-a-Judge with MT-Bench and Chatbot Arena", NeurIPS 2023.