Overview
Production Readiness
0.6
Novelty Score
0.6
Cost Impact Score
0.4
Citation Count
8
Why It Matters For Business
GAMABench exposes how LLMs handle multi‑agent strategic choices, revealing leaderboard gaps and prompt sensitivities that affect any product using LLMs for negotiation, coordination, or recommendation.
Summary TLDR
The authors introduce GAMABench (γ-Bench), a dynamic multi-player, multi-round benchmark of eight classic game‑theory scenarios to measure LLMs' decision-making. They test 13 models (closed- and open-source) and show: Gemini-1.5-Pro leads the leaderboard (69.8/100); GPT-3.5 is robust to sampling and temperature but generalizes poorly in some games; simple prompts like Chain‑of‑Thought (CoT) improve scores substantially (45.9 → 57.9 for GPT-3.5). The code and results are public.
Problem Statement
Existing LLM game evaluations focus on two-player or static settings that risk test-set leakage. We need a dynamic multi-player benchmark to quantify LLM decision-making, robustness, and generalizability in richer strategic environments.
Main Contribution
A dynamic benchmark (GAMABench) with eight classical games in multi-player, multi-round, multi-action settings to reduce static leakage.
A scoring scheme that normalizes game outcomes to [0,100] and adapts to game parameters for fair comparison.
A large evaluation across 13 LLMs showing model differences, sensitivity to prompts/temperature, and the benefit of simple prompting tricks like CoT.
Key Findings
Closed- and open-source leaderboard: Gemini-1.5-Pro performs best.
GPT-3.5 (0125) shows robustness across runs and temperatures but poor generalization on some games.
Chain-of-Thought (CoT) prompting yields large gains on decision tasks.
Prompt wording and template can drastically change performance in certain games.
Some games show poor model generalizability and apparent randomness.
Models can learn from past rounds but still fail at complex sequential strategies.
Results
Top leaderboard scores
GPT-3.5 (0125) overall
CoT prompt improvement (GPT-3.5)
Temperature sensitivity (overall)
Who Should Care
What To Try In 7 Days
Run GAMABench on your candidate LLMs to get a multi-agent baseline.
Add a short CoT prompt ('Let's think step by step') and compare scores.
Test multiple prompt templates and record variance per task before deployment.
Agent Features
Memory
- short-term historical feedback (per-round history)
Planning
- short-horizon adaptation (learns from rounds)
- limited long-horizon tactical planning (sequential games weak)
Frameworks
- persona prompting
- Chain-of-Thought prompting
Is Agentic
true
Architectures
- LLM-driven multi-agent
Collaboration
- can spontaneously cooperate without explicit comms
Reproducibility
Code Available
Data Available
Open Source Status
- partial
Risks & Boundaries
Limitations
- Leaderboard covers 13 models but excludes some prominent LLMs (e.g., Claude-3.5).
- All games use ten agents copied from the same model; cross-model multi-agent matches are left for future work.
- Games were limited to 20 rounds and agents were informed of that horizon, which can alter endgame behavior.
When Not To Use
- Not suited for single-agent or perception-only tasks.
- Not a substitute for domain-specific safety or factuality tests.
- Avoid using it as the only test when you need long-horizon planning beyond 20 rounds.
Failure Modes
- Judge bias and prompt wording strongly affect outcomes in social games.
- Training data leakage may still inflate performance on classical vanilla settings.
- Risk-averse alignment tuning can mask selfish strategies or change behavior under jailbreak.
Core Entities
Models
- GPT-3.5-0613
- GPT-3.5-1106
- GPT-3.5-0125
- GPT-4-0125
- GPT-4o-0806
- Gemini-1.0-Pro
- Gemini-1.5-Pro
- LLaMA-3.1-8B
- LLaMA-3.1-70B
- LLaMA-3.1-405B
- Mixtral-8x7B
- Mixtral-8x22B
- Qwen-2-72B
Metrics
- Normalized score (0-100)
- Per-game scores
- Std dev across runs
- Prompt/template sensitivity
- Temperature sensitivity
Benchmarks
- GAMABench (γ-Bench)

