arXiv:2605.30434: LongDS-Bench reveals AI agents' decline on long analyses
LongDS-Bench is a new benchmark for evaluating AI agents on multi-turn data analysis tasks. It contains 68 tasks and 2,225 turns from real Kaggle notebooks, and five leading models show significant degradation over long horizons — the best achieves only 48.45% average accuracy.
This article was generated using artificial intelligence from primary sources.
A new paper titled “LongDS-Bench: On the Failure of Long-Horizon Agentic Data Analysis” presents a benchmark that evaluates AI agents on multi-turn data analysis tasks. The authors are Kewei Xu, Xiaoben Lu, Shuofei Qiao, Zihan Ding, Haoming Xu, Lei Liang and Ningyu Zhang.
What is LongDS-Bench?
LongDS-Bench is an evaluation suite composed of 68 tasks and 2,225 turns derived from real Kaggle notebooks. The tasks cover six domains, including geoscience, business and education. The goal is to test whether agents can maintain analytical context across long, multi-turn interactions.
How poorly do models perform over long horizons?
The results are damning: the best model achieves only 48.45% average accuracy. In testing five leading models, performance drops by almost 47 points from early to late turns. Long-horizon errors make up between 52% and 69% of all failures.
What is the real cause of failure?
The key finding is that the main bottleneck is maintaining the correct analytical state, not increasing the interaction budget. In other words, additional computation steps in themselves do not solve the fundamental challenge of preserving state across long tasks. The researchers released the benchmark to encourage the development of more reliable agentic systems for data analysis.
Frequently Asked Questions
- What is LongDS-Bench?
- LongDS-Bench is a benchmark for evaluating AI agents on multi-turn data analysis tasks, built from 68 tasks and 2,225 turns from real Kaggle notebooks across six domains.
- What is the main problem they found?
- The key bottleneck is maintaining the correct analytical state across long interactions, not increasing the interaction budget. Performance drops by almost 47 points from early to late turns.
Sources
📬 AI news in your inbox
A daily digest built your way — pick topics, sources and cadence. One-click unsubscribe.
Related news
arXiv:2607.13034: E3 framework — agents estimate task complexity and use 91% fewer tokens
arXiv:2607.12463: function-aware FIM mid-training boosts coding agents up to +5.4 on SWE-Bench
arXiv:2607.12385: PM-Bench measures 'prospective memory' in agents — best GPT-5.4 scores only 65.1% F1