Search papers, labs, and topics across Lattice.
This paper introduces ABE-Ralph, an auditing framework designed to ensure that LLM agents faithfully implement scientific methods and accurately test claims in experimental setups. By systematically structuring experimental constraints and guiding implementation through an 8-step workflow, ABE-Ralph identifies methodological failures and achieves a robust execution rate of 93% across 30 long-horizon reproduction runs in various machine learning domains. The findings underscore the necessity of rigorous evaluation in AI-driven scientific research, revealing critical failure modes that can undermine the validity of experimental results.
ABE-Ralph uncovers that LLMs often produce methodological hallucinations, leading to flawed scientific conclusions in AI research.
LLM agents used for scientific experimentation must do more than generate executable code: they must implement the reference method faithfully, design experiments that test the paper's claims, and provide evidence supporting those claims. We show that agents often produce methodological hallucinations: silently reducing datasets or training budgets, replacing failed learning or generative components with lookup or oracle functions, or drawing conclusions from resource-limited settings where a method's claimed advantage disappears. To detect these failures, we introduce ABE-Ralph, a reference-anchored auditing framework that represents claims, protocols, required components, baselines, and metrics as structured experimental constraints, guides implementation through an 8-step workflow, and performs quantitative, qualitative, and code-level verification. Across 30 long-horizon reproduction runs covering 12 machine learning domains, ABE-Ralph achieves a 93% robust execution rate and identifies five scientific failure modes. In 23 NatureBench discovery tasks, ABE-Ralph matches or exceeds state-of-the-art performance on 5 tasks. These results show that reliable evaluation of AI scientists must assess whether the experimental design faithfully tests the intended claim and whether the resulting evidence supports it, rather than treating code execution or plausible metrics as evidence of scientific success.