DSAEval: Evaluating Data Science Agents on a Wide Range of Real-World Data Science Problems
Maojun Sun, Yifei Xie, Yue Wu, Ruijian Han, Binyan Jiang, Defeng Sun, Yancheng Yuan, Jian Huang
TL;DR
DSAEval introduces a comprehensive, real-world benchmark for autonomous data science agents spanning 285 datasets and 641 tasks across structured, unstructured, and multimodal domains. It combines a Multimodal Environment Perception framework, Multi-Query Interactions, and a Multi-Dimensional Evaluation protocol driven by LLM-based judges to score reasoning, code, and results with weights $\alpha=0.3$, $\beta=0.3$, and $1-\alpha-\beta=0.4$. The evaluation of 11 advanced models shows that larger, multimodal-capable models achieve superior overall performance, with Claude-Sonnet-4.5 leading, GPT-5.2 being the most efficient, and MiMo-V2-Flash the most cost-effective. Multimodal perception consistently boosts vision-related task performance by up to $11.30\%$, while current agents still struggle with unstructured data tasks like CV/NLP and complex modeling workflows. The paper also outlines future directions to broaden dataset coverage, shift evaluation toward holistic agent systems, and expand the benchmark to guide next-generation data science agents.
Abstract
Recent LLM-based data agents aim to automate data science tasks ranging from data analysis to deep learning. However, the open-ended nature of real-world data science problems, which often span multiple taxonomies and lack standard answers, poses a significant challenge for evaluation. To address this, we introduce DSAEval, a benchmark comprising 641 real-world data science problems grounded in 285 diverse datasets, covering both structured and unstructured data (e.g., vision and text). DSAEval incorporates three distinctive features: (1) Multimodal Environment Perception, which enables agents to interpret observations from multiple modalities including text and vision; (2) Multi-Query Interactions, which mirror the iterative and cumulative nature of real-world data science projects; and (3) Multi-Dimensional Evaluation, which provides a holistic assessment across reasoning, code, and results. We systematically evaluate 11 advanced agentic LLMs using DSAEval. Our results show that Claude-Sonnet-4.5 achieves the strongest overall performance, GPT-5.2 is the most efficient, and MiMo-V2-Flash is the most cost-effective. We further demonstrate that multimodal perception consistently improves performance on vision-related tasks, with gains ranging from 2.04% to 11.30%. Overall, while current data science agents perform well on structured data and routine data anlysis workflows, substantial challenges remain in unstructured domains. Finally, we offer critical insights and outline future research directions to advance the development of data science agents.
