{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/arxiv-2605-30100","title":"Chess-World-Model: A 10M-Game Benchmark for Exact State Tracking from Chess Move Sequences","arxiv_id":"2605.30100","date":"2026-05-28","proceeding":null,"authors":["Benjamin Walker","Terry Lyons"],"abstract":"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.","url_abs":"https://arxiv.org/abs/2605.30100","url_pdf":"https://arxiv.org/pdf/2605.30100","source":{"archive":null,"snapshot":"2025-07-28","note":"not in the Papers with Code archive (frozen at the snapshot)","row_kind":"graph","title_abstract_authors_date":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)"},"code_links":[],"tasks":[],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2605.30100","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2605.30100"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/state-spaces/mamba","reach":null},{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/fla-org/flash-linear-attention","reach":null},{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/Benjamin-Walker/Chess-World-Model","reach":null},{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/niklasf/python-chess","reach":null},{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/datasig-ac-uk/slices","reach":null}],"summary":{"ran":17,"unverified":2},"by_repo_kind":{"found_in_text":{"samples":19,"ran":17,"repositories":3}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"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"},"n_pointer_only_for_licence":4,"samples":[{"code_sha256_prefix":"1581751836cf2f8d","entry":"SLiCE","repo":"datasig-ac-uk/slices","repo_kind":"found_in_text","path":"src/slices/slices.py","file_url":"https://github.com/datasig-ac-uk/slices/blob/HEAD/src/slices/slices.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"1581751836cf2f8d"}},{"code_sha256_prefix":"289ce4c835947e59","entry":"apply_rope","repo":"Benjamin-Walker/Chess-World-Model","repo_kind":"found_in_text","path":"models/transformer.py","file_url":"https://github.com/Benjamin-Walker/Chess-World-Model/blob/HEAD/models/transformer.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"289ce4c835947e59"}},{"code_sha256_prefix":"2f46735620be1e53","entry":"binned_exact_sums","repo":"Benjamin-Walker/Chess-World-Model","repo_kind":"found_in_text","path":"evaluation/metrics.py","file_url":"https://github.com/Benjamin-Walker/Chess-World-Model/blob/HEAD/evaluation/metrics.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"2f46735620be1e53"}},{"code_sha256_prefix":"d4304e716ce0c661","entry":"canonicalise_mamba_variant","repo":"Benjamin-Walker/Chess-World-Model","repo_kind":"found_in_text","path":"models/factory.py","file_url":"https://github.com/Benjamin-Walker/Chess-World-Model/blob/HEAD/models/factory.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"d4304e716ce0c661"}},{"code_sha256_prefix":"da75060faeb09c5e","entry":"clone_model_state_to_cpu","repo":"Benjamin-Walker/Chess-World-Model","repo_kind":"found_in_text","path":"training.py","file_url":"https://github.com/Benjamin-Walker/Chess-World-Model/blob/HEAD/training.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"da75060faeb09c5e"}},{"code_sha256_prefix":"01f3007faa62d2bf","entry":"format_rate","repo":"Benjamin-Walker/Chess-World-Model","repo_kind":"found_in_text","path":"training.py","file_url":"https://github.com/Benjamin-Walker/Chess-World-Model/blob/HEAD/training.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"01f3007faa62d2bf"}},{"code_sha256_prefix":"b21a463ebc06fe08","entry":"in_queenside","repo":"niklasf/python-chess","repo_kind":"found_in_text","path":"chess/gaviota.py","file_url":"https://github.com/niklasf/python-chess/blob/HEAD/chess/gaviota.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"GPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"b21a463ebc06fe08"}},{"code_sha256_prefix":"9793ec30c4795ad7","entry":"map24_b","repo":"niklasf/python-chess","repo_kind":"found_in_text","path":"chess/gaviota.py","file_url":"https://github.com/niklasf/python-chess/blob/HEAD/chess/gaviota.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"GPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"9793ec30c4795ad7"}},{"code_sha256_prefix":"c8f528c58a2be140","entry":"map88","repo":"niklasf/python-chess","repo_kind":"found_in_text","path":"chess/gaviota.py","file_url":"https://github.com/niklasf/python-chess/blob/HEAD/chess/gaviota.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"GPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"c8f528c58a2be140"}},{"code_sha256_prefix":"ace6c857d617c5f5","entry":"masked_ce_sum","repo":"Benjamin-Walker/Chess-World-Model","repo_kind":"found_in_text","path":"evaluation/metrics.py","file_url":"https://github.com/Benjamin-Walker/Chess-World-Model/blob/HEAD/evaluation/metrics.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"ace6c857d617c5f5"}},{"code_sha256_prefix":"e87873998a700750","entry":"model_has_nonfinite_params","repo":"Benjamin-Walker/Chess-World-Model","repo_kind":"found_in_text","path":"training.py","file_url":"https://github.com/Benjamin-Walker/Chess-World-Model/blob/HEAD/training.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"e87873998a700750"}},{"code_sha256_prefix":"8944da0d7f47dbc9","entry":"parse_datasets","repo":"Benjamin-Walker/Chess-World-Model","repo_kind":"found_in_text","path":"evaluation/evaluate_on_test_sets.py","file_url":"https://github.com/Benjamin-Walker/Chess-World-Model/blob/HEAD/evaluation/evaluate_on_test_sets.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"8944da0d7f47dbc9"}},{"code_sha256_prefix":"2dc433c190dca68f","entry":"read_checkpoints","repo":"Benjamin-Walker/Chess-World-Model","repo_kind":"found_in_text","path":"evaluation/evaluate_on_test_sets.py","file_url":"https://github.com/Benjamin-Walker/Chess-World-Model/blob/HEAD/evaluation/evaluate_on_test_sets.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"2dc433c190dca68f"}},{"code_sha256_prefix":"1ec2c07817c05ff1","entry":"resolve_checkpoint_path","repo":"Benjamin-Walker/Chess-World-Model","repo_kind":"found_in_text","path":"evaluation/evaluate_on_test_sets.py","file_url":"https://github.com/Benjamin-Walker/Chess-World-Model/blob/HEAD/evaluation/evaluate_on_test_sets.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"1ec2c07817c05ff1"}},{"code_sha256_prefix":"e91f6d66beeca4bb","entry":"resolve_gated_deltanet_model_kwargs","repo":"Benjamin-Walker/Chess-World-Model","repo_kind":"found_in_text","path":"models/factory.py","file_url":"https://github.com/Benjamin-Walker/Chess-World-Model/blob/HEAD/models/factory.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"e91f6d66beeca4bb"}},{"code_sha256_prefix":"0d5b4082f0e044b9","entry":"rotate_half","repo":"Benjamin-Walker/Chess-World-Model","repo_kind":"found_in_text","path":"models/transformer.py","file_url":"https://github.com/Benjamin-Walker/Chess-World-Model/blob/HEAD/models/transformer.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"0d5b4082f0e044b9"}},{"code_sha256_prefix":"e1b2a8eaa981880d","entry":"run_in_background","repo":"niklasf/python-chess","repo_kind":"found_in_text","path":"chess/engine.py","file_url":"https://github.com/niklasf/python-chess/blob/HEAD/chess/engine.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"GPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"e1b2a8eaa981880d"}},{"code_sha256_prefix":"b62c82168a1e521d","entry":"compute_state_loss","repo":"Benjamin-Walker/Chess-World-Model","repo_kind":"found_in_text","path":"evaluation/metrics.py","file_url":"https://github.com/Benjamin-Walker/Chess-World-Model/blob/HEAD/evaluation/metrics.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"b62c82168a1e521d"}},{"code_sha256_prefix":"2591ab122614aa59","entry":"resolve_mamba_model_kwargs","repo":"Benjamin-Walker/Chess-World-Model","repo_kind":"found_in_text","path":"models/factory.py","file_url":"https://github.com/Benjamin-Walker/Chess-World-Model/blob/HEAD/models/factory.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"2591ab122614aa59"}}]},"arxiv_metadata":{"licence":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)","fields":["title","abstract","authors","date"],"primary_category":"cs.LG","source":"arxiv_2026.jsonl"},"syntology_extracted_results":{"kind":"leaderboard_placements","source":"Syntology's leaderboard-shaped extractor over the paper's own arXiv-HTML tables: a model pointed at a cell, the number was read from that cell and checked against the board's metric, dataset, split and scale, and an independent check accepted the entry; not reviewed by the paper's authors or the archive's editors","extractor_model":"global.anthropic.claude-sonnet-4-5-20250929-v1:0","verifier_model":null,"prompt_sha":"fa63d4bb9d755694","coverage":{"sentence":"Syntology has checked 6,264 of the 9,581 papers on this site that are newer than the archive; results from the others appear after they are checked.","papers_newer_than_archive":9581,"papers_checked":6264},"entries":[],"not_placed":{"boards":0,"rejected_by_independent_check":0,"refused_by_a_rule":0,"check_did_not_answer":0,"proposed_without_a_cell":0,"declined_by_site":0}}}