Evaluating Generalization Capabilities of LLM-Based Agents in Mixed-Motive Scenarios Using Concordia¶
🕒 Published (v1): 2025-12-03 00:11 UTC · Source: Arxiv · Venue: NEURIPS · link
Ask a follow-up
Open an assistant pre-loaded with this paper's context.
💬 Ask ChatGPT✦ Ask Claude
TL;DR¶
This paper introduces the Concordia Contest (NeurIPS 2024), a principled benchmark for evaluating zero-shot cooperative generalization in LLM-based agents across mixed-motive social scenarios. Using Google DeepMind's Concordia simulation framework, 25 teams competed across five text-based cooperative substrates. Results reveal that current LLM agents achieve only moderate cooperative performance (mean score 0.426), with persuasion and norm enforcement as primary capability gaps.
Problem¶
Existing multi-agent benchmarks evaluate LLM agents in fixed-partner settings or purely competitive games, failing to measure whether cooperative social capabilities generalize to novel partners and contexts. The gap between isolated skill tests and the robust zero-shot generalization required for real-world social deployment is unmeasured.
Method¶
The contest operationalizes cooperative intelligence via two generalization axes: substrate-aware (generalization across environment rules modeled as POSGs-without-rewards) and population-aware (resident scenarios where the focal agent is the majority vs. visitor scenarios where it is the minority). Agents are submitted as scaffolding functions wrapping a fixed Gemma 2 9B model to control for model capability differences. A "veil of ignorance" separates development-phase and held-out evaluation-phase scenarios. Performance is measured by Elo ratings, Iterative Maximal Lotteries, Copeland, and Ranked Pairs, plus Bayesian hierarchical beta-regression on pre-registered scenario tags (persuasion, coordination, calculation, norm-following, etc.) and latent capability inference via Measurement Layouts.
Key Contributions¶
- Formal protocol for cooperative intelligence measurement via substrate-aware and population-aware generalization in Partially-Observable Stochastic Games
- Five novel text-based cooperation-eliciting substrates: Reality Show, Pub Coordination, Haggling, Labor Collective Action, and State Formation, spanning negotiation, coordination, collective action, and norm enforcement
- NeurIPS 2024 Concordia Contest execution: 197 participants, 25 submitted agents evaluated on held-out scenarios under veil of ignorance
- Multi-method ranking suite (Elo, Copeland, Ranked Pairs, Maximal Lotteries) with consistent top-3 identification across all methods
- Bayesian hierarchical beta-regression over pre-registered tags quantifying per-capability performance gaps
- Qualitative evaluation pipeline: policy adherence assessment, behavioral summaries, and 10-trait Likert scoring via LLM-as-judge
Results¶
- Mean normalized agent score across all scenarios: 0.426 ± 0.005 (SE), with theoretical max = 1.0
- Only five agents significantly outperformed the rational agent baseline (Bayesian posterior analysis)
- Nearly all cooperative scenario tags (persuasion, coordination, negotiation, convention following, discouraging antisocial behavior) reduced expected performance by 10–20 percentage points
- Persuasion capability was the primary latent factor distinguishing top-performing agents from the rational baseline
- Low ability to discourage antisocial behavior characterized the lowest-scoring agents
- Top three agents ranked consistently across all four ranking methods
- Predictive models using tag/substrate/role demands as features significantly outperformed constant baselines (XGBoost, linear regression, Measurement Layouts)
Limitations¶
- Multiple participants reported substantially higher development-phase than evaluation-phase scores, indicating possible overfitting to public substrates rather than genuine generalization
- All scenarios are text-only; non-verbal and multimodal communication channels are excluded
- Evaluation conducted with a single LLM (Gemma 2 9B) due to compute constraints, limiting cross-model generalizability claims
- Only 14 held-out scenarios cover a narrow slice of possible cooperative situations
- Elo ratings are sensitive to noise when agent performance differences are small
Relevance to Agentic AI / LLM Agents¶
This work directly benchmarks a core capability required for deployed LLM agents: the ability to cooperate with heterogeneous partners in novel social contexts without task-specific fine-tuning. The "veil of ignorance" protocol and resident/visitor population design are a methodologically rigorous alternative to fixed-partner benchmarks, making it a template for future cooperative agent evaluation. The finding that persuasion and norm enforcement—not raw reasoning—determine top-agent performance has direct implications for agent scaffolding design. The contest also surfaces a recurring failure mode relevant to agentic systems: divergence between intended policy and observed behavior under open-ended social dynamics.