Root-Cause Attribution Is a Search Problem: Continual Search for Long-Horizon Agent Failures

Harsh Raj, David Lee, Anas Mahmoud, Renxiong Wang, Razvan-Gabriel Dumitru, Chenguang Wang, Tong Zhao, Yunzhong He, Darvin Yi, Vipul Gupta

arXiv:2609.13463 · 2026-09-16 공개 · arXiv · PDF

long-horizon model-scale iterative-framework llm-diagnosis mega-rca-mix failure-diagnosis root-cause-attribution execution-logs

Abstract

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.

한국어 요약

한 줄 요약

긴 시간 범위의 에이전트 실패 원인을 추적하는 문제를 반복적 탐색 프레임워크로 해결하여 GPT-5.5의 F1 점수를 0.349에서 0.498로 40% 이상 향상시킨다.

핵심 기여도

핵심 아이디어

기존의 RCA 방법은 LLM을 사용하여 실행 추적을 단일 패스로 분석하는 one-shot 판단 방식을 채택한다. 하지만 긴 실행 추적에서 유의미한 정보는 희소하고, 멀리 분산되어 있어 단일 판단으로는 충분히 탐색할 수 없다. 이에 따라, **Root-Cause Attribution은 대규모 탐색 문제**로 재정의되어야 한다는 통찰이 제시된다.

이에 따라, **Continual Search**라는 반복적 탐색 프레임워크가 제안된다. 이는 **LLM judge가 여러 턴을 거치며 새로운 증거를 지속적으로 탐색**하도록 유도하는 방식이다. 각 턴에서 judge는 이전에 탐색하지 못한 증거를 찾아내고, 이를 바탕으로 초기 진단을 수정하거나 확장한다. 이는 단순히 판단을 반복하는 것이 아니라, **증거 공간을 확장하며 탐색을 지속하는 알고리즘적 접근**이다.

기술적 접근법

주요 결과

의의 및 한계

실용적 활용