christopher commited on
Commit
950f927
1 Parent(s): 3c80601

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -87,10 +87,12 @@ Every row of the dataset contains the following fields:
87
  - **`Popularity`**: `int`, a number between `100` (best) and `-100` (worst), calculated as `100 * (upvotes - downvotes)/(upvotes + downvotes)`. Votes are weighted by various factors such as whether the puzzle was solved successfully or the solver's puzzle rating in comparison to the puzzle's.
88
  - **`NbPlays`**: `int`, the number of times a puzzle was played.
89
  - **`Themes`**: `string`, a space separated list of puzzle themes.
90
- - **`GameUrl`**: `string`, the link to the specific game and move the puzzle was taken from.
91
  - **`OpeningTags`**: `string`, a space separated list of openings. This is only set for puzzles starting before move 20.
92
 
93
  ## Additional Information
94
  - For a list of all possible puzzle themes and their description: [puzzleTheme.xml](https://github.com/ornicar/lila/blob/master/translation/source/puzzleTheme.xml)
 
95
  - For a list of all possible openings: https://github.com/lichess-org/chess-openings
96
- <!-- TODO: link to https://lichess.org/@/lichess/blog/new-puzzles-are-here/X-S6gRUA and https://lichess.org/study/viiWlKjv -->
 
 
87
  - **`Popularity`**: `int`, a number between `100` (best) and `-100` (worst), calculated as `100 * (upvotes - downvotes)/(upvotes + downvotes)`. Votes are weighted by various factors such as whether the puzzle was solved successfully or the solver's puzzle rating in comparison to the puzzle's.
88
  - **`NbPlays`**: `int`, the number of times a puzzle was played.
89
  - **`Themes`**: `string`, a space separated list of puzzle themes.
90
+ - **`GameUrl`**: `string`, the link to the specific game and move the puzzle was extracted from.
91
  - **`OpeningTags`**: `string`, a space separated list of openings. This is only set for puzzles starting before move 20.
92
 
93
  ## Additional Information
94
  - For a list of all possible puzzle themes and their description: [puzzleTheme.xml](https://github.com/ornicar/lila/blob/master/translation/source/puzzleTheme.xml)
95
+ - To better understand puzzle themes, check out this study: https://lichess.org/study/viiWlKjv
96
  - For a list of all possible openings: https://github.com/lichess-org/chess-openings
97
+ - For the blog post introducing puzzles from 2020: [blog/new-puzzles-are-here](https://lichess.org/@/lichess/blog/new-puzzles-are-here/X-S6gRUA)
98
+ - For the blog post analyzing Lichess puzzle usage from 2021: [blog/some-puzzling-analysis](https://lichess.org/@/Lichess/blog/some-puzzling-analysis/YAMFfhUA)