Datasets:

Modalities:
Text
Formats:
text
Languages:
English
Size:
< 1K
ArXiv:
Libraries:
Datasets
License:
File size: 24,820 Bytes
ca18b9c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
{
  "title": "Candidates_Tournament_2022",
  "url": "https://en.wikipedia.org/wiki/Candidates_Tournament_2022",
  "summary": "The 2022 Candidates Tournament was an eight-player chess tournament to decide the challenger for the World Chess Championship 2023. The tournament took place at the Palacio de Santo\u00f1a in Madrid, Spain, from June 16 to July 5, 2022, with the World Championship finishing in April 2023. As with every Candidates tournament since 2013, it was a double round-robin tournament.The eight qualifiers were Ian Nepomniachtchi, Teimour Radjabov, Jan-Krzysztof Duda, Alireza Firouzja, Fabiano Caruana, Hikaru Nakamura, Rich\u00e1rd Rapport, and Ding Liren. Sergey Karjakin was originally a qualifier, but was disqualified for breaching the FIDE Code of Ethics after publicly expressing approval of the Russian invasion of Ukraine. Karjakin was replaced by Ding, the highest-rated player who had not yet qualified.\nNepomniachtchi won the tournament undefeated with a round to spare and the highest score in any Candidates tournament since the modern format was introduced in 2013. This made him one of five players to win consecutive Candidates, the others being Vasily Smyslov, Boris Spassky, Viktor Korchnoi, and Anatoly Karpov. Ding ended up in second place, having pulled off a last-round victory against Nakamura who failed to hold the game to a draw that would have seen him finish in second place instead.\nNepomniachtchi was scheduled to play a match against Magnus Carlsen for the World Chess Championship. But after the tournament, Carlsen confirmed that he would not play, which he already had announced as likely after the World Chess Championship 2021. Instead Nepomniachtchi played Ding, the second-place finisher, for the world championship.",
  "content": [
    {
      "section_title": "Participants",
      "section_content": [],
      "subsections": [
        {
          "section_title": "Qualification of Radjabov",
          "section_content": [
            {
              "sentence": "Teimour Radjabov had qualified for the previous Candidates Tournament, which was scheduled to begin on 17 March 2020 in Russia",
              "refs": []
            },
            {
              "sentence": "With the COVID-19 pandemic rapidly spreading around the world in early 2020, Radjabov privately asked FIDE to postpone the tournament",
              "refs": []
            },
            {
              "sentence": "FIDE refused to do so, so Radjabov withdrew on 6 March 2020",
              "refs": []
            },
            {
              "sentence": "The tournament began on time, but after one week of play (half the matches completed) FIDE suspended the tournament anyway, citing public health restrictions imposed by the Russian government due to the pandemic",
              "refs": [
                "[ERROR retrieving ref link]"
              ]
            },
            {
              "sentence": "With his concerns vindicated by the events, Radjabov called for his reinstatement into the 2020 tournament once it was rescheduled",
              "refs": []
            },
            {
              "sentence": "FIDE again refused Radjabov's request, instead offering him a direct entry into the 2022 Candidates, which he accepted",
              "refs": [
                "https://fide.com/news/1097"
              ]
            },
            {
              "sentence": "The 2020 Candidates was not completed until April 2021.",
              "refs": [
                "[ERROR retrieving ref link]"
              ]
            }
          ],
          "subsections": []
        },
        {
          "section_title": "Disqualification of Karjakin",
          "section_content": [
            {
              "sentence": "Following the Russian invasion of Ukraine, Sergey Karjakin made numerous public statements praising the invasion, and shared Russian-government statements about the military action, which many commentators viewed as propaganda",
              "refs": []
            },
            {
              "sentence": "In March 2022, the FIDE Ethics and Disciplinary Commission ruled that Karjakin had breached the FIDE Code of Ethics with his statements, so banned him from playing FIDE-related tournaments for a period of six months,   including the 2022 Candidates Tournament",
              "refs": [
                "https://en.chessbase.com/post/radjabov-retires-from-candidates-vachier-lagrave-to-jump-in",
                "https://www.chess.com/news/view/teimour-radjabov-interview-fide-candidates-chess"
              ]
            },
            {
              "sentence": "Karjakin had 21 days to appeal,  though was unrepentant and said he did not see any point in doing so",
              "refs": [
                "https://en.chessbase.com/post/radjabov-retires-from-candidates-vachier-lagrave-to-jump-in"
              ]
            },
            {
              "sentence": "Nevertheless, the Chess Federation of Russia filed an appeal on his behalf",
              "refs": [
                "https://www.fide.com/news/1650"
              ]
            },
            {
              "sentence": "On May 6, FIDE's Appeal Chamber upheld the decision",
              "refs": [
                "https://web.archive.org/web/20220321232616/https://worldchess.com/news/all/gm-sergey-karjakin-is-banned-for-6-months-by-fide-ethics/"
              ]
            },
            {
              "sentence": "Karjakin had the option of a further appeal to the Court of Arbitration for Sport,  but none was submitted before the Candidates Tournament started.",
              "refs": [
                "https://www.chess.com/news/view/sergey-karjakin-banned-for-6-months",
                "https://chess24.com/en/read/news/sergey-karjakin-banned-from-chess-for-6-months-over-ukraine-stance",
                "https://chess24.com/en/read/news/sergey-karjakin-banned-from-chess-for-6-months-over-ukraine-stance"
              ]
            }
          ],
          "subsections": []
        },
        {
          "section_title": "Qualification of Ding Liren",
          "section_content": [
            {
              "sentence": "Originally, no player would have qualified solely by their rating",
              "refs": []
            },
            {
              "sentence": "However, following the ban of Karjakin, the rules stated the replacement would be the highest rated player who had not already qualified, based on the May 2022 rating list, with a requirement of having played at least 30 officially rated games between June 2021 and May 2022",
              "refs": [
                "https://ruchess.ru/en/news/all/cfr_to_appeal_fide_edc_s_decision_to_disqualify_sergey_karjakin/"
              ]
            },
            {
              "sentence": "In the April 2022 rating list,  the highest rated player (who was not world champion or already qualified) was Ding Liren with a rating of 2799",
              "refs": [
                "https://www.fide.com/news/1736"
              ]
            },
            {
              "sentence": "However Ding had only played 4 of the required 30 rated games  due to his inability to travel to tournaments outside China during the COVID-19 pandemic",
              "refs": [
                "https://www.fide.com/news/1650"
              ]
            },
            {
              "sentence": "Ding therefore needed to play at least 26 rated games in March and April, which would be incorporated into the May 2022 rating list",
              "refs": [
                "https://chess24.com/en/read/news/fide-dismisses-sergey-karjakin-s-appeal"
              ]
            },
            {
              "sentence": "He also needed to maintain his rating lead over the next highest non-qualifier \u2013 several other players could potentially have overtaken him, including Shakhriyar Mamedyarov and Levon Aronian",
              "refs": []
            },
            {
              "sentence": "The Chinese Chess Association organized three different rated events at short notice, each involving Ding,  thereby allowing him to meet the minimum games requirement",
              "refs": [
                "https://en.chessbase.com/post/qualification-criteria-candidates-2022"
              ]
            },
            {
              "sentence": "A strong performance in those events meant he also increased his rating, moving up to #2 in the rating list",
              "refs": []
            },
            {
              "sentence": "Once Karjakin's appeal was denied, Ding officially qualified for the Candidates Tournament",
              "refs": [
                "https://ratings.fide.com/toparc.phtml?cod=685"
              ]
            }
          ],
          "subsections": []
        }
      ]
    },
    {
      "section_title": "Organization",
      "section_content": [
        {
          "sentence": "The tournament was an eight-player, double round-robin tournament, meaning there were 14 rounds with each player facing the others twice: once with the black pieces and once with the white pieces",
          "refs": []
        },
        {
          "sentence": "The tournament winner qualified to play Magnus Carlsen for the World Championship in 2023",
          "refs": []
        },
        {
          "sentence": "However, Carlsen said following the previous championship in 2021 that, due to a lack of motivation, he might not defend his title unless the challenger was Alireza Firouzja, who rose to number two in the world rankings in 2021 at the age of 18",
          "refs": []
        },
        {
          "sentence": "In April 2022, he went further, saying that he is unlikely to play, with no mention of any potential opponent",
          "refs": [
            "https://ratings.fide.com/toparc.phtml?cod=689"
          ]
        },
        {
          "sentence": "After the tournament, FIDE gave a deadline of July 20, 2022 for Carlsen to make a decision before retracting it later calling it a \"misunderstanding\"",
          "refs": [
            "https://chess24.com/en/read/news/ding-liren-world-no-2-on-may-2022-fide-rating-list"
          ]
        },
        {
          "sentence": "However on July 20, Magnus Carlsen stated that he was unwilling to play, meaning that the top two finishers of the candidates played for the world championship in 2023",
          "refs": []
        },
        {
          "sentence": "Players from the same federation were required to play each other in the first rounds of each half  to avoid collusion",
          "refs": [
            "https://handbook.fide.com/files/handbook/Regulations_for_the_FIDE_Candidates_Tournament_2022.pdf"
          ]
        },
        {
          "sentence": "The players affected in the 2022 Candidates were Fabiano Caruana and Hikaru Nakamura from the US; they faced each other in rounds 1 and 8.",
          "refs": [
            "https://en.chessbase.com/post/ding-liren-confirmed-to-play-in-the-candidates"
          ]
        }
      ],
      "subsections": [
        {
          "section_title": "Regulations",
          "section_content": [
            {
              "sentence": "The time control was 120 minutes for the first 40 moves, 60 minutes for the next 20 moves, and then 15 minutes for the rest of the game, plus a 30-second increment per move starting from move 61",
              "refs": []
            },
            {
              "sentence": "Players got 1 point for a win, \u00bd point for a draw and 0 points for a loss.",
              "refs": []
            },
            {
              "sentence": "While there was no tie for first place, such a situation would have been addressed as follows:",
              "refs": [
                "https://handbook.fide.com/files/handbook/Regulations_for_the_FIDE_Candidates_Tournament_2022.pdf"
              ]
            },
            {
              "sentence": "This was a change from previous candidates tournaments from 2013 to 2021, which used tie-breaks based on players' results in the tournament (such as results of head-to-head games between tied players, and number of wins)",
              "refs": []
            },
            {
              "sentence": "Ties for places other than first were broken by, in order: (1) Sonneborn\u2013Berger score; (2) total number of wins; (3) head-to-head score among tied players; (4) drawing of lots.",
              "refs": []
            },
            {
              "sentence": "The prize money was \u20ac48,000 for first place, \u20ac36,000 for second place, and \u20ac24,000 for third place (with players on the same number of points sharing prize money, irrespective of tie-breaks), plus \u20ac3,500 per half-point for every player, for a total prize pool of \u20ac500,000",
              "refs": []
            },
            {
              "sentence": "During the 2022 Chess Candidates tournament, the players were uncertain if Magnus Carlsen would defend or forfeit his World Chess Champion title",
              "refs": []
            },
            {
              "sentence": "As such, it was not clear if the tournament's runner-up would become the challenger for the 2023 World Chess Championship title match until the event was over.",
              "refs": []
            }
          ],
          "subsections": []
        }
      ]
    },
    {
      "section_title": "Results",
      "section_content": [],
      "subsections": [
        {
          "section_title": "Standings",
          "section_content": [
            {
              "sentence": "As world champion Carlsen announced after the tournament that he would not defend the world title, both first and second place advanced to the 2023 title match.",
              "refs": []
            },
            {
              "sentence": "Tie-breakers for first place: (1) results in tie-break games for first place;",
              "refs": []
            },
            {
              "sentence": "Tie breakers for non-first place:  (1) results in tie-break games for first place, if any; (2) Sonneborn\u2013Berger score (SB); (3) total number of wins; (4) head-to-head score among tied players; (5) drawing of lots",
              "refs": []
            },
            {
              "sentence": "Note: Numbers in the crosstable in a white background indicate the result playing the respective opponent with the white pieces (black pieces if on a black background)",
              "refs": []
            },
            {
              "sentence": "This does not give information which of the two games was played in the first half of the tournament, and which in the second.",
              "refs": []
            }
          ],
          "subsections": []
        },
        {
          "section_title": "Points by round",
          "section_content": [
            {
              "sentence": "This table shows each player's cumulative difference between their number of wins and losses after each round",
              "refs": []
            },
            {
              "sentence": "Green backgrounds indicate the player(s) with the highest score after each round",
              "refs": []
            },
            {
              "sentence": "Magenta backgrounds indicate player(s) who could no longer win the tournament after each round, while red backgrounds indicate those who could no longer finish second either.",
              "refs": []
            }
          ],
          "subsections": []
        },
        {
          "section_title": "Results by round",
          "section_content": [
            {
              "sentence": "In April 2022, FIDE announced pairings for the tournament",
              "refs": []
            },
            {
              "sentence": "Tie-breaks, if they had been required, would have been played on 5 July",
              "refs": [
                "https://www.theguardian.com/sport/2022/apr/22/chess-magnus-carlsen-unlikely-to-defend-crown-but-questions-remain"
              ]
            },
            {
              "sentence": "Since Nepomniachtchi had a decisive result, no tie breaks were actually played.",
              "refs": []
            },
            {
              "sentence": "First named player is white",
              "refs": []
            },
            {
              "sentence": "1\u20130 indicates a white win, 0\u20131 indicates a black win, and \u00bd\u2013\u00bd indicates a draw",
              "refs": []
            },
            {
              "sentence": "Numbers in parentheses show players' scores prior to the round",
              "refs": []
            },
            {
              "sentence": "Final column indicates opening played, sourced from The Week in Chess",
              "refs": []
            }
          ],
          "subsections": []
        }
      ]
    },
    {
      "section_title": "See also",
      "section_content": [],
      "subsections": []
    },
    {
      "section_title": "Notes",
      "section_content": [],
      "subsections": []
    },
    {
      "section_title": "References",
      "section_content": [],
      "subsections": []
    },
    {
      "section_title": "External links",
      "section_content": [],
      "subsections": []
    }
  ],
  "references": {
    "14": "[ERROR retrieving ref link]",
    "15": "[ERROR retrieving ref link]",
    "17": "[ERROR retrieving ref link]",
    "1": "https://fide.com/news/1646",
    "2": "https://en.chessbase.com/post/fide-candidates-2022-announcement",
    "3": "https://www.theguardian.com/sport/2021/dec/17/magnus-carlsen-chess-alireza-firouzja-world-title",
    "4": "https://handbook.fide.com/files/handbook/Regulations_for_the_FIDE_Candidates_Tournament_2022.pdf",
    "5": "https://www.chess.com/news/view/2022-fide-candidates-tournament-round-14",
    "6": "https://www.chess.com/news/view/2022-fide-candidates-tournament-round-13",
    "7": "https://www.chess.com/news/view/magnus-carlsen-not-to-defend-chess-world-title",
    "8": "https://defector.com/magnus-carlsen-says-hell-only-defend-his-title-against-teenage-genius-alireza-firouzja/",
    "9": "https://www.fide.com/news/1787",
    "10": "https://fide.com/news/1097",
    "11": "https://worldchampionshipcycle.fide.com/",
    "12": "https://ratings.fide.com/top.phtml?list=men",
    "13": "https://www.chess.com/news/view/2022-fide-council-ukraine-belarus-russia",
    "16": "https://fide.com/news/1097",
    "18": "https://en.chessbase.com/post/radjabov-retires-from-candidates-vachier-lagrave-to-jump-in",
    "19": "https://www.chess.com/news/view/teimour-radjabov-interview-fide-candidates-chess",
    "20": "https://chess24.com/en/read/news/radjabov-given-controversial-spot-in-2022-candidates",
    "21": "https://www.fide.com/news/1650",
    "22": "https://web.archive.org/web/20220321232616/https://worldchess.com/news/all/gm-sergey-karjakin-is-banned-for-6-months-by-fide-ethics/",
    "23": "https://www.chess.com/news/view/sergey-karjakin-banned-for-6-months",
    "24": "https://chess24.com/en/read/news/sergey-karjakin-banned-from-chess-for-6-months-over-ukraine-stance",
    "25": "https://ruchess.ru/en/news/all/cfr_to_appeal_fide_edc_s_decision_to_disqualify_sergey_karjakin/",
    "26": "https://www.fide.com/news/1736",
    "27": "https://chess24.com/en/read/news/fide-dismisses-sergey-karjakin-s-appeal",
    "28": "https://en.chessbase.com/post/qualification-criteria-candidates-2022",
    "29": "https://ratings.fide.com/toparc.phtml?cod=685",
    "30": "https://www.theguardian.com/sport/2022/mar/25/chess-china-ding-liren-could-make-unlikely-late-bid-for-candidates-place-magnus-carlsen",
    "31": "https://www.chess.com/news/view/ding-liren-world-number-two-candidates",
    "32": "https://ratings.fide.com/toparc.phtml?cod=689",
    "33": "https://chess24.com/en/read/news/ding-liren-world-no-2-on-may-2022-fide-rating-list",
    "34": "https://en.chessbase.com/post/ding-liren-confirmed-to-play-in-the-candidates",
    "35": "https://www.chess.com/news/view/magnus-carlsen-defend-world-chess-title-alireza-firouzja",
    "36": "https://www.theguardian.com/sport/2022/apr/22/chess-magnus-carlsen-unlikely-to-defend-crown-but-questions-remain",
    "37": "https://chess24.com/en/read/news/berlin-candidates-1-a-stunning-start",
    "38": "https://candidates.fide.com/",
    "39": "https://fide.com/news/1716",
    "40": "https://theweekinchess.com/chessnews/events/fide-candidates-tournament-2022",
    "41": "https://theweekinchess.com/live"
  },
  "spicy_entities": {
    "2022": "DATE",
    "eight": "CARDINAL",
    "the world chess championship 2023": "ORG",
    "the palacio de santo\u00f1a": "FAC",
    "madrid": "GPE",
    "spain": "GPE",
    "june 16 to july 5, 2022": "DATE",
    "world championship": "EVENT",
    "april 2023": "DATE",
    "candidates": "ORG",
    "2013": "DATE",
    "ian nepomniachtchi": "PERSON",
    "teimour radjabov": "PRODUCT",
    "alireza firouzja": "PERSON",
    "fabiano caruana": "ORG",
    "hikaru nakamura": "PERSON",
    "rich\u00e1rd rapport": "PERSON",
    "ding liren": "PERSON",
    "sergey karjakin": "PERSON",
    "the fide code of ethics": "LAW",
    "russian": "NORP",
    "ukraine": "GPE",
    "karjakin": "PERSON",
    "ding": "PERSON",
    "nepomniachtchi": "PERSON",
    "one": "CARDINAL",
    "five": "CARDINAL",
    "vasily smyslov": "ORG",
    "boris spassky": "PERSON",
    "viktor korchnoi": "PERSON",
    "anatoly karpov": "GPE",
    "second": "ORDINAL",
    "nakamura": "PERSON",
    "carlsen": "PERSON",
    "the world chess championship": "ORG",
    "the world chess championship 2021": "ORG",
    "candidates tournament": "PERSON",
    "17 march 2020": "DATE",
    "russia": "GPE",
    "covid-19": "ORG",
    "early 2020": "DATE",
    "radjabov": "PERSON",
    "fide": "ORG",
    "6 march 2020": "DATE",
    "one week": "DATE",
    "half": "CARDINAL",
    "2020": "DATE",
    "april 2021": "DATE",
    "march 2022": "DATE",
    "the fide ethics and disciplinary commission": "ORG",
    "a period of six months": "DATE",
    "21 days": "DATE",
    "the chess federation of russia": "ORG",
    "may 6": "DATE",
    "appeal chamber": "ORG",
    "the court of arbitration for sport": "ORG",
    "may 2022": "DATE",
    "at least 30": "CARDINAL",
    "june 2021": "DATE",
    "april 2022": "DATE",
    "2799": "DATE",
    "4": "CARDINAL",
    "30": "CARDINAL",
    "china": "GPE",
    "at least 26": "CARDINAL",
    "march": "DATE",
    "april": "DATE",
    "shakhriyar mamedyarov": "PERSON",
    "levon aronian": "PERSON",
    "the chinese chess association": "ORG",
    "three": "CARDINAL",
    "up to #2": "MONEY",
    "once karjakin's": "PERSON",
    "14": "CARDINAL",
    "the world championship": "EVENT",
    "2023": "DATE",
    "2021": "DATE",
    "two": "CARDINAL",
    "the age of 18": "DATE",
    "july 20, 2022 for": "DATE",
    "july 20": "DATE",
    "first": "ORDINAL",
    "us": "GPE",
    "1": "CARDINAL",
    "120 minutes": "TIME",
    "40": "CARDINAL",
    "60 minutes": "TIME",
    "15 minutes": "TIME",
    "30-second": "TIME",
    "61": "CARDINAL",
    "\u00bd": "PERSON",
    "0": "CARDINAL",
    "berger": "PERSON",
    "2": "CARDINAL",
    "3": "CARDINAL",
    "48,000": "MONEY",
    "36,000": "MONEY",
    "third": "ORDINAL",
    "500,000": "MONEY",
    "world chess champion": "ORG",
    "world chess championship": "EVENT",
    "sb": "ORG",
    "5": "CARDINAL",
    "the first half": "DATE",
    "magenta": "DATE",
    "5 july": "DATE",
    "1\u20130": "CARDINAL",
    "the week": "DATE",
    "chess": "ORG"
  },
  "flair_entities": [
    "nakamura",
    "2022 candidates",
    "alireza firouzja",
    "viktor korchnoi",
    "anatoly karpov",
    "palacio de santo\u00f1a",
    "candidates tournament",
    "berger",
    "the week in chess",
    "sonneborn",
    "ding liren",
    "world championship",
    "china",
    "fide ethics and disciplinary commission",
    "russian-government",
    "court of arbitration for sport",
    "boris spassky",
    "levon aronian",
    "chess federation of russia",
    "madrid",
    "fabiano caruana",
    "karjakin",
    "covid-19",
    "hikaru nakamura",
    "carlsen",
    "fide code of ethics",
    "ukraine",
    "russia",
    "shakhriyar mamedyarov",
    "teimour radjabov",
    "appeal chamber",
    "vasily smyslov",
    "ian nepomniachtchi",
    "world chess championship",
    "spain",
    "magenta",
    "ding",
    "magnus carlsen",
    "radjabov  teimour radjabov",
    "world chess champion",
    "us",
    "nepomniachtchi",
    "2022 candidates tournament",
    "jan-krzysztof duda",
    "russian",
    "rich\u00e1rd rapport",
    "sergey karjakin",
    "chinese chess association",
    "fide",
    "chess candidates",
    "radjabov"
  ]
}