arXiv:2605.30100cs.LG2026-05

用1000万盘真实棋局测试模型精确追踪棋盘状态的能力。

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
图 1 · 摘自论文原文
  • 基于真实对弈数据构建棋局状态追踪基准
  • 循环模型在小参数量下显著优于Transformer
  • 随机走法测试揭示模型是否真懂规则而非记忆常见局面

世界模型需具备跨动作序列保持正确隐状态的能力。现有基准多为合成或语言类,难以检验现实场景中的结构化状态更新。我们提出Chess-World-Model,一个基于1000万盘真实国际象棋对局的大规模状态追踪基准,要求模型预测一系列合法走法后的精确棋盘状态。除保留的真实对局测试集外,还包含来自均匀随机合法走法的分布外测试集,以检验模型是否学习了真实转移规则而非依赖人类常见局面的捷径。先前理论与实证研究显示,Transformer在状态追踪上表现不佳,而依赖输入的线性RNN需高表达力的状态转移矩阵才能有效工作。因此,我们在统一接口和训练协议下评估因果Transformer、块对角SLiCE、Mamba-3及带负特征值的Gated DeltaNet。循环模型在300万和800万参数时显著优于Transformer;真实对局性能在1800万参数后饱和,但随机走法测试在4000万参数仍具区分度,暴露出尺度掩盖的失败。消融实验表明,所有三种循环模型的状态转移机制表达力越弱,在分布外测试中性能越差。综合结果确立Chess-World-Model作为可实践的大规模状态追踪基准,能暴露尺度提升所隐藏的缺陷。

原文摘要 · Abstract (English)

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.

状态追踪世界模型国际象棋基准测试

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。