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

📅 2026-08-10
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
Existing agent benchmarks struggle to evaluate the capability of automating end-to-end data science workflows in realistic environments. This work proposes the first benchmark that assesses agents’ performance on complete data science tasks within a real operating system, encompassing the full lifecycle—including data preprocessing, modeling, and visualization—and supporting coordinated use of multiple tools such as notebooks, terminals, and web browsers. The benchmark introduces a deterministic verification mechanism based on both intermediate outputs and final results. Evaluation across 275 tasks with 15 state-of-the-art models reveals that even the strongest closed-source model achieves only a 56.7% success rate, while open-source models generally fall below 1%, highlighting significant limitations in current agents’ multi-step reasoning and tool orchestration capabilities.
📝 Abstract
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.
Problem

Research questions and friction points this paper is trying to address.

data-science workflows
real-computer interaction
agent benchmarking
multi-tool coordination
end-to-end automation
Innovation

Methods, ideas, or system contributions that make the work stand out.

agent benchmark
end-to-end data science
real-computer environment
tool orchestration
autonomous data-science agent