REVIEW 4 major objections 6 minor 21 references
Can LLMs Play \^O \u{A}n Quan Game? A Study of Multi-Step Planning and Decision Making
T0 review · 4 major / 6 minor · reviewed 2026-08-06 · deepseek-v4-flash
Pith's one-line read This paper claims that in the game Ô Ăn Quan, larger LLMs generate deeper planning traces and more long-term reasoning, while model size does not predict wins against smaller models.
desk verdict New game testbed with a plausible central observation, but the planning-depth metric is unvalidated and the scale-based conclusions go beyond the evidence. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The central object is a closed-loop agent framework built on the Ô Ăn Quan game: each turn, the model receives the current board state, the history of previous moves, the rule set (including extra rules like the Immature Mandarin and forced capture chains), and a natural-language persona prompt, and returns a rationale plus an action of position and direction. The load-bearing mechanism is the planning-depth metric, defined as the number of steps the model generates per move, combined with a zero-shot classifier that assigns each rationale to short-term gain, long-term strategy, or ambiguous. Together these measurements support the paper's claims about how scale changes planning and strategy.
What would settle it
Inspect the reasoning traces and count how many distinct future board states the model considers before acting. If long traces mention few or no alternative board configurations, or if instructing a model to be more verbose raises its planning-depth score without improving the quality of its moves, the proxy is invalid and the scale-to-planning claim loses its support.
Extended reading notes
Core claim
The paper reports that Llama-3.3-70B-Instruct obtains the highest planning depth, with some moves exceeding 250 generated steps, followed by Llama-3.1-8B-Instruct at around 150 steps, while Llama-3.2-3B-Instruct mostly stays below 100 steps. A Gemini-2.0-Flash classifier labels the models' rationales and shows the 70B model favoring long-term strategy (64.86%) and the 3B model favoring short-term gain (70.18%), with the 8B model in between. In head-to-head games, however, the 8B model beats the 70B model 38% to 34%, and the 70B does not dominate smaller opponents. The paper concludes that model scale tracks planning depth and long-horizon reasoning but not competitive success, and that the game's early rounds are where the models plan most deeply.
Load-bearing premise
The load-bearing premise is that the number of steps a model writes before choosing a move measures how deeply it plans, with no check that longer output corresponds to wider or deeper search rather than verbosity or repeated deliberation.
Editorial extensions
If this is right
- If larger models genuinely plan deeper, then scale should matter most for long-horizon tasks even when short-run outcome metrics are flat.
- The dissociation between planning depth and win rate implies that game outcomes alone are an incomplete benchmark for LLM planning ability.
- The universal decline in planning depth as games progress suggests planning effort is state-dependent and may weaken as uncertainty or constraints grow.
- The stronger full-game results of balanced and defensive personas argue for testing multiple persona strategies rather than a single style.
Reading between the lines
- The paper's planning-depth proxy is text-based; a natural extension would count the distinct board states a model actually evaluates, or test whether forcing longer reasoning through prompting alone raises the metric without improving moves.
- Pitting the LLM agents against a known-state-space search baseline, such as minimax or Monte Carlo tree search, would reveal whether the depth-versus-outcome dissociation is specific to LLMs or inherent to the game's complexity.
- If personas steer planning style, the same model should produce measurably different move distributions under aggressive versus defensive prompts; that is a direct test of the persona mechanism the paper assumes.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper introduces the traditional Vietnamese board game Ô Ăn Quan as a testbed for evaluating the strategic planning and decision-making abilities of three Llama-based instruction-tuned models (3B, 8B, and 70B). The authors implement a closed-loop game environment with additional rules, define several agent personas, and conduct zero-shot experiments. They report persona-based score averages, win/draw rates against the 70B model, distributions of a 'planning depth' measure defined as the number of generated steps per move, and reasoning-type classifications produced by Gemini. They conclude that larger models exhibit deeper planning but not necessarily higher win rates.
Significance. The paper's main contribution is a new, fully observable, deterministic game environment for probing LLM planning, complete with source code. The descriptive results on win rates and reasoning-type distributions, if properly qualified, could be of interest to the community studying LLM strategic behavior. However, the central claim about planning depth is built on an unvalidated proxy (generated step count) that confounds verbosity with planning, and the quantitative comparisons lack statistical support. As a result, the paper currently reads as a promising pilot study rather than a definitive evaluation; with additional validation and statistical rigor, the underlying setup could support stronger claims.
major comments (4)
- [V.C, Figure 3] The central claim that "larger models possess not only better language understanding but also more advanced planning capabilities" (Section V.C) rests entirely on the measure of "planning depth" defined as the number of steps generated per move. This proxy is never validated against any external notion of planning, such as the depth of game-tree search, the number of legal moves considered, or the quality of the resulting moves, nor is output verbosity controlled for. Since larger instruction-tuned models are known to produce longer rationales, the observed step-count differences are equally consistent with over-explanation as with deeper planning; the claim as stated is therefore unsupported.
- [V.B, Table II] The cross-architecture comparison in Table II lacks statistical support: no error bars, confidence intervals, or significance tests are reported, and the number of games for these matches is not stated (the 50-game figure appears only for the persona experiments in Section V.A). The observed differences, such as 38% vs. 34% win rate, are small and could easily arise from sampling noise, so the conclusion that "model scale alone is not a sufficient predictor of success" (Section V.B) is not established. In addition, the table setup is ambiguous: the 70B model appears both as the reference opponent and as a tested agent (with † denoting first player), so it is unclear against whom the 70B row is measured and whether the 3B and 8B models always play second.
- [V.D, Table III] The reasoning-type distributions in Table III are produced by Gemini in a zero-shot setting with no human reliability check, inter-annotator agreement, or comparison against a gold standard. These labels are then used to support the claim that larger models show "reduced impulsiveness" and "more coherent and consistent strategic justifications" (Section V.D). Without classifier validation, the percentages may simply reflect a bias toward labeling longer or more fluent text as "LONG TERM STRATEGY," which would make this analysis circular with the unvalidated planning-depth metric.
- [V.A, Table I] The persona comparison in Table I reports average scores without error bars or significance tests, despite the differences between agents being small (e.g., 23.5 vs. 22.4 average points). The claim that "strategies with better long-term balance tend to perform more consistently across full matches" (Section V.A) is therefore not statistically supported, and the phase-wise breakdown (EGE/MGE/LGE) is not accompanied by any measure of variance.
minor comments (6)
- [Figure 3] The caption states that the data are aggregated across 50 games played against Llama-3.3-70B-Instruct, but panel (c) shows the 70B model itself; clarify who the opponent is for each panel and whether the 70B's own step counts are measured in games against a different opponent.
- [V.C] The term "number of steps" is never precisely defined; specify whether a step is a sentence, a line, a token, or a thought block in the generated reasoning trace.
- [Limitations] The Limitations section states that "the models often struggle with multi-step planning and complex capture chains, limiting their strategic depth," which appears to contradict the conclusion that larger models exhibit "superior planning depth" (Section V.C). Please reconcile these statements.
- [Appendix B] Generation details such as temperature, max tokens, decoding strategy, and number of random seeds are not reported, which limits reproducibility despite the provided source-code link.
- [Section II] Reference [18] ("Machine theory of mind") is cited as an example of "structured planning environments and strategic dialogue systems," but that paper is about theory-of-mind inference; either replace the reference or adjust the sentence.
- [V.D] The model name "Gemini-2.0-Flask" appears to be a typo; should it be "Gemini-2.0-Flash"?
Circularity Check
The central 'planning depth' result is the operational definition of the measure; the conclusion that larger models plan more deeply restates the observation that they produce longer generated rationales.
-
self definitional
[Section V.C, Planning Depth Analysis (Figure 3)]
"Figure 3 show the planning depth—measured as the number of steps generated per move—across different LLM architectures. ... These findings suggest that larger models possess not only better language understanding but also more advanced planning capabilities in complex, rule-based environments like Ô Ăn Quan."
Planning depth is explicitly defined as the number of generated steps per move, and the conclusion that larger models possess more advanced planning is drawn solely from that count. Since the measure is the count itself, the 'finding' that Llama-3.3-70B has the highest planning depth is true by definition of the metric; no independent notion of planning (search depth, legal moves considered, move quality) is introduced. The jump from 'more generated steps' to 'more advanced planning capabilities' relabels the measurement rather than deriving a separate result, so the central claim reduces to the operationalization.
full rationale
Most of the paper's measurements are self-contained: win and draw rates (Table II) and persona-based scores (Table I) come from games played under the stated rules, and the reasoning-type distribution (Table III) is an external zero-shot classification by Gemini, unvalidated but not circular. The only load-bearing circular step is the planning-depth analysis in Section V.C, where planning depth is defined as the number of steps generated per move and then offered as evidence that larger models have more advanced planning capabilities. That conclusion is definitionally equivalent to observing that larger instruction-tuned models emit longer rationales, and the Limitations section's concession that 'evaluation is based on reasoning labels instead of full gameplay outcomes' reinforces that no external planning measure anchors the result. The paper does not rely on self-citation chains or imported uniqueness theorems, and the remaining experimental claims are independent measurements. The score of 5.0 reflects partial circularity: the headline scale-and-planning claim is tied to the metric by construction, while the other results stand on their own.
Assumptions & free parameters
assumptions (4)
- ad hoc to paper The number of steps an LLM generates per move reflects its planning depth.
- domain assumption Gemini-2.0-Flash correctly classifies reasoning traces into short-term, long-term, and ambiguous categories.
- domain assumption The five extra rules E1-E5 define the official rules of Ô Ăn Quan as implemented.
- domain assumption A RandomAgent baseline selects uniformly among legal moves, providing a fair reference.
Cite this review
Pith. "Pith review of Can LLMs Play \^O \u{A}n Quan Game? A Study of Multi-Step Planning and Decision Making." pith.science (2026). https://pith.science/paper/CK5RHDAD
@misc{pith2026250703711,
author = {Pith},
title = {Pith review of: Can LLMs Play \^O \uAn Quan Game? A Study of Multi-Step Planning and Decision Making},
year = {2026},
howpublished = {\url{https://pith.science/paper/CK5RHDAD}},
note = {Machine review of arXiv:2507.03711}
}
read the original abstract
In this paper, we explore the ability of large language models (LLMs) to plan and make decisions through the lens of the traditional Vietnamese board game, \^O \u{A}n Quan. This game, which involves a series of strategic token movements and captures, offers a unique environment for evaluating the decision-making and strategic capabilities of LLMs. Specifically, we develop various agent personas, ranging from aggressive to defensive, and employ the \^O \u{A}n Quan game as a testbed for assessing LLM performance across different strategies. Through experimentation with models like Llama-3.2-3B-Instruct, Llama-3.1-8B-Instruct, and Llama-3.3-70B-Instruct, we aim to understand how these models execute strategic decision-making, plan moves, and manage dynamic game states. The results will offer insights into the strengths and weaknesses of LLMs in terms of reasoning and strategy, contributing to a deeper understanding of their general capabilities.
Figures
Figures from the paper (2 more)
Reference graph
Works this paper leans on
-
[1]
Language mod- els are few-shot learners,
T. Brown, B. Mann, N. Ryder, M. Subbiah, J. D. Kaplan, P. Dhariwal, A. Neelakantan, P. Shyam, G. Sastry, A. Askell et al., “Language mod- els are few-shot learners,” Advances in neural information processing systems, vol. 33, pp. 1877–1901, 2020
1901
-
[2]
Llama: Open and efficient foundation language models,
H. Touvron, T. Lavril, G. Izacard, X. Martinet, M.-A. Lachaux, T. Lacroix, B. Rozi `ere, N. Goyal, E. Hambro, F. Azhar et al. , “Llama: Open and efficient foundation language models,” arXiv preprint arXiv:2302.13971, 2023
arXiv 2023
-
[3]
Llama 2: Open foundation and fine-tuned chat models,
H. Touvron, L. Martin, K. Stone, P. Albert, A. Almahairi, Y . Babaei, N. Bashlykov, S. Batra, P. Bhargava, S. Bhosale et al. , “Llama 2: Open foundation and fine-tuned chat models,” arXiv preprint arXiv:2307.09288, 2023
arXiv 2023
-
[4]
A. Grattafiori, A. Dubey, A. Jauhri, A. Pandey, A. Kadian, A. Al-Dahle, A. Letman, A. Mathur, A. Schelten, A. Vaughan et al. , “The llama 3 herd of models,” arXiv preprint arXiv:2407.21783 , 2024
arXiv 2024
-
[5]
Gemini: a family of highly capable multimodal models,
G. Team, R. Anil, S. Borgeaud, J.-B. Alayrac, J. Yu, R. Soricut, J. Schalkwyk, A. M. Dai, A. Hauth, K. Millican et al., “Gemini: a family of highly capable multimodal models,”arXiv preprint arXiv:2312.11805, 2023
arXiv 2023
-
[6]
Prompting large language model for machine translation: A case study,
B. Zhang, B. Haddow, and A. Birch, “Prompting large language model for machine translation: A case study,” in International Conference on Machine Learning. PMLR, 2023, pp. 41 092–41 110
work page 2023
-
[7]
Large language models are state-of-the- art evaluators of translation quality,
T. Kocmi and C. Federmann, “Large language models are state-of-the- art evaluators of translation quality,” arXiv preprint arXiv:2302.14520 , 2023
arXiv 2023
-
[8]
Y . Zhang, H. Jin, D. Meng, J. Wang, and J. Tan, “A comprehensive sur- vey on process-oriented automatic text summarization with exploration of llm-based methods,” arXiv preprint arXiv:2403.02901 , 2024
arXiv 2024
Show all 21 references
-
[9]
Retrieval- augmented generation for knowledge-intensive nlp tasks,
P. Lewis, E. Perez, A. Piktus, F. Petroni, V . Karpukhin, N. Goyal, H. K ¨uttler, M. Lewis, W.-t. Yih, T. Rockt ¨aschel et al. , “Retrieval- augmented generation for knowledge-intensive nlp tasks,” Advances in neural information processing systems , vol. 33, pp. 9459–9474, 2020
2020
-
[10]
How far are we on the decision-making of llms? evaluating llms’ gaming ability in multi-agent environments,
J.-t. Huang, E. J. Li, M. H. Lam, T. Liang, W. Wang, Y . Yuan, W. Jiao, X. Wang, Z. Tu, and M. R. Lyu, “How far are we on the decision-making of llms? evaluating llms’ gaming ability in multi-agent environments,” arXiv preprint arXiv:2403.11807 , 2024. Fig. 4: Reasoning type d...
2024 arXiv
-
[11]
An implementation of werewolf agent that does not truly trust llms,
T. Sato, S. Ozaki, and D. Yokoyama, “An implementation of werewolf agent that does not truly trust llms,” arXiv preprint arXiv:2409.01575 , 2024
2024 arXiv
-
[12]
Llm-based agent society investigation: Collaboration and confrontation in avalon gameplay,
Y . Lan, Z. Hu, L. Wang, Y . Wang, D. Ye, P. Zhao, E.-P. Lim, H. Xiong, and H. Wang, “Llm-based agent society investigation: Collaboration and confrontation in avalon gameplay,” arXiv preprint arXiv:2310.14985 , 2023
2023 arXiv
-
[13]
Exploring large language models for word games: Who is the spy?
C. Wei, J. Chen, and J. Xu, “Exploring large language models for word games: Who is the spy?” arXiv preprint arXiv:2503.15235 , 2025
2025 arXiv
-
[14]
Theory of games and economic behavior: 60th anniversary commemorative edition,
J. V on Neumann and O. Morgenstern, “Theory of games and economic behavior: 60th anniversary commemorative edition,” in Theory of games and economic behavior . Princeton university press, 2007
2007
-
[15]
Mastering the game of go with deep neural networks and tree search,
D. Silver, A. Huang, C. J. Maddison, A. Guez, L. Sifre, G. Van Den Driessche, J. Schrittwieser, I. Antonoglou, V . Panneershelvam, M. Lanctot et al., “Mastering the game of go with deep neural networks and tree search,” nature, vol. 529, no. 7587, pp. 484–489, 2016
2016
-
[16]
A general reinforcement learning algorithm that masters chess, shogi, and go through self-play,
D. Silver, T. Hubert, J. Schrittwieser, I. Antonoglou, M. Lai, A. Guez, M. Lanctot, L. Sifre, D. Kumaran, T. Graepel et al. , “A general reinforcement learning algorithm that masters chess, shogi, and go through self-play,” Science, vol. 362, no. 6419, pp. 1140–1144, 2018
2018
-
[17]
Mastering the game of go without human knowledge,
D. Silver, J. Schrittwieser, K. Simonyan, I. Antonoglou, A. Huang, A. Guez, T. Hubert, L. Baker, M. Lai, A. Bolton et al. , “Mastering the game of go without human knowledge,” nature, vol. 550, no. 7676, pp. 354–359, 2017
2017
-
[18]
Machine theory of mind,
N. Rabinowitz, F. Perbet, F. Song, C. Zhang, S. A. Eslami, and M. Botvinick, “Machine theory of mind,” in International conference on machine learning . PMLR, 2018, pp. 4218–4227
2018
-
[19]
Chain-of-thought prompting elicits reasoning in large language models,
J. Wei, X. Wang, D. Schuurmans, M. Bosma, F. Xia, E. Chi, Q. V . Le, D. Zhou et al. , “Chain-of-thought prompting elicits reasoning in large language models,” Advances in neural information processing systems , vol. 35, pp. 24 824–24 837, 2022
2022
-
[20]
React: Synergizing reasoning and acting in language models,
S. Yao, J. Zhao, D. Yu, N. Du, I. Shafran, K. Narasimhan, and Y . Cao, “React: Synergizing reasoning and acting in language models,” in International Conference on Learning Representations (ICLR) , 2023
2023
-
[21]
Generative agents: Interactive simulacra of human behavior,
J. S. Park, J. O’Brien, C. J. Cai, M. R. Morris, P. Liang, and M. S. Bernstein, “Generative agents: Interactive simulacra of human behavior,” in Proceedings of the 36th annual acm symposium on user interface software and technology , 2023, pp. 1–22. VII. A PPENDIX A. Source Co...
2023
Reviewed August 6, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.