Colosseum: Auditing Collusion in Cooperative Multi-Agent Systems
Mason Nakamura, Abhinav Kumar, Saswat Das, Sahar Abdelnabi, Saaduddin Mahmud, Ferdinando Fioretto, Shlomo Zilberstein, Eugene Bagdasarian
TL;DR
Colosseum addresses collusion risk in LLM-driven cooperative multi-agent systems by formalizing collusion as a deviation from a nominal DCOP objective, and auditing it via regret relative to the cooperative optimum. It introduces a mixed objective $F_\lambda(x) = (1-\lambda)F_n(x) + \lambda F_c(x)$ and a $Delta$-collusion criterion to enable counterfactual evaluation, decomposing contributing factors into objective misalignment, persuasion, and network influence. The authors instantiate two real-world-inspired DCOP environments (Hospital and Jira) plus a meeting-scheduling benchmark to demonstrate emergent, attempted, and hidden collusion across models and topologies, and show that regret-based auditing reveals issues overlooked by LLM-a-judge scores alone. The work provides a formal, auditable framework for evaluating and mitigating collusion risks in deploying safe, scalable multi-agent systems.
Abstract
Multi-agent systems, where LLM agents communicate through free-form language, enable sophisticated coordination for solving complex cooperative tasks. This surfaces a unique safety problem when individual agents form a coalition and \emph{collude} to pursue secondary goals and degrade the joint objective. In this paper, we present Colosseum, a framework for auditing LLM agents' collusive behavior in multi-agent settings. We ground how agents cooperate through a Distributed Constraint Optimization Problem (DCOP) and measure collusion via regret relative to the cooperative optimum. Colosseum tests each LLM for collusion under different objectives, persuasion tactics, and network topologies. Through our audit, we show that most out-of-the-box models exhibited a propensity to collude when a secret communication channel was artificially formed. Furthermore, we discover ``collusion on paper'' when agents plan to collude in text but would often pick non-collusive actions, thus providing little effect on the joint task. Colosseum provides a new way to study collusion by measuring communications and actions in rich yet verifiable environments.
