LGAICLMAMay 28

LongDS-Bench: On the Failure of Long-Horizon Agentic Data Analysis

arXiv:2605.3043496.5h-index: 13Has Code
AI Analysis

This work addresses the critical gap in evaluating AI agents' ability to maintain analytical context over long horizons in iterative data analysis, which is a significant problem for researchers developing robust AI agents for complex real-world tasks.

This paper introduces LongDS, a benchmark for long-horizon, multi-turn data analysis, featuring 68 tasks from real-world Kaggle notebooks and 2,225 turns. Evaluating five state-of-the-art models, the best model achieved only 48.45% average accuracy, with performance dropping nearly 47 points from early to late turns, and long-horizon errors accounting for 52%-69% of failures.

Real-world data analysis is inherently iterative, yet existing benchmarks mostly evaluate isolated or short interactive tasks, leaving agents' ability to track evolving analytical context over long horizons untested. We introduce LongDS, a benchmark for long-horizon, multi-turn data analysis where agents must maintain, update, restore, and compose evolving analytical states. LongDS comprises 68 tasks constructed from real-world Kaggle notebooks, spanning 2,225 turns across six domains including Geoscience, Business, and Education. Tasks are designed around state-evolution patterns (e.g., counterfactual perturbation, rollback, multi-state composition), with an average dependency span of 11.3 turns. Evaluating five state-of-the-art models, we find that the best model reaches only 48.45% average accuracy, performance drops nearly 47 points from early to late turns, and long-horizon errors account for 52%--69% of failures. Further analysis shows that additional agent steps do not necessarily improve performance, suggesting that the key bottleneck is maintaining a correct analytical state rather than increasing interaction budget. We release LongDS to support research on reliable long-horizon agentic data analysis. Code and data will be released at https://github.com/zjunlp/DataMind.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes