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

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

28 May 2026arXiv:2605.30100added by Syntology

Benjamin Walker, Terry Lyons

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

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 state updates in realistic domains. We introduce Chess-World-Model, a large-scale state-tracking benchmark built from 10 million real chess games, where models predict the exact board state reached after a sequence of legal moves. Alongside a held-out real-game split, we include an out-of-distribution split from uniformly random legal play, which tests whether models learn the transition rules rather than shortcuts from common human positions. Prior theoretical and empirical work has shown that Transformers struggle to state-track, while input-dependent linear RNNs require expressive state-transition matrices to do so. We therefore benchmark a causal Transformer, block-diagonal SLiCE, Mamba-3, and Gated DeltaNet with negative eigenvalues under a matched interface and training protocol. The recurrent models strongly outperform the Transformer at 3 and 8 million parameters. Real-game performance saturates above 18 million parameters, but the random-uniform split remains discriminative up to 40 million, exposing failures otherwise hidden by scale. Additionally, ablations show that less expressive state-transition mechanisms reduce performance on the out-of-distribution split for all three recurrent models. Together, these results establish Chess-World-Model as a practical large-scale benchmark for state tracking that exposes failures model scale would otherwise conceal.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2605.30100")

Code

Syntology Ran 17 of 19 code samples harvested from 3 repositories linked to this paper; 2 have no recorded run. Of those that ran: 17 ran with no contract checked.

By repository: found in paper text by Syntology: 19 samples from 3 repositories, 17 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

state-spaces/mamba found in paper text by Syntology report
fla-org/flash-linear-attention found in paper text by Syntology report
Benjamin-Walker/Chess-World-Model found in paper text by Syntology report
niklasf/python-chess found in paper text by Syntology report
datasig-ac-uk/slices found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

19 samples harvested; 17 ran; 0 honoured the contract we drafted; 2 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

17ran
2unverified

Licence: 4 of the 19 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 3 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

SLiCE datasig-ac-uk/slices/src/slices/slices.py found in paper text by Syntology ran · metamorphic tier: deterministic MIT (permissive) · 1581751836cf2f8d · report
apply_rope Benjamin-Walker/Chess-World-Model/models/transformer.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 289ce4c835947e59 · report
binned_exact_sums Benjamin-Walker/Chess-World-Model/evaluation/metrics.py found in paper text by Syntology ran MIT (permissive) · 2f46735620be1e53 · report
canonicalise_mamba_variant Benjamin-Walker/Chess-World-Model/models/factory.py found in paper text by Syntology ran fingerprinted MIT (permissive) · d4304e716ce0c661 · report
clone_model_state_to_cpu Benjamin-Walker/Chess-World-Model/training.py found in paper text by Syntology ran MIT (permissive) · da75060faeb09c5e · report
format_rate Benjamin-Walker/Chess-World-Model/training.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 01f3007faa62d2bf · report
in_queenside niklasf/python-chess/chess/gaviota.py found in paper text by Syntology ran fingerprinted GPL-3.0 (copyleft) · pointer only · b21a463ebc06fe08 · report
map24_b niklasf/python-chess/chess/gaviota.py found in paper text by Syntology ran fingerprinted GPL-3.0 (copyleft) · pointer only · 9793ec30c4795ad7 · report
map88 niklasf/python-chess/chess/gaviota.py found in paper text by Syntology ran fingerprinted GPL-3.0 (copyleft) · pointer only · c8f528c58a2be140 · report
masked_ce_sum Benjamin-Walker/Chess-World-Model/evaluation/metrics.py found in paper text by Syntology ran MIT (permissive) · ace6c857d617c5f5 · report
model_has_nonfinite_params Benjamin-Walker/Chess-World-Model/training.py found in paper text by Syntology ran MIT (permissive) · e87873998a700750 · report
parse_datasets Benjamin-Walker/Chess-World-Model/evaluation/evaluate_on_test_sets.py found in paper text by Syntology ran MIT (permissive) · 8944da0d7f47dbc9 · report
read_checkpoints Benjamin-Walker/Chess-World-Model/evaluation/evaluate_on_test_sets.py found in paper text by Syntology ran MIT (permissive) · 2dc433c190dca68f · report
resolve_checkpoint_path Benjamin-Walker/Chess-World-Model/evaluation/evaluate_on_test_sets.py found in paper text by Syntology ran MIT (permissive) · 1ec2c07817c05ff1 · report
resolve_gated_deltanet_model_kwargs Benjamin-Walker/Chess-World-Model/models/factory.py found in paper text by Syntology ran MIT (permissive) · e91f6d66beeca4bb · report
rotate_half Benjamin-Walker/Chess-World-Model/models/transformer.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 0d5b4082f0e044b9 · report
run_in_background niklasf/python-chess/chess/engine.py found in paper text by Syntology ran GPL-3.0 (copyleft) · pointer only · e1b2a8eaa981880d · report
compute_state_loss Benjamin-Walker/Chess-World-Model/evaluation/metrics.py found in paper text by Syntology unverified MIT (permissive) · b62c82168a1e521d · report
resolve_mamba_model_kwargs Benjamin-Walker/Chess-World-Model/models/factory.py found in paper text by Syntology unverified MIT (permissive) · 2591ab122614aa59 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2605.30100, was issued in May 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections