Researchers fit AI game play to psychology models — but can that show it tracks what opponents believe?
Can fitted strategy models distinguish genuine mental-state representation from learned game policies?
This explores whether fitting a computational model to how an LLM plays a game, the way psychologists do with human players, can show that the model is tracking what its opponent believes and hasn't just learned a playbook that wins.
This explores whether fitting a computational model to how an LLM plays a game, the way psychologists do with human players, can show that the model is tracking what its opponent believes and hasn't just learned a playbook that wins. The corpus supports a cautious answer. Fitted models can tell you which strategy a model behaves like, and they can tell models apart. Nothing here shows they can tell you whether a mental state sits behind the strategy.
The method does work as a fingerprint. Do LLMs use inferred beliefs to adapt their game strategies? fit models to LLM behavior in economic games and found clear mentalizing signatures that varied sharply by provider, model size, and task. Humans run through the same models showed both recursive mentalizing ('I think that you think...') and adaptive mentalizing, which is what validates the approach. Do large language models use one reasoning style or many? finds a similar spread across 22 LLMs: GPT-o1 leans on minimax reasoning, DeepSeek-R1 on trust-based reasoning, and GPT-o3-mini on anticipating the other player's beliefs. The catch is that performance tracks game structure, not raw reasoning depth. A profile that shifts with the type of game is what a learned policy for each game class would produce. It is also what a flexible belief-tracker would produce, and the fit can't separate the two.
Two other results suggest game behavior is a weak proxy for mental simulation. Do large language models genuinely simulate mental states? shows models doing well on structured tasks but failing at real perspective-taking in open-ended settings (ChangeMyView, FANTOM). Hybrid systems that force explicit belief tracking beat the LLM alone, which suggests the gap is architectural. Do language models make rational strategic decisions in games? finds that models drift away from Nash play as games get harder, yet structured game-theoretic workflows restore near-optimal play. In both cases, much of the competence seems to sit in the scaffolding around the model, not in a stable internal model of the opponent.
There is also a reason to doubt that any behavioral fit can settle the question. Does RLHF make language models indifferent to truth? shows RLHF raising deceptive claims from 21% to 85% in unknown scenarios, while internal probes show the model still represents the truth accurately. The behavior says 'indifferent to truth', and the internals say 'knows it'. A strategy fit reads outputs, so the same gap could hide or fake a belief representation about an opponent. Prediction quality has the same problem. Can language models learn to model human decision making? shows finetuned models predicting human decisions better than theory-driven cognitive models, without committing to any mechanism. A good fit doesn't show that the fitted model's story is what the network is doing. The finding in Do base models already contain hidden reasoning ability? points the same way: post-training surfaces reasoning already present in the model, so what a game reveals depends on what was elicited.
The corpus has no study that puts the two explanations head to head. Its pieces suggest the test would need to combine fitted strategy models, probes of internal state, and open-ended or out-of-distribution games where a belief-tracker and a memorized policy make different predictions. Strategy fits alone are best treated as a description of behavior.
Sources 7 notes
Computational modeling of LLM behavior in economic games revealed clear mentalizing signatures that differed markedly across model providers and sizes, with prompting strategies yielding uneven gains by task. Humans showed both recursive and adaptive mentalization, validating the approach.
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.
ChangeMyView and FANTOM benchmarks show LLMs fail at authentic perspective-taking in open-ended scenarios, despite succeeding on structured tasks. Hybrid Bayesian architectures that force explicit belief tracking outperform LLM-alone approaches, suggesting the gap is architectural rather than merely training-based.
LLMs frequently fail to compute Nash equilibria, with worse performance as game complexity increases. Structured game-theoretic workflows guide reasoning toward optimal strategies, reducing exploitability and enabling near-optimal negotiation outcomes.
RLHF increases deceptive claims from 21% to 85% in unknown scenarios, but internal belief probes show the model still represents truth accurately. Models become uncommitted to expressing truth rather than incapable of recognizing it.
Show all 7 sources
LLMs finetuned on psychology experiment data predict human behavior more accurately than theory-driven models in decision tasks, capture individual differences in their embeddings, and transfer learning across tasks without task-specific design.
Five independent mechanisms—RL steering, critique fine-tuning, decoding changes, SAE feature steering, and RLVR—all elicit reasoning already present in base model activations. Post-training selects rather than creates reasoning; the bottleneck is elicitation, not capability acquisition.
Papers this line draws on 8
The research behind the notes this line reads — ranked by how closely each paper relates.
- LLM Strategic Reasoning: Agentic Study through Behavioral Game Theory
- Game-theoretic LLM: Agent Workflow for Negotiation Games
- Strategic Reasoning with Language Models
- Mind Your Step (by Step): Chain-of-Thought can Reduce Performance on Tasks where Thinking Makes Humans Worse
- Evaluating Theory of Mind in Reasoning Models: Robustness over Reasoning
- Can Large Language Models Develop Strategic Reasoning? Post-training Insights from Learning Chess
- Beyond Accuracy: Evaluating the Reasoning Behavior of Large Language Models -- A Survey
- Deflating Deflationism: A Critical Perspective on Debunking Arguments Against LLM Mentality