Research Papers 论文研究 6h ago Updated 47m ago 更新于 47分钟前 46

LongDS-Bench: On the Failure of Long-Horizon Agentic Data Analysis LongDS-Bench:长周期代理数据分析的失败

The latest travesty in AI benchmarks isn’t that they exist, but that they’ve been so spectacularly blind to how real work actually happens. The introduction of LongDS is less a new research contribution and more a damning indictment of the industry’s collective amnesia. We’ve spent years building and celebrating agents that can ace a single, discrete puzzle in a clean vacuum, while the entire messy, iterative, state-heavy reality of professional analysis remained an untested afterthought. This p 人工智能基准测试最新的荒谬之处,不在于它们本身的存在,而在于它们对真实工作方式的惊人漠视。LongDS 的推出与其说是新的研究成果,不如说是对整个行业集体健忘症的严厉控诉。我们多年来都在构建并推崇那些能在纯净环境中轻松解决单一离散问题的智能体,而专业分析中整个混乱、迭代、依赖状态的现实却始终是未经检验的次要议题。这篇论文不仅仅是在排行榜上增加一个条目,它更是为这个一直在优化错误目标的领域举起了一面镜子。

60
Hot 热度
80
Quality 质量
60
Impact 影响力

Analysis 深度分析

The latest travesty in AI benchmarks isn’t that they exist, but that they’ve been so spectacularly blind to how real work actually happens. The introduction of LongDS is less a new research contribution and more a damning indictment of the industry’s collective amnesia. We’ve spent years building and celebrating agents that can ace a single, discrete puzzle in a clean vacuum, while the entire messy, iterative, state-heavy reality of professional analysis remained an untested afterthought. This paper isn’t just adding another leaderboard; it’s holding up a mirror to a field that has been optimizing for the wrong thing.

The core thesis is simple and brutal: current data analysis agents are functionally illiterate when it comes to maintaining a coherent story over time. LongDS, built from real Kaggle notebooks, isn’t a synthetic test; it’s a simulation of the actual work data scientists do—jumping between hypotheses, revising assumptions, rolling back dead ends, and composing analyses from previous steps. The average dependency span of 11.3 turns is where the real work lives. The fact that the best model only hits 48.45% accuracy, and that performance nosedives by 47 points from early to late turns, isn't a minor technical gap. It’s a catastrophic failure of architecture. It proves these models aren’t “reasoning”; they’re pattern-matching their way through the first few steps before their context windows or internal representations turn to mush.

This exposes the industry’s dangerous obsession with “agentic” capabilities as largely theater. We see demos of agents executing perfect, linear plans, and we mistake that for intelligence. But intelligence, especially in analysis, is about state management—the ability to hold a complex, evolving mental model, to know what’s currently true, what was true before you pivoted, and how to graft a new idea onto an old foundation. The finding that “additional agent steps do not necessarily improve performance” is the killer insight. It means the problem isn’t a lack of computational budget or planning steps; it’s a fundamental deficit in the kind of structured memory required for deep, persistent work. Throwing more “agent steps” at this is like trying to fix a memory leak by buying more RAM; you’re treating the symptom while the underlying architecture is rotten.

What LongDS really measures is the cost of context decay. The “long-horizon errors” that account for 52-69% of failures are the ghosts of abandoned paths, the forgotten nuances, the overwritten variables. This is where human analysts excel and current AI falls apart. We naturally build and prune a mental “tree” of analysis, maintaining weak links to discarded branches in case we need to backtrack. Our models, by contrast, seem to operate on a fragile, linear “now” that is hopelessly overwritten by the next prompt. The benchmark’s design around state-evolution patterns like counterfactuals and rollbacks is a direct attack on this brittleness. It’s saying, “You want to be an analyst? Then prove you can handle regret, revision, and complexity.”

Ultimately, this work is a necessary course correction. For too long, the race has been toward larger models and flashier, single-shot demos. LongDS argues that the future of useful, reliable AI isn’t just about scale, but about specialized architectural innovation in state tracking and hierarchical memory. The Kaggle-based provenance of the tasks adds weight; this isn’t abstract, it’s the gritty work of extracting insights from messy datasets. Until our models can demonstrate they can do the same—hold a multi-threaded, evolving analysis together for more than a handful of turns—the “AI data scientist” will remain a captivating but hollow parlor trick. We’ve been building skyscrapers on sand; it’s time to study geology.

人工智能基准测试最新的荒谬之处,不在于它们本身的存在,而在于它们对真实工作方式的惊人漠视。LongDS 的推出与其说是新的研究成果,不如说是对整个行业集体健忘症的严厉控诉。我们多年来都在构建并推崇那些能在纯净环境中轻松解决单一离散问题的智能体,而专业分析中整个混乱、迭代、依赖状态的现实却始终是未经检验的次要议题。这篇论文不仅仅是在排行榜上增加一个条目,它更是为这个一直在优化错误目标的领域举起了一面镜子。

人工智能基准测试最新的荒谬之处,不在于它们本身的存在,而在于它们对真实工作方式的惊人漠视。LongDS 的推出与其说是新的研究成果,不如说是对整个行业集体健忘症的严厉控诉。我们多年来都在构建并推崇那些能在纯净环境中轻松解决单一离散问题的智能体,而专业分析中整个混乱、迭代、依赖状态的现实却始终是未经检验的次要议题。这篇论文不仅仅是在排行榜上增加一个条目,它更是为这个一直在优化错误目标的领域举起了一面镜子。

核心论点简单而尖锐:当前的数据分析智能体在维持长期连贯叙事方面,功能上近乎"文盲"。LongDS 基于真实的 Kaggle 笔记本构建,这不是合成测试,而是对数据科学家实际工作的模拟——他们在假设间跳跃、修正前提、回退到死胡同,并从先前的步骤中组合分析。平均依赖跨度达11.3个回合,正是真正的价值所在。最先进的模型仅能达到48.45%的准确率,且性能从早期到晚期回合暴跌47个百分点,这绝非微小的技术差距,而是架构的灾难性失败。这证明这些模型并非在"推理",而是在上下文窗口或内部表征化为混沌前,机械地模式匹配最初几步。

这揭示了行业对"智能体能力"的危险痴迷很大程度上是场表演。我们看到智能体执行完美线性计划的演示,误以为那就是智能。但智能,尤其在分析领域,本质是状态管理——即维持复杂演变心智模型的能力,知道当前何为真、转向之前何为实。

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

评测 评测 基准测试 基准测试 Agent Agent 数据集 数据集
Share: 分享到: