English

Mastering Board Games by External and Internal Planning with Language Models

Artificial Intelligence 2025-05-26 v3 Computation and Language Machine Learning

Abstract

Advancing planning and reasoning capabilities of Large Language Models (LLMs) is one of the key prerequisites towards unlocking their potential for performing reliably in complex and impactful domains. In this paper, we aim to demonstrate this across board games (Chess, Fischer Random / Chess960, Connect Four, and Hex), and we show that search-based planning can yield significant improvements in LLM game-playing strength. We introduce, compare and contrast two major approaches: In external search, the model guides Monte Carlo Tree Search (MCTS) rollouts and evaluations without calls to an external game engine, and in internal search, the model is trained to generate in-context a linearized tree of search and a resulting final choice. Both build on a language model pre-trained on relevant domain knowledge, reliably capturing the transition and value functions in the respective environments, with minimal hallucinations. We evaluate our LLM search implementations against game-specific state-of-the-art engines, showcasing substantial improvements in strength over the base model, and reaching Grandmaster-level performance in chess while operating closer to the human search budget. Our proposed approach, combining search with domain knowledge, is not specific to board games, hinting at more general future applications.

Keywords

Cite

@article{arxiv.2412.12119,
  title  = {Mastering Board Games by External and Internal Planning with Language Models},
  author = {John Schultz and Jakub Adamek and Matej Jusup and Marc Lanctot and Michael Kaisers and Sarah Perrin and Daniel Hennes and Jeremy Shar and Cannada Lewis and Anian Ruoss and Tom Zahavy and Petar Veličković and Laurel Prince and Satinder Singh and Eric Malmi and Nenad Tomašev},
  journal= {arXiv preprint arXiv:2412.12119},
  year   = {2025}
}

Comments

70 pages, 10 figures

R2 v1 2026-06-28T20:37:36.199Z