Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc0-1.0
|
3 |
+
tags:
|
4 |
+
- lichess
|
5 |
+
- chess
|
6 |
+
- puzzles
|
7 |
+
- datasets
|
8 |
+
---
|
9 |
+
|
10 |
+
# Lichess Puzzle Database …
|
11 |
+
|
12 |
+
# Lichess Puzzle Database ▸ Mate‑in‑1/2/3 Subset
|
13 |
+
|
14 |
+
A 10k slice of the official Lichess puzzle corpus.
|
15 |
+
|
16 |
+
**Note: The board is updated to the position that arises after the opponent blunders.**
|
17 |
+
|
18 |
+
## Source
|
19 |
+
|
20 |
+
* Original dataset: [https://huggingface.co/datasets/Lichess/chess-puzzles](https://huggingface.co/datasets/Lichess/chess-puzzles)
|
21 |
+
|
22 |
+
## What’s Inside
|
23 |
+
|
24 |
+
| Category | Count |
|
25 |
+
| --------- | -------- |
|
26 |
+
| Mate‑in‑1 | 3333 |
|
27 |
+
| Mate‑in‑2 | 3333 |
|
28 |
+
| Mate‑in‑3 | 3333 |
|
29 |
+
| **Total** | **9999** |
|
30 |
+
|
31 |
+
## Format Improvements
|
32 |
+
|
33 |
+
| Field | Old | New |
|
34 |
+
| -------- | -------- | ------------------------------- |
|
35 |
+
| Position | FEN | **FEN** & **PGN** |
|
36 |
+
| Solution | UCI move | **UCI move** & **SAN move** |
|
37 |
+
|
38 |
+
## License
|
39 |
+
|
40 |
+
Data and code released under **CC0‑1.0** — no rights reserved.
|