AISEFeb 27

From Flat Logs to Causal Graphs: Hierarchical Failure Attribution for LLM-based Multi-Agent Systems

Yawen Wang, Wenjie Wu, Junjie Wang, Qing Wang
arXiv:2602.23701v13 citations
Originality Highly original
AI Analysis

This addresses the issue of weak observability and ambiguous responsibility in multi-agent systems, which is crucial for developers and researchers, though it appears incremental as it builds on existing attribution methods with a novel hierarchical approach.

The paper tackles the problem of opaque failure mechanisms in LLM-powered Multi-Agent Systems by proposing CHIEF, a framework that transforms execution logs into hierarchical causal graphs for failure attribution, achieving superior accuracy on the Who&When benchmark compared to eight baselines.

LLM-powered Multi-Agent Systems (MAS) have demonstrated remarkable capabilities in complex domains but suffer from inherent fragility and opaque failure mechanisms. Existing failure attribution methods, whether relying on direct prompting, costly replays, or supervised fine-tuning, typically treat execution logs as flat sequences. This linear perspective fails to disentangle the intricate causal links inherent to MAS, leading to weak observability and ambiguous responsibility boundaries. To address these challenges, we propose CHIEF, a novel framework that transforms chaotic trajectories into a structured hierarchical causal graph. It then employs hierarchical oracle-guided backtracking to efficiently prune the search space via sybthesized virtual oracles. Finally, it implements counterfactual attribution via a progressive causal screening strategy to rigorously distinguish true root causes from propagated symptoms. Experiments on Who&When benchmark show that CHIEF outperforms eight strong and state-of-the-art baselines on both agent- and step-level accuracy. Ablation studies further confirm the critical role of each proposed module.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes