CoolFace
Datasetpublic

Chess-Nut-Engine/chess-sft-corpus-4x-eval

Chess SFT Eval and Benchmark Held-out evaluation splits and a frozen benchmark for Chess-Nut-Engine/chess-sft-corpus-4x. Every FEN in these files is excluded from generated training data (the blocklist is game-scoped: sibling positions of eval games are excluded too). Frozen from the 4x corpus generation run of 2026-07-06 (generator revision 3cd161b1078cdfa6598fba939f40250072adb524) Benchmark: 13,000 frozen examples across 9 splits; eval splits share the game-scoped blocklist… See the full description on the dataset page: https://huggingface.co/datasets/Chess-Nut-Engine/chess-sft-corpus-4x-eval.

sourceHugging Faceapache-2.0updated 3mo agoView on Hugging Face
0likes51downloads
Dataset Card

Chess SFT Eval and Benchmark

Held-out evaluation splits and a frozen benchmark for Chess-Nut-Engine/chess-sft-corpus-4x. Every FEN in these files is excluded from generated training data (the blocklist is game-scoped: sibling positions of eval games are excluded too).

  • Frozen from the 4x corpus generation run of 2026-07-06 (generator revision 3cd161b1078cdfa6598fba939f40250072adb524)
  • Benchmark: 13,000 frozen examples across 9 splits; eval splits share the game-scoped blocklist (182,061 FENs) excluded from the training corpus
Eval examples13,000
Benchmark examples13,000
FormatJSONL

Loading

python
from datasets import load_dataset

eval_ds = load_dataset("Chess-Nut-Engine/chess-sft-corpus-4x-eval", "eval_splits")
bench_ds = load_dataset("Chess-Nut-Engine/chess-sft-corpus-4x-eval", "benchmark")

Eval Splits

SplitDescriptionExamplesSize
chess960Fischer Random positions5000.1 MB
endgamesTablebase-backed endgame play1,5000.2 MB
evaluationPosition assessment1,5000.3 MB
mateMATE move-choice examples1,0000.1 MB
openingsOpening knowledge with ECO holdout5000.2 MB
perceptionBoard reading and representation2,0000.3 MB
planningBest move, puzzle, and consequence tasks2,0001.0 MB
rulesMove legality and chess rules2,0000.3 MB
tacticsTactical motifs and puzzle labels2,0001.0 MB

Frozen Benchmark

SplitDescriptionExamplesSize
chess960Fischer Random positions5000.2 MB
endgamesTablebase-backed endgame play1,5000.5 MB
evaluationPosition assessment1,5000.7 MB
mateMATE move-choice examples1,0000.4 MB
openingsOpening knowledge with ECO holdout5000.3 MB
perceptionBoard reading and representation2,0001.5 MB
planningBest move, puzzle, and consequence tasks2,0001.4 MB
rulesMove legality and chess rules2,0001.6 MB
tacticsTactical motifs and puzzle labels2,0001.4 MB