paper-with-me

홈 › Papers

DSAgentBench: Can Agents Automate End-to-End Data-Science Workflows in Real Computer Environments?

2026-08-11 · Mizanur Rahman, Mohammed Saidul Islam, Ridwan Mahbub, Md Tahmid Rahman Laskar, Shafiq Joty, Enamul Hoque Prince hf

Real-world data science involves long-horizon workflows that span data wrangling, exploration, modeling, visualization, and validation, and require coordinated use of tools such as notebooks, IDEs, terminals, browsers, and databases within real operating environments. Yet existing benchmarks lack real-computer interaction and do not evaluate whether agents can execute complete end-to-end data-science workflows in realistic computing environments, failing to capture the multi-stage, multi-tool nature of data-science practice. We introduce DSAgentBench, the first benchmark to evaluate whether agents can automate full data-science workflows inside real computer environments. DSAgentBench contains 275 diverse tasks covering the entire data-science life-cycle, reflecting the complexity and tool coordination required in practice. Each task requires grounding decisions in intermediate outputs and coordinated tool use, and includes a deterministic evaluator that verifies analytical correctness, visual outputs, and model performance rather than code-only execution. Our extensive experiments with 15 closed- and open-source models show that even the strongest agent, Claude-4.6-Sonnet, achieves only 56.70% task success, while all open-source agents remain below 1%, frequently failing at tool orchestration, OS grounding, and multi-step reasoning. These results reveal a substantial capability gap between current agentic systems and real data-science workflows, positioning DSAgentBench as a foundation for developing grounded, verifiable, autonomous data-science agents. We release DSAgentBench at https://github.com/vis-nlp/DSAgentBench.

📄 PDF Abstract BibTeX arXiv:2608.10366

Code (3)

Aaron617/agent-arXiv-daily ★ 10
Tavish9/awesome-daily-AI-arxiv ★ 113
arxivsub/arXivSub_daily_arxiv ★ 4

Similar Papers 제목 키워드 기반

Spider2-V: How Far Are Multimodal Agents From Automating Data Science and Engineering Workflows?

2024-07-15 · Ruisheng Cao, Fangyu Lei, Haoyuan Wu, Jixuan Chen 외

Data science and engineering workflows often span multiple stages, from warehousing to orchestration, using tools like BigQuery, dbt, and Airbyte. As vision language models (VLMs) advance in multimodal understanding and …

Code Generation

ScienceBoard: Evaluating Multimodal Autonomous Agents in Realistic Scientific Workflows

2025-05-26 · Qiushi Sun, Zhoumianze Liu, Chang Ma, Zichen Ding 외

Large Language Models (LLMs) have extended their impact beyond Natural Language Processing, substantially fostering the development of interdisciplinary research. Recently, various LLM-based agents have been developed to…

Astronomyscientific discovery

AutoMind: Adaptive Knowledgeable Agent for Automated Data Science

2025-06-12 · Yixin Ou, Yujie Luo, Jingsheng Zheng, Lanning Wei 외

Large Language Model (LLM) agents have shown great potential in addressing real-world data science problems. LLM-driven data science agents promise to automate the entire machine learning pipeline, yet their real-world e…

Code GenerationLarge Language Model

AgenticDataBench: A Comprehensive Benchmark for Data Agents

2026-07-02 · Zhaoyan Sun, Shan Zhong, Daizhou Wen, Jiaxing Han 외 arxiv

Data science aims to derive actionable insights from heterogeneous raw data, unlocking the value of the massive amounts of data generated in modern society. Automating this process is essential to reducing labor-intensiv…

CLIMATEAGENT: Multi-Agent Orchestration for Complex Climate Data Science Workflows

2025-11-25 · Hyeonjae Kim, Chenyue Li, Wen Deng, Mengxi Jin 외 arxiv

Climate science demands automated workflows to transform comprehensive questions into data-driven statements across massive, heterogeneous datasets. However, generic LLM agents and static scripting pipelines lack climate…