Pith. sign in

REVIEW 17 cited by

On the Resilience of LLM-Based Multi-Agent Collaboration with Faulty Agents

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2408.00989 v4 pith:Q25YYUX2 submitted 2024-08-02 cs.AI

classification cs.AI
keywords agentsresiliencefaultyleftrightarrowrightarrowsystemtasksagent
verification ladder T0 review T1 audit T2 compute T3 formal
0 comments
abstract

Large language model-based multi-agent systems have shown great abilities across various tasks due to the collaboration of expert agents, each focusing on a specific domain. However, the impact of clumsy or even malicious agents--those who frequently make errors in their tasks--on the overall performance of the system remains underexplored. This paper investigates: (1) What is the resilience of various system structures (e.g., A$\rightarrow$B$\rightarrow$C, A$\leftrightarrow$B$\leftrightarrow$C) under faulty agents, on different downstream tasks? (2) How can we increase system resilience to defend against these agents? To simulate faulty agents, we propose two approaches--AutoTransform and AutoInject--which introduce mistakes into the agents' responses. Experiments on four downstream tasks using six systems show that the "hierarchical" structure, i.e., A$\rightarrow$(B$\leftrightarrow$C), exhibits superior resilience with the lowest performance drop of 5.5%, compared to 10.5% and 23.7% of other two structures. To further improve resilience, we introduce (1) Challenger, that introduces a mechanism for each agent to challenge others' outputs, and (2) Inspector, an additional agent to review and correct messages, recovering up to 96.4% errors made by faulty agents. Our code and data are available at https://github.com/CUHK-ARISE/MAS-Resilience.

Discussion (0). Sign in to comment.

Forward citations

Cited by 17 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Prompt Infection: LLM-to-LLM Prompt Injection within Multi-Agent Systems

    cs.MA 2024-10 unverdicted novelty 8.0 of 10

    Prompt injection attacks can self-replicate across LLM agents in multi-agent systems, enabling data theft, misinformation, and system disruption while propagating silently.

  2. Hierarchical Attacks for Multi-Modal Multi-Agent Reasoning

    cs.AI 2026-05 unverdicted novelty 7.0 of 10

    HAM³ achieves up to 78.3% attack success rate on the GQA benchmark by hierarchically attacking perception, communication, and reasoning layers in multi-modal multi-agent systems.

  3. Attacks and Mitigations for Distributed Governance of Agentic AI under Byzantine Adversaries

    cs.CR 2026-05 unverdicted novelty 7.0 of 10

    Identifies concrete attacks from a malicious Provider on SAGA and proposes SAGA-BFT, SAGA-MON, SAGA-AUD, and SAGA-HYB mitigations offering different security-performance trade-offs.

  4. PropGuard: Safeguarding LLM-MAS via Propagation-Aware Exploration and Remediation

    cs.LG 2026-05 unverdicted novelty 7.0 of 10

    PropGuard is a propagation-aware framework for LLM-MAS that constructs dual-view spatio-temporal graphs, employs a GE-GRPO inspector to recover suspicious subgraphs, and applies source-guided remediation to lower atta...

  5. Improving the Efficiency of Language Agent Teams with Adaptive Task Graphs

    cs.MA 2026-05 unverdicted novelty 7.0 of 10

    LATTE coordinates LLM agent teams with an evolving shared task graph, cutting token use, time, and failures while matching or beating accuracy of MetaGPT, leader-worker, and static methods.

  6. Who&When Pro: Can LLMs Really Attribute Failures in AI Agents?

    cs.AI 2026-07 conditional novelty 6.5 of 10

    A warm-start error-injection pipeline yields 12,326 golden-labeled multimodal agent failures, and current LLMs remain weak at step-and-mode failure attribution.

  7. Opinion Polarization in LLM-Based Social Networks: Manipulation and Mitigation

    cs.SI 2026-06 unverdicted novelty 6.0 of 10

    LLM-agent simulations show limited-budget adversaries can amplify polarization in social networks and that reactive and proactive mitigations do not fully restore baseline polarization.

  8. StepFinder: A Temporal Semantic Framework for Failure Attribution in Multi-Agent Systems

    cs.AI 2026-06 unverdicted novelty 6.0 of 10

    StepFinder turns execution logs into temporal semantic sequences via LLMs then uses temporal modeling plus attention to attribute failures to specific steps more accurately and 79% faster than direct LLM methods on th...

  9. Chain-of-Models: Cross-Model Auditing for Bias-Robust LLM Judges

    cs.CL 2026-05 conditional novelty 6.0 of 10

    Per-bias selection of a cross-family LLM auditor lifts biased-judgment accuracy from 0.805/0.824 baselines to 0.884.

  10. Deterministic Inference across Tensor Parallel Sizes That Eliminates Training-Inference Mismatch

    cs.LG 2025-11 conditional novelty 6.0 of 10

    Tree-Based Invariant Kernels fix the floating-point reduction order across GPUs, making LLM logits and sampled tokens bitwise identical for tensor-parallel sizes 1/2/4/8 and exactly matching vLLM (TP=4) with FSDP (TP=1).

  11. When Autonomy Goes Rogue: Preparing for Risks of Multi-Agent Collusion in Social Systems

    cs.AI 2025-07 conditional novelty 6.0 of 10

    In a 1,000-agent social simulation, decentralized groups of malicious AI agents spread more misinformation and commit more fraud than centralized groups, and they adapt to evade content moderation.

  12. To trust or not to trust: Attention-based Trust Management for LLM Multi-Agent Systems

    cs.CR 2025-06 unverdicted novelty 6.0 of 10

    Introduces six-dimension trustworthiness definition and attention-based A-Trust score with a TMS to improve LLM-MAS robustness against malicious or unreliable messages.

  13. Hallucination as Context Drift: Synchronization Protocols for Multi-Agent LLM Systems

    cs.AI 2026-06 unverdicted novelty 5.0 of 10

    Context drift between agents causes hallucinations in multi-agent LLMs; the Shared State Verification Protocol reduces them more effectively than full-broadcast synchronization with 58% fewer API calls.

  14. OpenEvoShield: Dual Non-Stationary Continual Defense for Open-World Multi-Agent System Attacks

    cs.AI 2026-05 reject novelty 5.0 of 10

    OpenEvoShield claims to defend LLM multi-agent systems against evolving and novel attacks by combining asymmetric-rate continual learning with energy-based OOD detection.

  15. Emergent Social Intelligence Risks in Generative Multi-Agent Systems

    cs.MA 2026-03 unverdicted novelty 5.0 of 10

    Generative multi-agent systems exhibit emergent collusion and conformity behaviors that cannot be prevented by existing agent-level safeguards.

  16. Before Humans Join the Team: Diagnosing Coordination Failures in Healthcare Robot Team Simulation

    cs.RO 2025-08 unverdicted novelty 5.0 of 10

    LLM-agent simulations of hierarchical healthcare robot teams show team structure as the primary bottleneck for coordination success, more than model capability or added context, while revealing a trade-off between age...

  17. Agentic AI Security: Threats, Defenses, Evaluation, and Open Challenges

    cs.AI 2025-10 unverdicted novelty 4.0 of 10

    A survey that taxonomizes threats to agentic AI, reviews benchmarks and evaluation methods, discusses technical and governance defenses, and identifies open challenges.

Pith tools