MultiAgent Collaboration Attack: Investigating Adversarial Attacks in Large Language Model Collaborations via Debate
Alfonso Amayuelas, Xianjun Yang, Antonis Antoniades, Wenyue Hua, Liangming Pan, William Wang
TL;DR
This paper examines the robustness of multi-agent LLM collaborations conducted via debate under adversarial influence. It introduces an empirical framework to quantify adversarial persuasion using accuracy and agreement metrics across four diverse tasks, revealing that adversaries can substantially degrade consensus and performance. The study shows that improving adversarial arguments (Best-of-N, contextual knowledge) increases attack effectiveness, while simple prompt-based mitigation offers limited protection. Collectively, the work highlights the importance of developing robust collaboration protocols and defenses to ensure reliable multi-agent AI systems in high-stakes settings.
Abstract
Large Language Models (LLMs) have shown exceptional results on current benchmarks when working individually. The advancement in their capabilities, along with a reduction in parameter size and inference times, has facilitated the use of these models as agents, enabling interactions among multiple models to execute complex tasks. Such collaborations offer several advantages, including the use of specialized models (e.g. coding), improved confidence through multiple computations, and enhanced divergent thinking, leading to more diverse outputs. Thus, the collaborative use of language models is expected to grow significantly in the coming years. In this work, we evaluate the behavior of a network of models collaborating through debate under the influence of an adversary. We introduce pertinent metrics to assess the adversary's effectiveness, focusing on system accuracy and model agreement. Our findings highlight the importance of a model's persuasive ability in influencing others. Additionally, we explore inference-time methods to generate more compelling arguments and evaluate the potential of prompt-based mitigation as a defensive strategy.
