Update README.md
Browse files
README.md
CHANGED
@@ -44,12 +44,12 @@ tags:
|
|
44 |
<!-- Provide a quick summary of the dataset. -->
|
45 |
## Dataset Description
|
46 |
|
47 |
-
4,
|
48 |
|
49 |
-
This dataset is updated monthly, and was last updated on
|
50 |
|
51 |
### Dataset Creation
|
52 |
-
Generating
|
53 |
|
54 |
|
55 |
### Dataset Usage
|
|
|
44 |
<!-- Provide a quick summary of the dataset. -->
|
45 |
## Dataset Description
|
46 |
|
47 |
+
**4,800,453 chess puzzles**, rated and tagged. See them in action on [Lichess](https://lichess.org/training/themes).
|
48 |
|
49 |
+
This dataset is updated monthly, and was last updated on March 7h, 2025.
|
50 |
|
51 |
### Dataset Creation
|
52 |
+
Generating the initial dataset chess puzzles took more than **50 years of CPU time**. We went through **300,000,000 analyzed games** from the Lichess database, and re-analyzed interesting positions with Stockfish 12/13/14/15 NNUE at 40 meganodes. The resulting puzzles were then [automatically tagged](https://github.com/ornicar/lichess-puzzler/tree/master/tagger). To determine the rating, each attempt to solve is considered as a Glicko-2 rated game between the player and the puzzle. Finally, player votes refine the tags and define popularity.
|
53 |
|
54 |
|
55 |
### Dataset Usage
|