LGNov 24, 2025

Learning Robust Social Strategies with Large Language Models

arXiv:2511.19405v23 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of aligning AI agents in multi-agent settings to prevent exploitation and improve cooperation, which is incremental as it builds on existing opponent-learning awareness methods.

The paper tackles the problem of multi-agent interactions in social dilemmas where reinforcement learning (RL) tends to produce self-interested policies in large language models (LLMs), leading to poor collective welfare; it adapts the Advantage Alignment algorithm and introduces a group-relative baseline to train LLMs for cooperation, achieving higher collective payoffs across various social dilemmas.

As agentic AI becomes more widespread, agents with distinct and possibly conflicting goals will interact in complex ways. These multi-agent interactions pose a fundamental challenge, particularly in social dilemmas, where agents' individual incentives can undermine collective welfare. While reinforcement learning (RL) has been effective for aligning large language models (LLMs) in the single-agent regime, prior small-network results suggest that standard RL in multi-agent settings often converges to defecting, self-interested policies. We show the same effect in LLMs: despite cooperative priors, RL-trained LLM agents develop opportunistic behavior that can exploit even advanced closed-source models. To address this tendency of RL to converge to poor equilibria, we adapt a recent opponent-learning awareness algorithm, Advantage Alignment, to fine-tune LLMs toward multi-agent cooperation and non-exploitability. We then introduce a group-relative baseline that simplifies advantage computation in iterated games, enabling multi-agent training at LLM scale. We also contribute a novel social dilemma environment, Trust-and-Split, which requires natural language communication to achieve high collective welfare. Across a wide range of social dilemmas, policies learned with Advantage Alignment achieve higher collective payoffs while remaining robust against exploitation by greedy agents. We release all of our code to support future work on multi-agent RL training for LLMs.

Foundations

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

Your Notes