NeFut Logo NeFut
Admin Login

[CS.AI] Unveiling System Failures: Fault Localization in LLM-Based Multi-Agent Systems

Published at: 2026-07-11 22:00 Last updated: 2026-07-13 08:40
#algorithm #AI #Machine Learning

Large language model (LLM) based multi-agent systems enable complex problem solving through coordinated reasoning and action, but their distributed structure introduces new challenges in diagnosing system-level failures. When an execution fails, identifying which agent is responsible and at what point the trajectory first becomes irreversibly misdirected is difficult due to long-horizon interactions and tightly coupled agent behaviors.

In this paper, we study the problem of failure localization in LLM-based multi-agent systems and present AgentLocate, a framework that attributes failures to both a specific agent and the earliest decisive step. AgentLocate combines an LLM-based judging mechanism with multi-perspective verification by independent evaluators, whose assessments are aggregated using a confidence-aware strategy. The resulting feedback is further used to adapt the judge through lightweight fine-tuning, improving attribution quality.

We evaluate AgentLocate on two complementary benchmarks covering diverse tasks, agent configurations, and trajectory lengths. Experimental results show that AgentLocate consistently outperforms existing failure localization methods in identifying both responsible agents and failure steps, while remaining efficient in terms of token usage and running time.

Blogger's Review: This study provides an innovative solution to the fault localization problem in LLM-based multi-agent systems. By integrating multi-perspective evaluation and lightweight fine-tuning, it significantly enhances the accuracy and efficiency of fault attribution, offering substantial practical application value.

Original Source: https://arxiv.org/abs/2607.07989

[h] Back to Home