English

Can Large Language Models Develop Strategic Reasoning? Post-training Insights from Learning Chess

Artificial Intelligence 2025-08-29 v3 Machine Learning

Abstract

While reinforcement learning (RL) for large language models (LLMs) has shown promise in mathematical reasoning, strategic reasoning for LLMs using RL remains largely unexplored. We investigate whether LLMs can develop strategic reasoning capabilities through RL in chess. To this end, we leverage a chess-pretrained action-value network to provide dense reward on the LLM's output move quality, which can be seen as a form of knowledge distillation. Our experiments show that our distillation-based dense rewards often outperform sparse binary rewards. However, surprisingly, all models plateau far below expert levels. We provide SFT and RL ablations on chess reasoning training and find evidence that this limitation stems from a deficit in the pretrained models' internal understanding of chess-a deficit which RL alone may not be able to fully overcome. The code is available at https://github.com/krafton-ai/Chess-R1.

Keywords

Cite

@article{arxiv.2507.00726,
  title  = {Can Large Language Models Develop Strategic Reasoning? Post-training Insights from Learning Chess},
  author = {Dongyoon Hwang and Hojoon Lee and Jaegul Choo and Dongmin Park and Jongho Park},
  journal= {arXiv preprint arXiv:2507.00726},
  year   = {2025}
}

Comments

Accepted into Test-time Scaling and Reasoning Models (SCALR) workshop at COLM 2025. 28 pages

R2 v1 2026-07-01T03:41:32.404Z