Daily Tech Briefing
AI 科技速览

每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。

AI 快讯
arXiv Machine Learning · 2026/7/31 04:00:00

Benchmarking the Residual: What Long-Horizon Evaluations Add Beyond Matched Short-Task Performance

AI 中文解读
AI智能体做长任务时总容易“掉链子”,但过去我们只知道它失败,却说不清是任务太长导致失误堆积,还是前面做过的步骤污染了后面的判断。这篇论文提出一个关键新概念:要把完整任务的成功率,和把任务拆成短步骤后预测出的成功率做对比,差值就是“长程残差”。只有这个差值显著,才能算真正的“长程失败”,而不是普通的多步犯错。 打个比方,就像让学生做一套超长试卷,如果他的最后得分远远低于每道小题单独做时的平均分,那就说明卷子的长度或前后题目之间的干扰才是问题;如果差不多,那他只是难题不会做而已。论文还强调,对比时必须使用同一个AI模型,并提前定好任务分段、检查点和预算,这样才能排除其他变量的干扰。 这项研究对未来AI应用很重要。现在AI助手越来越常被用于客服、写作、编程等需要连续处理多步任务的工作。只有在“长程残差”的帮助下,开发者才能精准定位AI是在哪一步开始“犯迷糊”,从而针对性改进,而不是盲目优化。对普通用户来说,这意味着未来的AI助手在处理复杂任务时会更加可靠、不易中断或跑偏。
arXiv:2607.27283v1 Announce Type: new Abstract: Long-horizon benchmarks often show that agents fail more as tasks become longer. This observation is useful for deployment, but it does not by itself explain why failure occurs. More stages create more opportunities for ordinary errors to compound; longer tasks may also contain harder individual decisions or become harder as conversation history, tool outputs, and environment changes accumulate. We use trajectory-induced degradation to mean this last possibility: earlier execution makes later work harder. When the harmful accumulation is specifically the text visible to the model, it is often called context rot. In this position paper, we argue that to claim a "long-horizon failure", benchmarks must compare actual full-task success against a baseline prediction built from short, individual stages. We call the log-ratio between this prediction and actual success the horizon residual. The comparison must use the same agent configuration and specify in advance how stages, checkpoints, information, and budgets will be chosen. The residual shows that the full rollout differs from the chosen baseline; targeted experiments are still needed to explain why.
分享
阅读原文