--- license: cc0-1.0 language: - en tags: - chess - pgn - puzzles - tactics pretty_name: Chess Puzzles with PGN Context size_categories: - 1K` 2. The game is replayed move by move until the board FEN matches the puzzle FEN 3. The move-text up to that point is stored as `pgn_context` 4. The first solution move (UCI → SAN) is stored as `best_move_san` Puzzles where the FEN could not be located in the source game are discarded. ## Intended use Evaluating and fine-tuning PGN language models on tactical positions. The `pgn_context` field can be fed directly to any model that generates chess moves as PGN continuations. ## Licensing This dataset is derived from the [Lichess Open Database](https://database.lichess.org/), which is released under [CC0 1.0 (Public Domain)](https://creativecommons.org/publicdomain/zero/1.0/). This derived dataset is also released under CC0 1.0.