This Is Your Doge, If It Please You: Exploring Deception and Robustness in Mixture of LLMs
Lorenz Wolf, Sangwoong Yoon, Ilija Bogunovic
TL;DR
This paper provides, for the first time, a comprehensive evaluation of deception and robustness in Mixture of LLMs (MoA) architectures. It shows that even a single deceptive agent can substantially erode MoA gains on AlpacaEval 2.0 and QuALITY, with vulnerability amplified under partial and distributed information settings. The authors propose unsupervised defenses inspired by the Doge election process and demonstrate that methods such as Dropout & Cluster or Cluster & Filter can practically recover much of the lost performance without retraining. These findings highlight both the fragility and potential resilience of MoA systems in high-stakes applications, and they call for standardized adversarial safety evaluations and further defense development.
Abstract
Mixture of large language model (LLMs) Agents (MoA) architectures achieve state-of-the-art performance on prominent benchmarks like AlpacaEval 2.0 by leveraging the collaboration of multiple LLMs at inference time. Despite these successes, an evaluation of the safety and reliability of MoA is missing. We present the first comprehensive study of MoA's robustness against deceptive LLM agents that deliberately provide misleading responses. We examine factors like the propagation of deceptive information, model size, and information availability, and uncover critical vulnerabilities. On AlpacaEval 2.0, the popular LLaMA 3.1-70B model achieves a length-controlled Win Rate (LC WR) of 49.2% when coupled with 3-layer MoA (6 LLM agents). However, we demonstrate that introducing only a $\textit{single}$ carefully-instructed deceptive agent into the MoA can reduce performance to 37.9%, effectively nullifying all MoA gains. On QuALITY, a multiple-choice comprehension task, the impact is also severe, with accuracy plummeting by a staggering 48.5%. Inspired in part by the historical Doge of Venice voting process, designed to minimize influence and deception, we propose a range of unsupervised defense mechanisms that recover most of the lost performance.
