CLAIAug 24, 2025

LLMs Can't Handle Peer Pressure: Crumbling under Multi-Agent Social Interactions

arXiv:2508.18321v27 citationsh-index: 77Has Code
Originality Incremental advance
AI Analysis

This addresses the challenge of deploying LLMs in collaborative multi-agent systems for applications like collective intelligence, though it is incremental in extending prior work on conformity bias.

The paper tackles the problem of how large language models (LLMs) perform in multi-agent social interactions, such as forming trust and resisting misinformation, and finds that while a reinforcement learning method (GRPO) improves performance, it reduces robustness to social influence.

Large language models (LLMs) are increasingly deployed in multi-agent systems (MAS) as components of collaborative intelligence, where peer interactions dynamically shape individual decision-making. Although prior work has focused on conformity bias, we extend the analysis to examine how LLMs form trust from previous impressions, resist misinformation, and integrate peer input during interaction, key factors for achieving collective intelligence under complex social dynamics. We present KAIROS, a benchmark simulating quiz contests with peer agents of varying reliability, offering fine-grained control over conditions such as expert-novice roles, noisy crowds, and adversarial peers. LLMs receive both historical interactions and current peer responses, allowing systematic investigation into how trust, peer action, and self-confidence influence decisions. As for mitigation strategies, we evaluate prompting, supervised fine-tuning, and reinforcement learning, Group Relative Policy Optimisation (GRPO), across multiple models. Our results reveal that GRPO with multi-agent context combined with outcome-based rewards and unconstrained reasoning achieves the best overall performance, but also decreases the robustness to social influence compared to Base models. The code and datasets are available at: https://github.com/declare-lab/KAIROS.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes