AICLLGMAFeb 9, 2025

Training Language Models for Social Deduction with Multi-Agent Reinforcement Learning

arXiv:2502.06060v115 citationsh-index: 66Has CodeAAMAS
Originality Highly original
AI Analysis

This work addresses the problem of effective communication in complex social settings for autonomous agents and humans, providing an incremental improvement in multi-agent reinforcement learning.

The authors tackled the problem of training language models for social deduction in multi-agent settings, achieving a doubling of win rates compared to standard RL. They trained models to have productive discussions about their environment in natural language without human demonstrations.

Communicating in natural language is a powerful tool in multi-agent settings, as it enables independent agents to share information in partially observable settings and allows zero-shot coordination with humans. However, most prior works are limited as they either rely on training with large amounts of human demonstrations or lack the ability to generate natural and useful communication strategies. In this work, we train language models to have productive discussions about their environment in natural language without any human demonstrations. We decompose the communication problem into listening and speaking. Our key idea is to leverage the agent's goal to predict useful information about the world as a dense reward signal that guides communication. Specifically, we improve a model's listening skills by training them to predict information about the environment based on discussions, and we simultaneously improve a model's speaking skills with multi-agent reinforcement learning by rewarding messages based on their influence on other agents. To investigate the role and necessity of communication in complex social settings, we study an embodied social deduction game based on Among Us, where the key question to answer is the identity of an adversarial imposter. We analyze emergent behaviors due to our technique, such as accusing suspects and providing evidence, and find that it enables strong discussions, doubling the win rates compared to standard RL. We release our code and models at https://socialdeductionllm.github.io/

Code Implementations1 repo
Foundations

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

Your Notes