paper-with-me

Papers

Chess as a Testbed for Language Model State Tracking

2021-02-26 · Shubham Toshniwal, Sam Wiseman, Karen Livescu, Kevin Gimpel

Transformer language models have made tremendous strides in natural language understanding tasks. However, the complexity of natural language makes it challenging to ascertain how accurately these models are tracking the world state underlying the text. Motivated by this issue, we consider the task of language modeling for the game of chess. Unlike natural language, chess notations describe a simple, constrained, and deterministic domain. Moreover, we observe that the appropriate choice of chess notation allows for directly probing the world state, without requiring any additional probing-related machinery. We find that: (a) With enough training data, transformer language models can learn to track pieces and predict legal moves with high accuracy when trained solely on move sequences. (b) For small training sets providing access to board state information during training can yield significant improvements. (c) The success of transformer language models is dependent on access to the entire game history i.e. "full attention". Approximating this full attention results in a significant performance drop. We propose this testbed as a benchmark for future work on the development and analysis of transformer language models.

📄 PDF Abstract BibTeX arXiv:2102.13249

Code (2)

shtoshni/learning-chess-blindfolded 공식 구현 pytorch
shtoshni92/learning-chess-blindfolded 공식 구현 pytorch

Tasks

Game of ChessLanguage ModelingLanguage ModellingNatural Language Understanding

Similar Papers 제목 키워드 기반

ChessArena: A Chess Testbed for Evaluating Strategic Reasoning Capabilities of Large Language Models

2025-09-29 · Jincheng Liu, Sijun He, Jingjing Wu, Xiangsen Wang 외 arxiv

Recent large language models (LLMs) have shown strong reasoning capabilities. However, a critical question remains: do these models possess genuine strategic reasoning, or do they primarily excel at pattern recognition? …

Explore the Reasoning Capability of LLMs in the Chess Testbed

2024-11-11 · Shu Wang, Lei Ji, Renxi Wang, Wenxiao Zhao 외

Reasoning is a central capability of human intelligence. In recent years, with the advent of large-scale datasets, pretrained large language models have emerged with new capabilities, including reasoning. However, these …

Chess-World-Model: A 10M-Game Benchmark for Exact State Tracking from Chess Move Sequences

2026-05-28 · Benjamin Walker, Terry Lyons arxiv

World models require state tracking, which is the ability to maintain a correct latent state across action sequences. Existing benchmarks are often synthetic or language-based, limiting their value as tests of structured…

ChessQA: Evaluating Large Language Models for Chess Understanding

2025-10-28 · Qianfeng Wen, Zhenwei Tang, Ashton Anderson arxiv

Chess provides an ideal testbed for evaluating the reasoning, modeling, and abstraction capabilities of large language models (LLMs), as it has well-defined structure and objective ground truth while admitting a wide spe…

Learning Chess Blindfolded

2021-01-01 · Shubham Toshniwal, Sam Wiseman, Karen Livescu, Kevin Gimpel

Transformer language models have made tremendous strides in natural language understanding. However, the complexity of natural language makes it challenging to ascertain how accurately these models are tracking the world…

Domain ProbingGame of ChessLanguage ModelingLanguage Modelling+1