Overview
GAMABench is practical for evaluating multi‑agent decision behavior and prompt effects; use it to spot brittle prompts and to benchmark agent choices before productizing.
Citations8
Evidence Strength0.80
Confidence0.85
Risk Signals9
Trust Signals
Findings with numeric evidence: 6/6
Findings with evidence refs: 6/6
Results with explicit delta: 1/4
Reproducibility
Status: Code + data available
Open source: Partial
At A Glance
Cost impact: 40%
Production readiness: 60%
Novelty: 60%
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.
Who Should Care
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.
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.
Results
| Metric | Value | Baseline | Delta | Split / Dataset | Evidence | Evidence Ref |
|---|---|---|---|---|---|---|
| Top leaderboard scores | Gemini-1.5-Pro 69.8 /100; LLaMA-3.1-70B 65.9; Mixtral-8x22B 62.4 | — | — | GAMABench overall | Table 1 (leaderboard) | Table 1 |
| GPT-3.5 (0125) overall | 45.9 /100 | — | — | GAMABench default settings | §3 and Table 4 | Table 4 |
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
Planning
Frameworks
Is Agentic
Yes
Architectures
Collaboration
Reproducibility
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.
When Not To Use
Not suited for single-agent or perception-only tasks.
Not a substitute for domain-specific safety or factuality tests.
Failure Modes
Judge bias and prompt wording strongly affect outcomes in social games.
Training data leakage may still inflate performance on classical vanilla settings.

