paper-with-me

홈 › Papers

Why Do Multi-Agent LLM Systems Fail?

2025-03-17 · Mert Cemri, Melissa Z. Pan, Shuyi Yang, Lakshya A. Agrawal, Bhavya Chopra, Rishabh Tiwari, Kurt Keutzer, Aditya Parameswaran, Dan Klein, Kannan Ramchandran, Matei Zaharia, Joseph E. Gonzalez, Ion Stoica

Despite growing enthusiasm for Multi-Agent Systems (MAS), where multiple LLM agents collaborate to accomplish tasks, their performance gains across popular benchmarks remain minimal compared to single-agent frameworks. This gap highlights the need to analyze the challenges hindering MAS effectiveness. In this paper, we present the first comprehensive study of MAS challenges. We analyze five popular MAS frameworks across over 150 tasks, involving six expert human annotators. We identify 14 unique failure modes and propose a comprehensive taxonomy applicable to various MAS frameworks. This taxonomy emerges iteratively from agreements among three expert annotators per study, achieving a Cohen's Kappa score of 0.88. These fine-grained failure modes are organized into 3 categories, (i) specification and system design failures, (ii) inter-agent misalignment, and (iii) task verification and termination. To support scalable evaluation, we integrate MASFT with LLM-as-a-Judge. We also explore if identified failures could be easily prevented by proposing two interventions: improved specification of agent roles and enhanced orchestration strategies. Our findings reveal that identified failures require more complex solutions, highlighting a clear roadmap for future research. We open-source our dataset and LLM annotator.

📄 PDF Abstract BibTeX arXiv:2503.13657

Code (1)

multi-agent-systems-failure-taxonomy/MASFT 공식 구현

Methods 이 논문이 사용한 방법론

MAS This optimizer mix ADAM and SGD creating the MAS optimizer.

Similar Papers 제목 키워드 기반

Which Agent Causes Task Failures and When? On Automated Failure Attribution of LLM Multi-Agent Systems

2025-04-30 · Shaokun Zhang, Ming Yin, Jieyu Zhang, Jiale Liu 외

Failure attribution in LLM multi-agent systems-identifying the agent and step responsible for task failures-provides crucial clues for systems debugging but remains underexplored and labor-intensive. In this paper, we pr…

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

2026-07-08 · Yufei Xia, Anjun Gao, Yueyang Quan, Zhuqing Liu 외 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 fail…

AgenTracer: Who Is Inducing Failure in the LLM Agentic Systems?

2025-09-03 · Guibin Zhang, Junhao Wang, Junjie Chen, Wangchunshu Zhou 외 arxiv

Large Language Model (LLM)-based agentic systems, often comprising multiple models, complex tool invocations, and orchestration protocols, substantially outperform monolithic agents. Yet this very sophistication amplifie…

Reinforcement Learning

Efficient Failure Management for Multi-Agent Systems with Reasoning Trace Representation

2026-03-23 · Lingzhe Zhang, Tong Jia, Mingyu Wang, Weijie Hong 외 arxiv

Large Language Models (LLM)-based Multi-Agent Systems (MASs) have emerged as a new paradigm in software system design, increasingly demonstrating strong reasoning and collaboration capabilities. As these systems become m…

Contrastive Learning

Risk Analysis Techniques for Governed LLM-based Multi-Agent Systems

2025-08-06 · Alistair Reid, Simon O'Callaghan, Liam Carroll, Tiberio Caetano arxiv

Organisations are starting to adopt LLM-based AI agents, with their deployments naturally evolving from single agents towards interconnected, multi-agent networks. Yet a collection of safe agents does not guarantee a saf…

Red Teaming