christopher commited on
Commit
a0c7f4d
1 Parent(s): f2ae24d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -10
README.md CHANGED
@@ -77,16 +77,16 @@ One row of the dataset looks like this:
77
 
78
  Every row of the dataset contains the following fields:
79
 
80
- - `PuzzleId`: `string`, the puzzle's unique identifier.
81
- - `FEN`: `string`, the FEN string of the position before the opponent makes their move.
82
- - `Moves`: `string`, the solution to the puzzle. All player moves of the solution are "only moves", i.e. playing any other move would considerably worsen the player position. An exception is made for mates in one: there can be several. Any move that checkmates should win the puzzle.
83
- - `Rating`: `int`, the Glicko-2 rating of the puzzle.
84
- - `RatingDeviation`: `int`, the Glicko-2 rating deviation of the puzzle.
85
- - `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.
86
- - `NbPlays`: `int`, the number of times a puzzle was played.
87
- - `Themes`: `string`, a space separated list of puzzle themes.
88
- - `GameUrl`: `string`, the link to the puzzle on https://lichess.org
89
- - `OpeningTags`: `string`, a space separated list of openings. This is only set for puzzles starting before move 20.
90
 
91
  For a list of all possible puzzle themes and their description: https://github.com/ornicar/lila/blob/master/translation/source/puzzleTheme.xml
92
  For a list of all possible openings: https://github.com/lichess-org/chess-openings
 
77
 
78
  Every row of the dataset contains the following fields:
79
 
80
+ - **`PuzzleId`**: `string`, the puzzle's unique identifier.
81
+ - **`FEN`**: `string`, the FEN string of the position before the opponent makes their move.
82
+ - **`Moves`**: `string`, the solution to the puzzle. All player moves of the solution are "only moves", i.e. playing any other move would considerably worsen the player position. An exception is made for mates in one: there can be several. Any move that checkmates should win the puzzle.
83
+ - **`Rating`**: `int`, the Glicko-2 rating of the puzzle.
84
+ - **`RatingDeviation`**: `int`, the Glicko-2 rating deviation of the puzzle.
85
+ - **`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.
86
+ - **`NbPlays`**: `int`, the number of times a puzzle was played.
87
+ - **`Themes`**: `string`, a space separated list of puzzle themes.
88
+ - **`GameUrl`**: `string`, the link to the puzzle on https://lichess.org
89
+ - **`OpeningTags`**: `string`, a space separated list of openings. This is only set for puzzles starting before move 20.
90
 
91
  For a list of all possible puzzle themes and their description: https://github.com/ornicar/lila/blob/master/translation/source/puzzleTheme.xml
92
  For a list of all possible openings: https://github.com/lichess-org/chess-openings