chess-autocomplete-eval-datasets
收藏资源简介:
该数据集是“国际象棋自动补全评估套件数据集”,专门用于评估一系列国际象棋自动补全模型(如91M、350M、700M参数版本)的性能。它不包含模型、评估代码或结果,仅提供评估所需的输入数据。数据集总大小为5.6 GiB,由三个核心评估组件的数据构成:1. stratified_human/:包含来自Lichess 2022-2023年的768,000盘标准对局,总计45,728,786步棋,数据经过分层处理形成768个单元格(基于Elo等级分和时间控制),以二进制令牌格式存储。2. allie_benchmark/:包含来自Lichess 2022年快棋对局的884,049个已评分棋局位置,排除了开局阶段和时钟时间少于30秒的棋步。3. maia/:包含两个子集:example_test_dataset.csv(来自Lichess 2019年12月常规棋对局的127,852行已评分位置,用于按技能水平评估)和cross_skill_2023-12.jsonl(来自Lichess 2023年12月常规棋对局的4,932,999个已评分位置,数量分布与Maia-2项目匹配)。所有数据源自Lichess数据库(CC0许可证)或基于其衍生,部分文件遵循MIT许可证。数据集排除了模型训练月份(2024-01至2025-09),确保评估公正性,覆盖的评估月份(2019-12、2022、2023-12)均早于训练窗口。
This dataset is the "Chess Autocomplete Evaluation Suite Dataset," specifically designed for evaluating the performance of a series of chess autocomplete models (e.g., 91M, 350M, 700M parameter versions). It does not include models, evaluation code, or results, only providing the input data required for evaluation. The total dataset size is 5.6 GiB, consisting of data from three core evaluation components: 1. stratified_human/: Contains 768,000 standard games from Lichess 2022-2023, totaling 45,728,786 moves. The data is stratified into 768 cells (16 white Elo rating buckets × 16 black Elo rating buckets × 3 time controls: ultra-rapid, rapid, classical), with each cell containing 1,000 games, stored in binary token format consistent with the base dataset `Alfredvc/chess-autocomplete-lichess`. 2. allie_benchmark/: Contains 884,049 rated board positions from Lichess 2022 rapid games, excluding moves from the opening phase and those made with less than 30 seconds on the clock. 3. maia/: Includes two subsets: `example_test_dataset.csv` (127,852 rows of rated positions from Lichess December 2019 classical games, used for evaluation grouped by player skill level: proficient, advanced, master) and `cross_skill_2023-12.jsonl` (4,932,999 rated positions from Lichess December 2023 classical games, with quantity distribution matching the Maia-2 projects appendix Table 8). All data originates from the Lichess database (CC0 license) or is derived from it, with files in `allie_benchmark` and `maia/example_test_dataset.csv` redistributed under the MIT license from the Allie (Zhang et al., 2024) and Maia-2 (CSSLab, 2024) projects, respectively. The dataset intentionally excludes months used for model training (2024-01 to 2025-09) to ensure fair evaluation, with evaluation months covered (2019-12, 2022, 2023-12) all predating the training window.
数据集概述:Chess Autocomplete Eval Battery Datasets
该数据集是为国际象棋自动补全模型(chess-autocomplete)提供的完整评估套件输入数据,仅包含输入数据,不包含模型、评估代码或评估结果。数据集总大小为5.6 GiB(6.0 GB),记录数量在1M到10M之间。
数据集组成
数据集包含三个主要子目录,每个子目录对应评估套件的一个组件:
1. stratified_human/
- 文件:
merged.bin、merged-map.bin、merged-metadata.parquet - 内容:768,000局Lichess标准棋局(2022-2023年),共45,728,786步棋。按16个白方Elo区间 × 16个黑方Elo区间 × 3种时限(子弹棋、快棋、闪电棋)分层为768个单元,每单元1,000局棋。不含古典棋类。
- 编码:与
Alfredvc/chess-autocomplete-lichess相同的二进制token格式。merged.bin包含46,496,786个uint16token;merged-map.bin包含每局棋的uint64字节偏移量(768,000条);merged-metadata.parquet每行对应一局棋的元数据。 - 许可证:CC0-1.0(源自Lichess CC0数据)
2. allie_benchmark/
- 文件:
2022-test-annotated.jsonl - 内容:884,049个来自Lichess 2022年闪电棋局的有评分局面。排除开局着法和时限低于30秒的着法。
- 来源:Hugging Face数据集
yimingzhang/allie-data中的lichess-2022-blitz-test/2022-test-annotated.jsonl文件。 - 许可证:MIT(Allie, Zhang et al., 2024)。底层棋局为Lichess CC0。
3. maia/
-
example_test_dataset.csv:- 内容:127,852行来自Lichess 2019年12月快棋棋局的有评分局面,已排除30秒以内的着法。评估时取其中106,740个
move_ply > 10的局面,分组为熟练(56,812)、高级(41,747)、大师(8,181)。 - 许可证:MIT(Maia-2, CSSLab, 2024)。底层棋局为Lichess CC0。
- 内容:127,852行来自Lichess 2019年12月快棋棋局的有评分局面,已排除30秒以内的着法。评估时取其中106,740个
-
cross_skill_2023-12.jsonl:- 内容:4,932,999个来自Lichess 2023年12月快棋棋局的有评分局面。按活跃Elo与对手Elo单元划分,计数与Maia-2附录表8矩阵匹配。
- 许可证:CC0-1.0(源自Lichess CC0数据)
许可证信息
| 路径 | 许可证 | 来源 |
|---|---|---|
stratified_human/* |
CC0-1.0 | Lichess数据库,重新编码 |
maia/cross_skill_2023-12.jsonl |
CC0-1.0 | Lichess数据库,重新生成 |
allie_benchmark/2022-test-annotated.jsonl |
MIT | Allie(Zhang et al., 2024) |
maia/example_test_dataset.csv |
MIT | Maia-2(CSSLab, 2024) |
训练排除说明
已发布的三个模型(91M、350M、700M)均未使用本数据集中覆盖的Lichess月份(2019年12月、2023年12月、2022年)进行训练。这些模型使用2024年1月至2025年9月共21个月的月度分片数据进行训练。
文件清单
| 文件 | 大小 |
|---|---|
LICENSES/allie-MIT.txt |
1.0 KiB |
LICENSES/maia2-MIT.txt |
1.0 KiB |
allie_benchmark/2022-test-annotated.jsonl |
42.7 MiB |
maia/cross_skill_2023-12.jsonl |
5.5 GiB |
maia/example_test_dataset.csv |
21.5 MiB |
stratified_human/merged-map.bin |
5.9 MiB |
stratified_human/merged-metadata.parquet |
487.6 KiB |
stratified_human/merged.bin |
88.7 MiB |




