paper-with-me

홈 › Papers

Who Broke the System? Failure Localization in LLM-Based Multi-Agent Systems

2026-07-08 · Yufei Xia, Anjun Gao, Yueyang Quan, Zhuqing Liu, Minghong Fang arxiv

Large language model (LLM) based multi-agent systems enable complex problem solving through coordinated reasoning and action, but their distributed structure also 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.

📄 PDF Abstract BibTeX arXiv:2607.07989

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Code Broker: A Multi-Agent System for Automated Code Quality Assessment

2026-04-25 · Samer Attrah arxiv

We present Code Broker, a multi agent system built on Google s Agent Development Kit ADK that analyses Python source code from individual files, local directory trees, or remote GitHub repositories and generates structur…

Prompt Engineering

Reimagining Peer Review Process Through Multi-Agent Mechanism Design

2026-01-27 · Ahmad Farooq, Kamran Iqbal arxiv

The software engineering research community faces a systemic crisis: peer review is failing under growing submissions, misaligned incentives, and reviewer fatigue. Community surveys reveal that researchers perceive the p…

Multi-agent Reinforcement Learning

BrokenVideos: A Benchmark Dataset for Fine-Grained Artifact Localization in AI-Generated Videos

2025-06-25 · Jiahao Lin, Weixuan Peng, Bojia Zi, Yifeng Gao 외

Recent advances in deep generative models have led to significant progress in video generation, yet the fidelity of AI-generated videos remains limited. Synthesized content often exhibits visual artifacts such as tempora…

Artifact DetectionBenchmarkingVideo Generation

Adaptive Root Cause Localization for Microservice Systems with Multi-Agent Recursion-of-Thought

2025-08-28 · Lingzhe Zhang, Tong Jia, Kangjin Wang, Weijie Hong 외 arxiv

As contemporary microservice systems become increasingly popular and complex-often comprising hundreds or even thousands of fine-grained, interdependent subsystems-they are facing more frequent failures. Ensuring system …

Bridging Protocol and Production: Design Patterns for Deploying AI Agents with Model Context Protocol

2026-03-12 · Vasundra Srinivasan arxiv

The Model Context Protocol (MCP) standardizes how AI agents discover and invoke external tools, with over 10,000 active servers and 97 million monthly SDK downloads as of early 2026. Yet MCP does not yet standardize how …