Datasets:

Modalities:
Text
Formats:
text
Languages:
English
Size:
< 1K
ArXiv:
Libraries:
Datasets
License:
File size: 23,044 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
{
  "title": "2022_World_Figure_Skating_Championships",
  "url": "https://en.wikipedia.org/wiki/2022_World_Figure_Skating_Championships",
  "summary": "The 2022 World Figure Skating Championships were held in Montpellier, France from March 21\u201327, 2022. Figure skaters competed for the title of world champion in men's singles, women's singles, pairs, and ice dance. The competition was used to determine the entry quotas for each federation at the 2023 World Championships. \nMontpellier was announced as the host in June 2019. It is the first time that Montpellier has ever hosted the World Championships, and the first time that France has hosted since 2012.",
  "content": [
    {
      "section_title": "Background",
      "section_content": [
        {
          "sentence": "The tournament was notable for several high-profile absences",
          "refs": []
        },
        {
          "sentence": "On March 1, 2022, the ISU banned figure skaters and officials from Russia and Belarus from attending all international competitions due to the 2022 Russian invasion of Ukraine",
          "refs": []
        },
        {
          "sentence": "World champions in three of the four disciplines (as well as several other medalists) were barred from competing as a result",
          "refs": []
        },
        {
          "sentence": "The Chinese Skating Association opted not to send any skaters to the competition",
          "refs": [
            "https://isu.org/isu-news/news/145-news/14024-isu-statement-on-the-ukrainian-crisis-participation-in-international-competitions-of-skaters-and-officials-from-russia-and-belarus?templateParam=15"
          ]
        },
        {
          "sentence": "Several leading competitors, such as Nathan Chen and Yuzuru Hanyu withdrew from the World Championship due to injury",
          "refs": [
            "https://www.cbc.ca/sports/the-buzzer-figure-skating-world-championships-preview-1.6393780"
          ]
        }
      ],
      "subsections": [
        {
          "section_title": "Controversy",
          "section_content": [
            {
              "sentence": "During the men's short program on March 24, one judge received backlash from fans and the media for voting that Ukrainian skater Ivan Shmuratko had committed a \"costume/prop violation\" for wearing the Ukrainian national team's training clothes rather than his costume",
              "refs": []
            },
            {
              "sentence": "Shmuratko did not receive a deduction due to a majority of judges' votes being required, and the crowd gave him a standing ovation for his performance",
              "refs": [
                "https://olympics.nbcsports.com/2022/03/24/mens-short-program-world-figure-skating-championships/"
              ]
            },
            {
              "sentence": "On the same day, one day prior to the rhythm dance, the ISU rejected Ukrainian ice dancers Oleksandra Nazarova / Maksym Nikitin's proposed program set to music by Ukrainian artists that included a 15-second snippet of a speech by Ukrainian president Volodymyr Zelenskyy in the Ukrainian language calling for peace; the ISU cited the speech portion of the program as \"propaganda\"",
              "refs": []
            },
            {
              "sentence": "Following intervention by their federation, Nazarova/Nikitin were allowed to compete using a version featuring only music, and like teammate Shmuratko, they also wore the colors of the Ukrainian national team rather than their costumes and received a standing ovation",
              "refs": [
                "https://ufsf.com.ua/%d0%b7%d0%b2%d0%b5%d1%80%d0%bd%d0%b5%d0%bd%d0%bd%d1%8f-%d0%b4%d0%be-isu/"
              ]
            },
            {
              "sentence": "Despite limited training time leading up to the event, they said that they wanted to perform the new program set to \"1944\" by Jamala and Ukrainian folk song \"Oi u luzi chervona kalyna\" performed by Andriy Khlyvnyuk of BoomBox to \"express what they are living through.\"  After the rhythm dance, Ukrainian Figure Skating Federation president Mikhail Makarov issued an appeal to ISU president Jan Dijkema and National Olympic Committee of Ukraine president Sergey Bubka asking for help in understanding the rationale behind the ISU's decision",
              "refs": [
                "https://ufsf.com.ua/%d0%b7%d0%b2%d0%b5%d1%80%d0%bd%d0%b5%d0%bd%d0%bd%d1%8f-%d0%b4%d0%be-isu/",
                "https://www.insider.com/ukrainian-skaters-earn-standing-ovations-world-championships-video-2022-3",
                "https://www.ifsmagazine.com/skating-community-rallies-for-ukraine/"
              ]
            },
            {
              "sentence": "Nazarova/Nikitin later withdrew from the free dance due to feeling that performing their upbeat Moulin Rouge! program was inappropriate in light of the ongoing conflict in Ukraine",
              "refs": [
                "https://ufsf.com.ua/%d0%b7%d0%b2%d0%b5%d1%80%d0%bd%d0%b5%d0%bd%d0%bd%d1%8f-%d0%b4%d0%be-isu/"
              ]
            }
          ],
          "subsections": []
        }
      ]
    },
    {
      "section_title": "Qualification",
      "section_content": [],
      "subsections": [
        {
          "section_title": "Age and minimum TES requirements",
          "section_content": [
            {
              "sentence": "Skaters were eligible for the 2022 World Championships if they turned 15 years of age before July 1, 2021, and if they met the minimum technical elements score requirements",
              "refs": []
            },
            {
              "sentence": "The ISU accepted scores if they were obtained at senior-level ISU-recognized international competitions during the ongoing season at least 21 days before the first official practice day of the championships or during the two preceding seasons (adjusted from the traditional one due to the pandemic)",
              "refs": []
            }
          ],
          "subsections": []
        },
        {
          "section_title": "Number of entries per discipline",
          "section_content": [
            {
              "sentence": "Based on the results of the 2021 World Championships, each ISU member nation can field one to three entries per discipline",
              "refs": []
            }
          ],
          "subsections": []
        }
      ]
    },
    {
      "section_title": "Schedule",
      "section_content": [],
      "subsections": []
    },
    {
      "section_title": "Entries",
      "section_content": [
        {
          "sentence": "Member nations began announcing their selections in December 2021",
          "refs": []
        },
        {
          "sentence": "The International Skating Union published a complete list of entries on March 2, 2022",
          "refs": []
        }
      ],
      "subsections": [
        {
          "section_title": "Changes to preliminary entries",
          "section_content": [],
          "subsections": []
        }
      ]
    },
    {
      "section_title": "Medal summary",
      "section_content": [],
      "subsections": [
        {
          "section_title": "Medalists",
          "section_content": [
            {
              "sentence": "Medals awarded to the skaters who achieve the highest overall placements in each discipline:",
              "refs": []
            },
            {
              "sentence": "Small medals awarded to the skaters who achieve the highest short program or rhythm dance placements in each discipline:",
              "refs": []
            },
            {
              "sentence": "Medals awarded to the skaters who achieve the highest free skating or free dance placements in each discipline:",
              "refs": []
            }
          ],
          "subsections": []
        },
        {
          "section_title": "Medals by country",
          "section_content": [
            {
              "sentence": "Table of medals for overall placement:",
              "refs": []
            },
            {
              "sentence": "*\u00a0\u00a0\u00a0Host nation (France)",
              "refs": []
            },
            {
              "sentence": "Table of small medals for placement in the short/rhythm segment:",
              "refs": []
            },
            {
              "sentence": "*\u00a0\u00a0\u00a0Host nation (France)",
              "refs": []
            },
            {
              "sentence": "Table of small medals for placement in the free segment:",
              "refs": []
            },
            {
              "sentence": "*\u00a0\u00a0\u00a0Host nation (France)",
              "refs": []
            }
          ],
          "subsections": []
        }
      ]
    },
    {
      "section_title": "Records",
      "section_content": [
        {
          "sentence": "The following new ISU best scores were set during this competition:",
          "refs": []
        }
      ],
      "subsections": []
    },
    {
      "section_title": "Results",
      "section_content": [],
      "subsections": [
        {
          "section_title": "Men",
          "section_content": [
            {
              "sentence": "With Shoma Uno earning gold and Yuma Kagiyama taking silver, Japan placed at least one man on the podium for an eighth consecutive World Championships",
              "refs": []
            },
            {
              "sentence": "Uno's title is the country's first in men's singles since 2017.",
              "refs": []
            }
          ],
          "subsections": []
        },
        {
          "section_title": "Women",
          "section_content": [
            {
              "sentence": "The ban against Russian and Belarusian skaters seriously affected the women's singles competition as Russian skaters won 5 of the 6 last World titles in the discipline",
              "refs": []
            },
            {
              "sentence": "They also won 5 of the 6 World medals awarded during the last two World Championships, including a podium sweep in 2021.",
              "refs": []
            },
            {
              "sentence": "Kaori Sakamoto of Japan won the country's first medal since 2018 and the first title since Mao Asada in 2014",
              "refs": []
            },
            {
              "sentence": "Silver medalist Loena Hendrickx of Belgium won the country's first ISU Championships medal in women's singles, while bronze medalist Alysa Liu of the United States won the country's first medal since Ashley Wagner in 2016",
              "refs": []
            },
            {
              "sentence": "It was the first podium featuring skaters representing three different countries since 2014.",
              "refs": []
            }
          ],
          "subsections": []
        },
        {
          "section_title": "Pairs",
          "section_content": [
            {
              "sentence": "Due to the ban against Russian skaters and the Chinese Skating Association's decision not to send any skaters to compete, none of top five pairs from the 2022 Winter Olympics participated at this event",
              "refs": []
            },
            {
              "sentence": "The final number of participants (14 pairs) was the lowest since 1989.",
              "refs": []
            },
            {
              "sentence": "Alexa Knierim / Brandon Frazier of the United States won the country's first pairs medal since Kyoko Ina / John Zimmerman earned bronze in 2002; it was also the first World title for the country since Tai Babilonia / Randy Gardner won in 1979",
              "refs": []
            },
            {
              "sentence": "Japan's Riku Miura / Ryuichi Kihara earned the highest-ever placement for a Japanese pair with their silver medal finish",
              "refs": [
                "https://www.yna.co.kr/view/AKR20220326046300007"
              ]
            },
            {
              "sentence": "Americans Ashley Cain-Gribble / Timothy LeDuc, who were in second place after the short program, withdrew after a fall by Cain-Gribble during their free skate which necessitated her to be stretchered from the ice and hospitalized.",
              "refs": [
                "https://olympics.nbcsports.com/2022/03/24/figure-skating-world-championships-pairs-alexa-knierim-brandon-frazier/"
              ]
            }
          ],
          "subsections": []
        },
        {
          "section_title": "Ice dance",
          "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]",
    "1": "https://isu.org/docman-documents-links/isu-files/event-documents/figure-skating-4/2021-22/championships-36/announcements-115/26106-isu-world-figure-skating-championships-2022-announcement/file",
    "2": "https://www.isu.org/media-centre/press-releases/2019-6/21449-provisional-allotments-of-isu-championships-2021-and-2022/file",
    "3": "https://isu.org/isu-news/news/145-news/14024-isu-statement-on-the-ukrainian-crisis-participation-in-international-competitions-of-skaters-and-officials-from-russia-and-belarus?templateParam=15",
    "4": "https://www.cbc.ca/sports/the-buzzer-figure-skating-world-championships-preview-1.6393780",
    "5": "https://www.usfigureskating.org/news/press-release/us-figure-skating-announces-changes-2022-us-world-figure-skating-team",
    "6": "https://web.archive.org/web/20220312234358/https://sports.yahoo.com/injured-skating-star-hanyu-miss-090631363.html",
    "7": "https://olympics.nbcsports.com/2022/03/24/mens-short-program-world-figure-skating-championships/",
    "8": "https://www.eurosport.com/figure-skating/world-championships/2021-2022/my-heart-is-aching-ukraines-ivan-shmuratko-wows-with-most-moving-routine-at-world-figure-skating-cha_sto8858759/story.shtml",
    "9": "https://ufsf.com.ua/%d0%b7%d0%b2%d0%b5%d1%80%d0%bd%d0%b5%d0%bd%d0%bd%d1%8f-%d0%b4%d0%be-isu/",
    "10": "https://www.insider.com/ukrainian-skaters-earn-standing-ovations-world-championships-video-2022-3",
    "11": "https://www.ifsmagazine.com/skating-community-rallies-for-ukraine/",
    "12": "https://europeonice.com/2022/04/01/nazarova-and-nikitin-ukrainian-display-of-courage-and-defiance-on-world-stage/",
    "13": "https://www.isu.org/inside-isu/isu-communications/communications/25960-isu-communication-2406/file",
    "15": "https://web.archive.org/web/20220419122105/https://montpellier2022.com/en/competition-3/program/",
    "16": "https://results.isu.org/events/fsevent00111055.htm",
    "17": "http://results.isu.org/events/wc2022_Men.htm",
    "18": "http://results.isu.org/events/wc2022_Women.htm",
    "19": "http://results.isu.org/events/wc2022_Pairs.htm",
    "20": "http://results.isu.org/events/wc2022_IceDance.htm",
    "21": "https://www.instagram.com/p/CakC6eAqTzA/",
    "22": "https://skatecanada.ca/2022/01/skate-canada-names-teams-for-2022-isu-championships/",
    "23": "https://www.stll.fi/2022/02/28/yksinluistelun-ja-jaatanssin-mm-valinnat/",
    "24": "https://www.ffsg.org/La-selection-francaise-pour-les-Championnats-du-Monde-de-Montpellier",
    "25": "https://www.eislauf-union.de/media1/news/786-deu-team-f%C3%BCr-eiskunstlauf-weltmeisterschaften-2022-in-montpellier-nominiert",
    "26": "https://www.iceskating.org.uk/post/selections-for-isu-world-figure-skating-championships-2022",
    "27": "https://www.skatingjapan.or.jp/common/img/info/world_2022.pdf",
    "28": "https://knsb.nl/nieuws/lindsay-van-zundert-en-daria-danilova-michel-tsiba-naar-wk-kunstrijden/",
    "29": "https://www.usfigureskating.org/news/press-release/us-figure-skating-announces-womens-selections-world-four-continents-teams",
    "30": "https://www.lesoir.be/427596/article/2022-03-02/loena-hendrickx-repechee-de-justesse-pour-les-mondiaux-de-patinage",
    "31": "https://www.cbc.ca/sports/olympics/winter/figure-skating/kirsten-moore-towers-michael-marinaro-world-championships-1.6394170",
    "32": "https://www.przegladsportowy.pl/sporty-zimowe/lyzwiarstwo/mistrzostwa-swiata-bez-polskich-olimpijczykow/w0j5rce",
    "33": "https://sport.ceskatelevize.cz/clanek/krasobrusleni/sportovni-dvojice-zukova-bidar-nebude-zavodit-na-ms-ve-francii-za-vse-muze-zraneni/6231df167ebea1e7f1edef99",
    "34": "https://www.aravot-ru.am/2022/03/18/379415/",
    "35": "https://ufsf.com.ua/%d0%b0%d0%bd%d0%b0%d1%81%d1%82%d0%b0%d1%81%d1%96%d1%8e-%d1%88%d0%b0%d0%b1%d0%be%d1%82%d0%be%d0%b2%d1%83-%d0%b2%d0%b8%d0%ba%d0%bb%d1%8e%d1%87%d0%b5%d0%bd%d0%be-%d0%b7%d1%96-%d1%81%d0%ba%d0%bb%d0%b0/",
    "36": "https://www.skatingjapan.or.jp/common/img/info/WFSC_Kao%20Miura.pdf",
    "37": "https://www.donga.com/news/Sports/article/all/20220318/112392150/1",
    "38": "https://www.sports.kz/news/kazahstan-uznal-plohie-novosti-pered-startom-chempionata-mira-2022-podrobnosti",
    "39": "http://www.isuresults.com/results/season2122/wc2022/CAT001EN.htm",
    "40": "https://www.instagram.com/p/CbaTCcxtddd/",
    "41": "https://www.oasport.it/2022/03/pattinaggio-artistico-il-covid-19-ferma-le-coppie-azzurre-niente-mondiali-2022-per-ghilardi-ambrosini-e-conti-macii/",
    "42": "http://www.isuresults.com/results/season2122/wc2022/CAT003EN.htm",
    "43": "https://www.westfalen-blatt.de/sport/weltsport/wintermix/eis-paar-haseseegert-hofft-auf-versoehnliche-wm-2546531",
    "44": "http://www.isuresults.com/results/season2122/wc2022/CAT004EN.htm",
    "45": "http://www.isuresults.com/isujsstat/phsdrd.htm",
    "46": "http://www.isuresults.com/isujsstat/phsdfd.htm",
    "47": "http://www.isuresults.com/isujsstat/phsdto.htm",
    "48": "https://olympics.com/en/news/donovan-carrillo-withdraws-2022-figure-skating-world-championships",
    "49": "https://www.yna.co.kr/view/AKR20220326046300007",
    "50": "https://olympics.nbcsports.com/2022/03/24/figure-skating-world-championships-pairs-alexa-knierim-brandon-frazier/",
    "51": "https://www.nikkansports.com/sports/news/202203250000048.html",
    "52": "https://cloudisu.sharepoint.com/sites/SharedDocs/Media/Forms/AllItems.aspx?id=%2Fsites%2FSharedDocs%2FMedia%2FISU%20JGP%20GP%20%26%20Champs%202021%2D22%2FFS%2DWC%2D2022%2DMontpellier%2FQuick%20Quotes%2FWFSC22%5FQQ%5FPairsSP1%2Epdf&parent=%2Fsites%2FSharedDocs%2FMedia%2FISU%20JGP%20GP%20%26%20Champs%202021%2D22%2FFS%2DWC%2D2022%2DMontpellier%2FQuick%20Quotes",
    "53": "http://www.isuresults.com/results/season2122/wc2022/FSKXICEDANCE----------FNL-000100--_StartListwithTimes.pdf",
    "54": "https://apnews.com/article/russia-banned-name-flag-olympic-games-a8bd342806883f66152859701d5ae5d4"
  },
  "spicy_entities": {
    "2022": "DATE",
    "montpellier": "ORG",
    "france": "GPE",
    "march 21\u201327, 2022": "DATE",
    "world championships": "EVENT",
    "june 2019": "DATE",
    "first": "ORDINAL",
    "the world championships": "EVENT",
    "2012": "DATE",
    "march 1, 2022": "DATE",
    "isu": "ORG",
    "russia": "GPE",
    "belarus": "GPE",
    "russian": "NORP",
    "ukraine": "GPE",
    "three": "CARDINAL",
    "four": "CARDINAL",
    "the chinese skating association": "ORG",
    "nathan chen": "PERSON",
    "yuzuru hanyu": "PERSON",
    "the world championship": "EVENT",
    "march 24": "DATE",
    "one": "CARDINAL",
    "ukrainian": "GPE",
    "ivan shmuratko": "PERSON",
    "shmuratko": "PRODUCT",
    "the same day": "DATE",
    "one day": "DATE",
    "oleksandra": "GPE",
    "nazarova": "ORG",
    "maksym nikitin's": "PERSON",
    "15-second": "TIME",
    "volodymyr zelenskyy": "PERSON",
    "nazarova/nikitin": "ORG",
    "1944": "DATE",
    "jamala": "PERSON",
    "oi": "PRODUCT",
    "andriy khlyvnyuk": "ORG",
    "boombox": "ORG",
    "ukrainian figure skating federation": "ORG",
    "mikhail makarov": "PERSON",
    "jan dijkema": "PERSON",
    "national olympic committee of ukraine": "ORG",
    "sergey bubka": "PERSON",
    "moulin rouge": "PERSON",
    "tes": "PERSON",
    "15 years of age before july 1, 2021": "DATE",
    "the ongoing season": "DATE",
    "at least 21 days": "DATE",
    "the 2021": "EVENT",
    "one to three": "CARDINAL",
    "december 2021": "DATE",
    "the international skating union": "ORG",
    "march 2, 2022": "DATE",
    "medalists\n\nmedals": "WORK_OF_ART",
    "shoma uno": "ORG",
    "yuma kagiyama": "PERSON",
    "japan": "GPE",
    "at least one": "CARDINAL",
    "eighth": "ORDINAL",
    "2017": "DATE",
    "belarusian": "NORP",
    "5": "CARDINAL",
    "6": "CARDINAL",
    "2021": "DATE",
    "kaori sakamoto": "PERSON",
    "2018": "DATE",
    "mao asada": "PERSON",
    "2014": "DATE",
    "loena hendrickx": "PERSON",
    "belgium": "GPE",
    "alysa liu": "PERSON",
    "the united states": "GPE",
    "ashley wagner": "PERSON",
    "2016": "DATE",
    "the chinese skating association's": "ORG",
    "five": "CARDINAL",
    "winter olympics": "EVENT",
    "14": "CARDINAL",
    "1989": "DATE",
    "alexa knierim / brandon frazier": "PERSON",
    "kyoko ina": "PERSON",
    "john zimmerman": "PERSON",
    "2002": "DATE",
    "tai babilonia": "GPE",
    "randy gardner": "PERSON",
    "1979": "DATE",
    "riku miura": "PERSON",
    "ryuichi kihara": "PERSON",
    "japanese": "NORP",
    "americans": "NORP",
    "ashley cain-gribble": "PERSON",
    "timothy leduc": "PERSON",
    "second": "ORDINAL",
    "cain-gribble": "ORG"
  },
  "flair_entities": [
    "japanese",
    "france",
    "belarus",
    "americans",
    "ashley cain-gribble",
    "ukraine",
    "nikitin",
    "montpellier",
    "ryuichi kihara",
    "timothy leduc",
    "cain-gribble",
    "japan",
    "oi u luzi chervona kalyna",
    "belarusian",
    "ukrainian figure skating federation",
    "jan dijkema",
    "sergey bubka",
    "boombox",
    "ivan shmuratko",
    "kyoko ina",
    "belgium",
    "oleksandra nazarova",
    "russia",
    "2022 world figure skating championships",
    "shmuratko",
    "isu",
    "yuzuru hanyu",
    "isu championships",
    "yuma kagiyama",
    "riku miura",
    "shoma uno",
    "world championships",
    "alexa knierim",
    "world championship",
    "randy gardner",
    "volodymyr zelenskyy",
    "maksym nikitin",
    "national olympic committee of ukraine",
    "kaori sakamoto",
    "international skating union",
    "ashley wagner",
    "nathan chen",
    "jamala",
    "mikhail makarov",
    "brandon frazier",
    "alysa liu",
    "tai babilonia",
    "nazarova",
    "uno",
    "russian",
    "isu-recognized",
    "mao asada",
    "john zimmerman",
    "ukrainian",
    "moulin rouge!",
    "loena hendrickx",
    "chinese skating association",
    "andriy khlyvnyuk",
    "winter olympics",
    "united states"
  ]
}