根因归因是搜索问题:面向长程智能体故障的 Continual Search

HuggingFace Daily Papers(社区热门论文)·2026-09-11 08:00·5天前
AI 导读

研究者提出迭代框架 Continual Search,通过多轮持续搜寻未解决的诊断证据,解决 LLM 一次性判断过早收敛、遗漏长轨迹关键证据的问题。在四个现有 RCA 基准及新提出的 MegaRCA-Mix(50 个人工标注失败案例)上,该方法将 GPT-5.5 的 F1 从 0.349 提升至 0.498,增幅超 40%。

HuggingFace Daily Papers(社区热门论文)
45AI 编辑部评分,满分 100

根因归因是搜索问题:面向长程智能体故障的 Continual Search

2026-09-11 08:00· 5天前
AI 导读

研究者提出迭代框架 Continual Search,通过多轮持续搜寻未解决的诊断证据,解决 LLM 一次性判断过早收敛、遗漏长轨迹关键证据的问题。在四个现有 RCA 基准及新提出的 MegaRCA-Mix(50 个人工标注失败案例)上,该方法将 GPT-5.5 的 F1 从 0.349 提升至 0.498,增幅超 40%。

The increasing deployment of AI agents in long-horizon tasks yields massive execution logs. Diagnosing failures within these records is crucial for reliability, as it transforms outcome-level signals into actionable interventions. The sheer scale of the data renders human review impractical, driving the need for automated root-cause attribution (RCA). However, automated RCA methods using LLMs suffer from low diagnostic accuracy, especially as execution traces grow larger. They struggle because relevant information is often sparse, distributed across distant actions, and disconnected from the visible failure, reducing root-cause attribution to a massive search problem.

Existing RCA methods typically rely on one-shot LLM judgments to diagnose failures from execution traces. While effective for shorter trajectories, these judges tend to settle on a plausible diagnosis early, leaving critical evidence in longer traces unexamined. We introduce Continual Search, an iterative framework that nudges the judge, over successive turns, to keep searching for unresolved diagnostic evidence. We evaluate Continual Search across four existing RCA benchmarks. Recognizing the lack of massive execution traces in current benchmarks, we introduce MegaRCA-Mix to evaluate RCA at scale.

MegaRCA-Mix provides a challenging testbed of 50 human-annotated failure trials spanning long-horizon, execution-heavy tasks. Across multiple benchmark suites and model families, Continual Search consistently improves attribution performance. On MegaRCA-Mix, for example, it improves GPT-5.5's F1 score by more than 40%, from 0.349 to 0.498. More interestingly, within the same model family, lower-tier models can even surpass their higher-tier counterparts, demonstrating that effective search supersedes raw model scale.

来源:HuggingFace Daily Papers(社区热门论文)· arxiv.org