Pre2Post-Chess
Collection
Open-sourced models and datasets for training the chess reasoning models. • 8 items • Updated • 7
The dataset viewer is not available because its heuristics could not detect any supported data files. You can try uploading some data files, or configuring the data files location manually.
Raw tokenized pretraining data for chess models pretraining, stored as
sharded NumPy arrays (shard_XXXX/raw.NNNN.npy).
shard_0000/ … shard_0005/, each containing
raw.NNNN.npy files of tokenized text.numpy.load(...) and concatenate as needed for your data loader.If you use this dataset, please cite it:
@article{pre2post-chess,
title = {Understanding Reasoning from Pretraining to Post-Training},
author = {Shen, Jingyan and Li, Ang and Rahman, Salman and Sun, Yifan and
Goldblum, Micah and Telgarsky, Matus and Izmailov, Pavel},
journal = {arXiv preprint arXiv:2607.16097},
year = {2026},
url = {https://arxiv.org/pdf/2607.16097}
}