AIAny
Icon for item

AgenticDataBench: A Comprehensive Benchmark for Data Agents

Provides a comprehensive benchmark to evaluate LLM-based data agents on realistic, multi-domain data-science workflows. Features skill-level ground-truth labels, 15 vertical domains (including real B2B tasks), and LLM-driven task generation to ensure coverage; includes an open testbed and agent evaluations.

Introduction

Automating end-to-end data-science workflows with LLM-based agents promises to cut manual effort, but progress is hampered by a lack of benchmarks that capture the diversity and skill composition of real tasks. AgenticDataBench aims to close that gap by assembling representative datasets, decomposing tasks into reusable data-science skills, and providing fine-grained labels so evaluations reflect practical agent capabilities rather than only coarse task success.

Key Findings
  • Multi-domain coverage: The benchmark collects tasks and datasets across 15 verticals, including five real-world B2B cases, so evaluations stress domain variance and business constraints rather than toy examples. This means agent results are more indicative of production readiness.
  • Skill-level labeling: Tasks are annotated by constituent data-science skills (extraction, cleaning, joining, modeling, interpretation), enabling per-skill performance analysis. This exposes which subroutines agents struggle with and guides targeted improvements.
  • Hybrid construction: For domains lacking real tasks, the authors use an LLM-based task-generation pipeline grounded in extracted skills to produce realistic workflows, expanding coverage without excessive manual effort. This trades perfect realism for scalability while retaining skill diversity.
  • Empirical evaluation: The paper evaluates state-of-the-art data agents on the benchmark and reports detailed, skill-wise failure modes rather than only aggregate scores, highlighting gaps in data integration, unstructured-text extraction, and multi-step reasoning.
Who it's for and tradeoffs

Great fit if you build or evaluate LLM-driven data agents, research agent architectures for data integration/analysis, or need a benchmark that surfaces per-skill weaknesses. Look elsewhere if you only need single-query SQL translation tests or tiny toy tables: AgenticDataBench emphasizes realistic, multi-step workflows and requires more complex testbeds and annotation effort. The LLM-generated tasks improve coverage but may not fully substitute high-fidelity proprietary business scenarios.

Information

  • Websitearxiv.org
  • AuthorsZhaoyan Sun, Shan Zhong, Daizhou Wen, Jiaxing Han, Guoliang Li, Ying Yan, Peng Zhang, Yu Su, Xiang Qi, Baolin Sun
  • Published date2026/07/02

Categories

More Items

Treats agent self-improvement as natural selection over a population of harnesses (prompts, tools, skills, control flow), evolving a frozen-model agent by selecting harness edits that extend capability without regressing others. Uses a preserve-and-extend contract, lineage archive, and verifier-driven fitness (no gold solutions) to recombine complementary edits and transfer across benchmarks.

Supports multimodal scientific understanding, long-horizon agentic workflows and scientific tool interaction using a unified pipeline of multimodal pretraining, supervised fine-tuning and scalable multi-task reinforcement learning. Distinctive features include time-series modules for signal forecasting and a separate Memory Decoder that enables rapid domain specialization without changing the frozen 397B backbone.

Evaluates whether LLM-driven storyteller agents preserve long-horizon logical consistency under adversarial player interventions. Introduces NCP-Bench (100 movie-derived narrative environments) with structured trajectory/commitments and automatic violation checks; finds strong LLMs often contradict themselves across multi-turn interactions.