CHESS-WORLD-MODEL
收藏资源简介:
CHESS-WORLD-MODEL是由牛津大学与帝国理工学院联合构建的大规模国际象棋状态追踪基准数据集,旨在评估序列模型在现实确定性动作领域中的精确状态维护能力。该数据集源自公开的Lichess开放数据库,包含1000万场真实对局,每条数据由国际象棋着法序列与对应的完整棋盘状态(包括棋子位置及辅助变量)精确对齐构成,通过UCI着法编码和75个分类标签实现结构化表示。其创建过程通过对原始PGN格式游戏进行轨迹对齐和预处理,生成了训练集、保留验证集及随机均匀测试集,后者通过均匀随机合法着法生成以检验模型对规则而非人类对局模式的泛化能力。该数据集主要应用于序列模型架构比较、世界模型状态更新机制研究,以及揭示模型规模可能掩盖的状态追踪失败问题,为开发具有可靠状态跟踪能力的学习型世界模型提供了实践基础。
CHESS-WORLD-MODEL is a large-scale chess state-tracking benchmark dataset jointly constructed by the University of Oxford and Imperial College London, aimed at evaluating the precise state maintenance ability of sequence models in real-world deterministic action domains. Derived from the public Lichess open database, it contains 10 million real chess games. Each data entry comprises precisely aligned chess move sequences and their corresponding full board states, including piece positions and auxiliary variables, and is structured using UCI move encoding and 75 classification tags. During its development, raw games in PGN format undergo trajectory alignment and preprocessing to produce the training set, held-out validation set, and randomly uniform test set. The test set is generated via uniformly random legal moves to examine the model's generalization to chess rules rather than human gameplay patterns. This dataset is primarily utilized for sequence model architecture comparison, research on world model state update mechanisms, and uncovering state tracking failure issues that may be masked by model scale, providing a practical foundation for developing learned world models with reliable state tracking capabilities.
Chess-World-Model 数据集总结
数据集概述
Chess-World-Model 是一个包含 1000万局棋局 的基准测试数据集,用于评估序列模型从国际象棋走棋序列中精确跟踪棋盘状态的能力。数据集的核心任务不是下棋,而是给定合法的UCI走棋序列后,模型必须在每个游戏前缀后重建完整的棋局状态。
数据来源与构成
数据来源
- 真实对局来自 Lichess 开放数据库(CC0 许可)
- 训练/验证集使用 2025年3月 的Lichess标准评级对局
- 保留测试集使用 2025年4月 的Lichess对局
数据分布
- 分布内数据:来自人类真实对局
- 分布外数据:通过均匀采样合法随机走棋生成,用于测试模型在非人类轨迹下的状态跟踪能力
数据规模与格式
| 项目 | 详细信息 |
|---|---|
| 总游戏数 | 最多1000万局 |
| 最小回合要求 | 至少10个完整回合(min_fullmoves=10) |
| 数据分片 | 每片100万局游戏 |
| 数据格式 | 分片的JSONL文件,包含对齐的走棋序列与状态 |
状态表示
每个时间步预测 75个分类状态标签,包括:
- 全部64个棋盘格子的棋子位置
- FEN格式辅助变量(行棋方、王车易位权、过路兵状态、回合计数器)
配套模型
数据集中提供了四种序列模型的训练协议:
| 模型家族 | 参数规模(约) | 依赖 |
|---|---|---|
| Transformer | 3M-38M | 基础安装 |
| SLiCE | 3M-38M | 基础安装 |
| Gated DeltaNet | 3M-38M | flash-linear-attention |
| Mamba-3 | 3M-38M | mamba-ssm |
许可信息
- 数据集代码:MIT 许可
- Lichess 数据库导出:CC0 许可(由 Lichess 单独分发)

- 1Chess-World-Model: A 10M-Game Benchmark for Exact State Tracking from Chess Move Sequences牛津大学·数学研究所; 帝国理工学院·数学系 · 2026年



