How Far Are LLMs from Professional Poker Players? Revisiting Game-Theoretic Reasoning with Agentic Tool Use
Minhua Lin, Enyan Dai, Hui Liu, Xianfeng Tang, Yuliang Yan, Zhenwei Dai, Jingying Zeng, Zhiwei Zhang, Fali Wang, Hongcheng Gao, Chen Luo, Xiang Zhang, Qi He, Suhang Wang
TL;DR
The paper systematically evaluates large language models (LLMs) in poker to assess their ability to perform game-theoretic reasoning under uncertainty. It reveals consistent gaps—heuristic biases, factual misunderstandings, and a gap between reasoning and action—and shows that internal fine-tuning (BC-RIRL) yields only modest gains. To address this, the authors introduce ToolPoker, a tool-integrated reasoning framework that centralizes solver calls to guarantee GTO actions while producing professional-style explanations. Empirical results demonstrate that ToolPoker achieves state-of-the-art gameplay among LLM-based methods and generates reasoning traces that closely reflect game-theoretic principles, highlighting the value of external tool use for high-stakes strategic tasks.
Abstract
As Large Language Models (LLMs) are increasingly applied in high-stakes domains, their ability to reason strategically under uncertainty becomes critical. Poker provides a rigorous testbed, requiring not only strong actions but also principled, game-theoretic reasoning. In this paper, we conduct a systematic study of LLMs in multiple realistic poker tasks, evaluating both gameplay outcomes and reasoning traces. Our analysis reveals LLMs fail to compete against traditional algorithms and identifies three recurring flaws: reliance on heuristics, factual misunderstandings, and a "knowing-doing" gap where actions diverge from reasoning. An initial attempt with behavior cloning and step-level reinforcement learning improves reasoning style but remains insufficient for accurate game-theoretic play. Motivated by these limitations, we propose ToolPoker, a tool-integrated reasoning framework that combines external solvers for GTO-consistent actions with more precise professional-style explanations. Experiments demonstrate that ToolPoker achieves state-of-the-art gameplay while producing reasoning traces that closely reflect game-theoretic principles.
