# DSAgentBench：智能体能否在真实计算机环境中自动化端到端数据科学工作流？

- 来源：HuggingFace Daily Papers（社区热门论文）
- 发布时间：2026-08-11 08:00
- AIHOT 分数：55
- AIHOT 链接：https://aihot.virxact.com/items/cmspk7gzl01wurojegkbgyksu
- 原文链接：https://arxiv.org/abs/2608.10366

## AI 摘要

DSAgentBench 发布，成为首个在真实计算机环境中评估智能体自动化完整数据科学工作流的基准，包含 275 个覆盖全生命周期的任务，并采用确定性评估器验证分析正确性、视觉输出与模型性能。

## 正文

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.
