--- license: other license_name: mixed-cc0-1.0-and-mit license_link: https://huggingface.co/datasets/Alfredvc/chess-autocomplete-eval-datasets/blob/main/README.md#licenses pretty_name: Chess Autocomplete Eval Battery Datasets tags: - chess - lichess - evaluation - benchmark size_categories: - 1M 10`, dropping plies 0 through 10. Grouped Skilled (56,812), Advanced (41,747), Master (8,181). - Source: the Maia-2 project copy, Google Drive id `1fSu4Yp8uYj7xocbHAbjBP6DthsgiJy9X`. - Read by: the `maia` component, surface `table1`. - License: MIT (Maia-2, CSSLab, 2024). Underlying games are Lichess CC0. See `LICENSES/maia2-MIT.txt`. `cross_skill_2023-12.jsonl` - Contents: 4,932,999 scored positions from Lichess December 2023 rapid games. Per active-Elo by opponent-Elo cell, counts match the Maia-2 Appendix Table 8 matrix. Row schema tag `chess_autocomplete.maia2_cross_skill_regenerated.v1`. - Generation: `generate_maia_cross_skill_rows` in `scripts/run_eval_suite.py` scans `lichess_db_standard_rated_2023-12.pgn.zst` from [database.lichess.org](https://database.lichess.org/) in source order and keeps rows per cell until each target count is met. - Read by: the `maia` component, surface `cross_skill_figure2`. - License: CC0-1.0. Derived from Lichess CC0 data. ## Licenses | Path | License | Source | Notice | | --- | --- | --- | --- | | `stratified_human/*` | CC0-1.0 | Lichess DB, re-encoded | | | `maia/cross_skill_2023-12.jsonl` | CC0-1.0 | Lichess DB, regenerated | | | `allie_benchmark/2022-test-annotated.jsonl` | MIT | Allie (Zhang et al., 2024) | `LICENSES/allie-MIT.txt` | | `maia/example_test_dataset.csv` | MIT | Maia-2 (CSSLab, 2024) | `LICENSES/maia2-MIT.txt` | The Allie and Maia sets are redistributed under their MIT terms. The Lichess database is released under CC0. ## Training exclusion The released models are not trained on the Lichess months these sets cover: 2019-12, 2023-12, and 2022. Keeping those months out of training is why this repo exists. All three releases (91M, 350M, 700M) train on the same 21 monthly shards, 2024-01 through 2025-09, listed under `data_config.shards` in each run's `training_config.yaml` in [`chess-autocomplete-v1-checkpoints`](https://huggingface.co/Alfredvc/chess-autocomplete-v1-checkpoints). Every evaluation month here predates that window. ## Download ```bash hf download Alfredvc/chess-autocomplete-eval-datasets \ --repo-type dataset --local-dir eval-datasets ``` The eval suite (`scripts/run_eval_suite.py`) fetches each file from this repo when it is not present locally. ## File manifest | file | size | sha256 | | --- | --- | --- | | `LICENSES/allie-MIT.txt` | 1.0 KiB | `de02e92381b5ccc5…` | | `LICENSES/maia2-MIT.txt` | 1.0 KiB | `dad60c955a91b9d9…` | | `allie_benchmark/2022-test-annotated.jsonl` | 42.7 MiB | `a6014de8ef861b2e…` | | `maia/cross_skill_2023-12.jsonl` | 5.5 GiB | `17eb3c88a61e3837…` | | `maia/example_test_dataset.csv` | 21.5 MiB | `cd4defb7213f052e…` | | `stratified_human/merged-map.bin` | 5.9 MiB | `b47598f23f8fd0a1…` | | `stratified_human/merged-metadata.parquet` | 487.6 KiB | `9ab335ccdcd59fc1…` | | `stratified_human/merged.bin` | 88.7 MiB | `f0e6df96e931db4e…` |