GAMABench: a dynamic multi‑agent game benchmark that reveals LLMs' weak generalization and prompt sensitivity

March 18, 20247 min

Overview

Decision SnapshotReady For Pilot

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%

Authors

Jen-tse Huang, Eric John Li, Man Ho Lam, Tian Liang, Wenxuan Wang, Youliang Yuan, Wenxiang Jiao, Xing Wang, Zhaopeng Tu, Michael R. Lyu

Links

Abstract / PDF / Code / Data

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.

NumbersGemini-1.5-Pro: 69.8 /100; LLaMA-3.1-70B: 65.9; Mixtral-8x22B: 62.4

Practical UseIf you want the strongest off‑the‑shelf agent for multi-agent strategic tasks today, try Gemini-1.5-Pro or LLaMA-3.1-70B as baselines.

Evidence RefTable 1 (Leaderboard)

GPT-3.5 (0125) shows robustness across runs and temperatures but poor generalization on some games.

NumbersGPT-3.5 overall 45.9; temperature variance overall 3.4 points

Practical UseYou can rely on stable average behavior from GPT-3.5 under sampling and temperature changes, but test it on varied game settings before deploying for strategic tasks.

Evidence Ref§3, Table 4 and Table 5

Results

MetricValueBaselineDeltaSplit / DatasetEvidenceEvidence Ref
Top leaderboard scoresGemini-1.5-Pro 69.8 /100; LLaMA-3.1-70B 65.9; Mixtral-8x22B 62.4GAMABench overallTable 1 (leaderboard)Table 1
GPT-3.5 (0125) overall45.9 /100GAMABench default settings§3 and Table 4Table 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
short-term historical feedback (per-round history)
Planning
short-horizon adaptation (learns from rounds)limited long-horizon tactical planning (sequential games weak)
Frameworks
persona promptingChain-of-Thought prompting
Is Agentic

Yes

Architectures
LLM-driven multi-agent
Collaboration
can spontaneously cooperate without explicit comms

Reproducibility

Code AvailableYes
Data AvailableYes
Open Source StatusPartial
LicenseUnknown

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.

Core Entities

Models

GPT-3.5-0613GPT-3.5-1106GPT-3.5-0125GPT-4-0125GPT-4o-0806Gemini-1.0-ProGemini-1.5-ProLLaMA-3.1-8BLLaMA-3.1-70BLLaMA-3.1-405BMixtral-8x7BMixtral-8x22BQwen-2-72B

Metrics

Normalized score (0-100)Per-game scoresStd dev across runsPrompt/template sensitivityTemperature sensitivity

Benchmarks

GAMABench (γ-Bench)