HeurekaBench: A Benchmarking Framework for AI Co-scientist
Siba Smarak Panigrahi, Jovana Videnović, Maria Brbić
TL;DR
This paper tackles the challenge of evaluating AI co-scientists by introducing HeurekaBench, a benchmarking framework grounded in real scientific workflows and validated code. It grounds benchmark construction in published studies to generate open-ended research questions (OEQs) and multiple-choice questions (MCQs), requiring end-to-end reasoning over experimental data. The sc-HeurekaBench instantiation for single-cell biology yields 50 OEQs and 50 MCQs across 41 validated insights, enabling quantitative comparisons of state-of-the-art single-cell agents. The framework provides an evaluation scheme using LLM-based judges and human alignment, and demonstrates that adding a critic module can substantially improve performance on open-ended tasks and reduce gaps between open- and closed-source models. The work points to broad applicability to other scientific domains and highlights future directions for validating intermediate steps and refining open-source agent design.
Abstract
LLM-based reasoning models have enabled the development of agentic systems that act as co-scientists, assisting in multi-step scientific analysis. However, evaluating these systems is challenging, as it requires realistic, end-to-end research scenarios that integrate data analysis, interpretation, and the generation of new insights from the experimental data. To address this limitation, we introduce HeurekaBench, a framework to create benchmarks with exploratory, open-ended research questions for experimental datasets. Each such question is grounded in a scientific study and its corresponding code repository, and is created using a semi-automated pipeline that leverages multiple LLMs to extract insights and generate candidate workflows, which are then verified against reported findings. We instantiate the framework in single-cell biology to obtain sc-HeurekaBench benchmark and use it to compare state-of-the-art single-cell agents. We further showcase the benefits of our benchmark for quantitatively analyzing current design choices in agentic systems. We find that the addition of a critic module can improve ill-formed responses for open-source LLM-based agents by up to 22% and close the gap with their closed-source counterparts. Overall, HeurekaBench sets a path toward rigorous, end-to-end evaluation of scientific agents, grounding benchmark construction in real scientific workflows.
