BLADE: Benchmarking Language Model Agents for Data-Driven Science
Ken Gu, Ruoxi Shang, Ruien Jiang, Keying Kuang, Richard-John Lin, Donghe Lyu, Yue Mao, Youran Pan, Teng Wu, Jiaqian Yu, Yikun Zhang, Tianmai M. Zhang, Lanyi Zhu, Mike A. Merrill, Jeffrey Heer, Tim Althoff
TL;DR
BLADE addresses the challenge of evaluating language model agents on open-ended, data-driven scientific analyses by constructing a ground-truth–driven benchmark that pairs real-world research questions with expert analyses and automatic evaluation. It introduces representations for analytical decisions (conceptual variables, data transformations, and statistical models) and matching procedures (value and fuzzy-graph isomorphism) to automatically assess agent outputs. Experiments reveal that while LMs can generate basic analyses, they exhibit limited diversity and modeling sophistication, whereas agents that interact with data via a ReAct framework show improved coverage but still fall short of optimality. The work provides a rigorous, open-source foundation for measuring and improving data-driven scientific reasoning in LM agents.
Abstract
Data-driven scientific discovery requires the iterative integration of scientific domain knowledge, statistical expertise, and an understanding of data semantics to make nuanced analytical decisions, e.g., about which variables, transformations, and statistical models to consider. LM-based agents equipped with planning, memory, and code execution capabilities have the potential to support data-driven science. However, evaluating agents on such open-ended tasks is challenging due to multiple valid approaches, partially correct steps, and different ways to express the same decisions. To address these challenges, we present BLADE, a benchmark to automatically evaluate agents' multifaceted approaches to open-ended research questions. BLADE consists of 12 datasets and research questions drawn from existing scientific literature, with ground truth collected from independent analyses by expert data scientists and researchers. To automatically evaluate agent responses, we developed corresponding computational methods to match different representations of analyses to this ground truth. Though language models possess considerable world knowledge, our evaluation shows that they are often limited to basic analyses. However, agents capable of interacting with the underlying data demonstrate improved, but still non-optimal, diversity in their analytical decision making. Our work enables the evaluation of agents for data-driven science and provides researchers deeper insights into agents' analysis approaches.
