INQUIRING LINE

How do game-based benchmarks reveal reasoning fragmentation across domains?

This explores what games used as test environments expose about LLM reasoning — specifically how strategic and rule-based games reveal that reasoning doesn't transfer cleanly across domains but splinters into style-specific or instance-specific competencies.


This explores what happens when you put language models inside games — strategy games, rule-inference puzzles — and watch their reasoning come apart at the seams rather than generalize. The corpus suggests games are unusually good at exposing fragmentation because each game type quietly demands a different reasoning style, and models turn out to have favorites.

The sharpest evidence comes from behavioral game theory: across 22 models, distinct strategic 'personalities' emerge tied to game structure rather than raw horsepower Do large language models use one reasoning style or many?. One model leans on minimax (assume the worst-case opponent), another on trust, another on anticipating what you'll do next. Performance tracks which game rewards your native style — so a model can look brilliant in one game and lost in the next. That's fragmentation made visible: there is no single 'reasoning' faculty, there are several, unevenly distributed.

Games also expose a more uncomfortable failure. On exception-based rule inference — games where the trick is recognizing a rule's negative cases — reasoning models scored *below* 25% while plain non-reasoning models hit 55–65% Why do reasoning models fail at exception-based rule inference?. Chain-of-thought actively hurt here, importing math overuse, overgeneralization, and hallucinated constraints. This connects to a broader finding that CoT is distribution-bounded: it produces fluent, confident reasoning that's logically hollow the moment the task shifts shape Does chain-of-thought reasoning actually generalize beyond training data?. Games are good probes precisely because they let you engineer a small distributional shift and watch the reasoning stay fluent while becoming wrong.

What's underneath the fragmentation? Two notes reframe it as not really a reasoning gap at all. One argues models fit *instance-level patterns* rather than general algorithms — they break at the boundary of unfamiliarity, not complexity, so a fresh game instance trips them even when the underlying logic is identical Do language models fail at reasoning due to complexity or novelty?. Another argues that apparent collapses are *execution* failures: the model knows the algorithm but can't carry it out across many steps in text alone, and tool access dissolves the supposed cliff Are reasoning model collapses really failures of reasoning?. Read together, game benchmarks aren't measuring one thing called reasoning — they're measuring style-fit, pattern-familiarity, and procedural bandwidth simultaneously, and labeling the aggregate.

The quietly useful takeaway: the thing that makes a model look like a strong reasoner is partly a training protocol that makes extra tokens productive Can non-reasoning models catch up with more compute? — but that same protocol can backfire on tasks built around exceptions and negative evidence. So when a game benchmark says a model 'can't reason,' the more honest reading is usually: this game asked for a reasoning style this model wasn't trained to deploy.


Sources 6 notes

Do large language models use one reasoning style or many?

Analysis of 22 LLMs across behavioral game theory reveals three dominant profiles: GPT-o1 uses minimax reasoning, DeepSeek-R1 uses trust-based reasoning, and GPT-o3-mini uses belief-anticipation. Performance correlates with game structure, not raw reasoning depth.

Why do reasoning models fail at exception-based rule inference?

Across four game-based tasks, reasoning models scored below 25% on exception rules versus 55–65% for non-reasoning models. Chain-of-thought introduces math overuse, overgeneralization, and hallucinated constraints that amplify errors in negative evidence recognition.

Does chain-of-thought reasoning actually generalize beyond training data?

DataAlchemy experiments show CoT fails systematically under distributional shifts in task, length, and format. Models produce fluent but logically inconsistent reasoning — imitating reasoning form without valid underlying logic.

Do language models fail at reasoning due to complexity or novelty?

LRMs don't break at complexity thresholds but at instance-novelty boundaries. Models fit instance-based patterns rather than generalizable algorithms, so any reasoning chain succeeds if trained on similar instances, regardless of length.

Are reasoning model collapses really failures of reasoning?

Models confined to text-only generation cannot execute multi-step procedures at scale, even when they know the underlying algorithm. Tool-enabled models solve problems beyond the supposed reasoning cliff, suggesting the bottleneck is procedural execution bandwidth.

Can non-reasoning models catch up with more compute?

Reasoning models persistently outperform non-reasoning models regardless of inference budget because training instills a reasoning protocol that makes additional tokens productive. The gap is fundamentally about deployment mechanisms and training structure, not raw capability.

Research prompt for your LLMexpand ↓

Copy into ChatGPT or Claude to take this line of inquiry further — it asks the model to find newer work and re-test which earlier constraints still hold.

As an LLM capability analyst, investigate whether game-based reasoning fragmentation persists or dissolves under current models and training regimes.

What a curated library found — and when (dated claims, not current truth):
Findings span Feb 2024–Feb 2026; these are perishable snapshots:
- Across 22 models, strategic reasoning 'personalities' emerge tied to game structure, not raw scale; performance tracks style-fit rather than general reasoning (Feb 2025, arXiv:2502.20432).
- Reasoning models score *below* 25% on exception-based rule inference while non-reasoning baselines hit 55–65%; chain-of-thought actively degrades inductive reasoning (May 2025, arXiv:2505.24225).
- Chain-of-thought effectiveness is distribution-bounded; performance degrades predictably when task distribution shifts, yet fluency persists (Aug 2025, arXiv:2508.01191).
- Reasoning collapses are *execution* failures (procedural bandwidth limits), not conceptual gaps; tool access and latent reasoning (scaled test-time compute) dissolve apparent ceilings (Feb–May 2025, arXiv:2502.05171, arXiv:2504.09858).
- Instance-level unfamiliarity, not task complexity, drives breakdown; models fit patterns rather than algorithms (Feb 2026, arXiv:2602.06176).

Anchor papers (verify; mind their dates):
- arXiv:2502.20432 (Feb 2025): LLM Strategic Reasoning via Behavioral Game Theory.
- arXiv:2505.24225 (May 2025): Reasoning Can Hurt Inductive Abilities.
- arXiv:2508.01191 (Aug 2025): Chain-of-Thought as Distribution-Bounded.
- arXiv:2602.06176 (Feb 2026): LLM Reasoning Failures (root causes).

Your task:
(1) RE-TEST EACH CONSTRAINT. For style-fit fragmentation, instance-unfamiliarity, and CoT distribution-boundedness: has scaled test-time compute (latent reasoning, tool orchestration, multi-step memory), finetuning on negative-case tasks, or newer reasoning-optimized protocols (e.g., RL on rule inference) since relaxed these? Cite what relaxed it; flag where constraints still bite.
(2) Surface strongest CONTRADICTING or SUPERSEDING work from the last ~6 months — especially papers claiming fragmentation *is* resolvable or that style-fit is an artifact of eval design, not fundamental.
(3) Propose 2 research questions that assume the regime may have moved: e.g., "Do models trained explicitly on exception-based tasks via RL dissolve the CoT inductive penalty?" or "Does latent-reasoning compute redirect execution bandwidth to negative-case inference?"

Cite arXiv IDs; flag anything you cannot ground in a real paper.

Next inquiring lines