paper-with-me

홈 › Papers

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

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

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.

📄 PDF Abstract BibTeX arXiv:2609.13463

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

BALANCE: Bayesian Linear Attribution for Root Cause Localization

2023-01-31 · Chaoyu Chen, Hang Yu, Zhichao Lei, Jianguo Li 외

Root Cause Analysis (RCA) plays an indispensable role in distributed data system maintenance and operations, as it bridges the gap between fault detection and system recovery. Existing works mainly study multidimensional…

Explainable Artificial Intelligence (XAI)Fault DetectionFault localizationfeature selection

Score-based Integrated Gradient for Root Cause Explanations of Outliers

2026-01-29 · Phuoc Nguyen, Truyen Tran, Sunil Gupta, Svetha Venkatesh arxiv

Identifying the root causes of outliers is a fundamental problem in causal inference and anomaly detection. Traditional approaches based on heuristics or counterfactual reasoning often struggle under uncertainty and high…

Computational EfficiencyAnomaly DetectionCausal Inference

LongRCA Bench: Diagnosing Responsible Roles and Root Causes in Long-Horizon Agent Failures

2026-08-15 · Yunfei Zhang, Boyu Feng, Changhua Pei, Zexin Wang 외 arxiv

When a long-horizon agent execution fails, outcome-level evaluation reveals the unsuccessful result but not where the decisive error entered the trajectory. Developers must then inspect the full execution to identify the…

Conditional Attribution for Root Cause Analysis in Time-Series Anomaly Detection

2026-04-19 · Shashank Mishra, Karan Patil, Cedric Schockaert, Didier Stricker 외 arxiv

Root cause analysis (RCA) for time-series anomaly detection is critical for the reliable operation of complex real-world systems. Existing explanation methods often rely on unrealistic feature perturbations and ignore te…

Computational EfficiencyAnomaly Detection

Root Cause Explanation of Outliers under Noisy Mechanisms

2023-12-19 · Phuoc Nguyen, Truyen Tran, Sunil Gupta, Thin Nguyen 외

Identifying root causes of anomalies in causal processes is vital across disciplines. Once identified, one can isolate the root causes and implement necessary measures to restore the normal operation. Causal processes ar…

Attribute