Datasets:

Modalities:
Text
Formats:
text
Languages:
English
Size:
< 1K
ArXiv:
Libraries:
Datasets
License:
File size: 36,916 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
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
{
  "title": "Eurovision_Song_Contest_2024",
  "url": "https://en.wikipedia.org/wiki/Eurovision_Song_Contest_2024",
  "summary": "The Eurovision Song Contest 2024 is set to be the 68th edition of the Eurovision Song Contest. It is scheduled to take place in Malm\u00f6, Sweden, following the country's victory at the 2023 contest with the song \"Tattoo\" by Loreen. Organised by the European Broadcasting Union (EBU) and host broadcaster Sveriges Television (SVT), the contest will be held at the Malm\u00f6 Arena, and will consist of two semi-finals on 7 and 9 May, and a final on 11 May 2024. It will be the third edition of the contest to take place in Malm\u00f6, which hosted it in 1992 and 2013, and the seventh in Sweden, which last hosted it in Stockholm in 2016.",
  "content": [
    {
      "section_title": "Location",
      "section_content": [
        {
          "sentence": "The 2024 contest will take place in Malm\u00f6, Sweden, following the country's victory at the 2023 edition with the song \"Tattoo\", performed by Loreen",
          "refs": []
        },
        {
          "sentence": "It will be the seventh time Sweden hosts the contest, having previously done so in 1975, 1985, 1992, 2000, 2013, and 2016",
          "refs": []
        },
        {
          "sentence": "The selected venue is the 15,500-seat Malm\u00f6 Arena, a multi-purpose indoor arena which serves as a venue for handball matches, floorball matches, concerts, and other events, noted for having already hosted the Eurovision Song Contest in 2013",
          "refs": []
        }
      ],
      "subsections": [
        {
          "section_title": "Bidding phase",
          "section_content": [
            {
              "sentence": "Immediately after Sweden's win in the 2023 contest, the first cities to voice their interest in hosting the 2024 edition were Stockholm, Gothenburg and Malm\u00f6, the three largest cities in the country as well as the ones to have previously hosted the contest",
              "refs": []
            },
            {
              "sentence": "Besides these, a number of other cities also expressed their intention to bid in the days that followed the 2023 victory, namely Eskilstuna, J\u00f6nk\u00f6ping, \u00d6rnsk\u00f6ldsvik, Partille and Sandviken",
              "refs": []
            },
            {
              "sentence": "SVT set a deadline of 12 June 2023 for interested cities to formally apply",
              "refs": []
            },
            {
              "sentence": "Stockholm and Gothenburg officially announced their bids on 7 and 10 June respectively,   followed by Malm\u00f6 and \u00d6rnsk\u00f6ldsvik on 13 June",
              "refs": [
                "https://eurovoix.com/2023/06/10/eurovision-2024-gothenburg-prepares-bid-to-host/",
                "https://www.expressen.se/noje/stockholm-vill-ha-eurovision/",
                "https://eurovoix.com/2023/06/10/eurovision-2024-gothenburg-prepares-bid-to-host/"
              ]
            },
            {
              "sentence": "Shortly before the closing of the application period, SVT revealed that it had received several bids,  later clarifying that they had come from these four cities",
              "refs": [
                "https://www.svt.se/nyheter/lokalt/vasternorrland/ornskoldsvik-kommun-har-ansokt-om-att-fa-arrangera-eurovision",
                "https://eurovoix.com/2023/06/13/eurovision-2024-malmo-bid/",
                "https://sverigesradio.se/artikel/flera-i-kampen-att-fa-vara-vardstad-for-eurovision-kort-om-tid"
              ]
            },
            {
              "sentence": "Prior to this announcement, Sandviken and J\u00f6nk\u00f6ping had already declared to have opted out",
              "refs": [
                "https://www.svt.se/kultur/fyra-stader-som-slass-om-eurovision-song-contest-2024",
                "https://www.svt.se/nyheter/lokalt/vast/politisk-majoritet-i-goteborg-vill-arrangera-eurovision-song-contest"
              ]
            },
            {
              "sentence": "On 7 July, Gothenburg and \u00d6rnsk\u00f6ldsvik's bids were reported to have been eliminated",
              "refs": [
                "https://eurovoix.com/2023/06/08/eurovision-2024-sandviken-bid-to-host/",
                "https://sverigesradio.se/artikel/problemet-som-satte-stopp-for-eurovision-i-jonkoping"
              ]
            },
            {
              "sentence": "Later that day, the EBU and SVT announced Malm\u00f6 as the host city",
              "refs": [
                "https://www.aftonbladet.se/nojesbladet/melodifestivalen/a/pQOkGW/goteborg-och-ornskoldsvik-far-inte-eurovision"
              ]
            },
            {
              "sentence": "Key:\u00a0\u2020\u00a0 Host city\u00a0*\u00a0 Shortlisted\u00a0^\u00a0 Submitted a bid",
              "refs": []
            }
          ],
          "subsections": []
        }
      ]
    },
    {
      "section_title": "Provisional list of participating countries",
      "section_content": [
        {
          "sentence": "Eligibility for participation in the Eurovision Song Contest requires a national broadcaster with an active EBU membership capable of receiving the contest via the Eurovision network and broadcasting it live nationwide",
          "refs": []
        },
        {
          "sentence": "The EBU issues invitations to participate in the contest to all members.",
          "refs": []
        },
        {
          "sentence": "For the 2024 contest, eligible countries had until 15 September 2023 to send the EBU confirmation of their participation and until 11 October 2023 to withdraw without facing financial penalties",
          "refs": []
        },
        {
          "sentence": "However, as of 14\u00a0November\u00a02023, [update] the list of participating countries had not yet been defined, as opposed to previous years when it was released as early as October",
          "refs": [
            "https://esctoday.com/191769/monaco-tvmonaco-launches-in-september-will-the-country-return-to-eurovision/",
            "https://ogaegreece.com/eurovision-news-swedish-production-begins-details-countries/"
          ]
        },
        {
          "sentence": "As of November\u00a02023, [update] the following 35 countries have publicly confirmed their intention to participate in 2024",
          "refs": []
        },
        {
          "sentence": "Luxembourg is set to return to the contest 31 years after its last participation in 1993.",
          "refs": []
        }
      ],
      "subsections": [
        {
          "section_title": "Other countries",
          "section_content": [],
          "subsections": [
            {
              "section_title": "Active EBU members",
              "section_content": [
                {
                  "sentence": "Active EBU member broadcasters in Andorra, Bosnia and Herzegovina, Monaco and Slovakia have so far confirmed non-participation prior to the announcement of the participants list by the EBU",
                  "refs": []
                }
              ],
              "subsections": []
            },
            {
              "section_title": "Associate EBU members",
              "section_content": [],
              "subsections": []
            },
            {
              "section_title": "Non-EBU members",
              "section_content": [],
              "subsections": []
            }
          ]
        }
      ]
    },
    {
      "section_title": "Production",
      "section_content": [
        {
          "sentence": "The Eurovision Song Contest 2024 will be produced by the Swedish national broadcaster Sveriges Television (SVT)",
          "refs": []
        },
        {
          "sentence": "The core team will consist of Ebba Adielsson as chief executive producer, Christel Tholse Willers\u00a0 [sv] as executive producer in charge of communications, Tobias \u00c5berg as executive in charge of production, Johan Bernhagen as executive line producer, Christer Bj\u00f6rkman as contest producer, and Per Blankens\u00a0 [sv] as TV producer",
          "refs": []
        },
        {
          "sentence": "Additional production personnel will include head of production David Wess\u00e9n, head of legal Mats Lindgren, head of media Madeleine Sinding-Larsen, and executive assistant Linnea Lopez",
          "refs": []
        },
        {
          "sentence": "Willers, \u00c5berg, Bernhagen, Bj\u00f6rkman and Lindgren have previously worked on the 2000, 2013 and/or 2016 contests, in various capacities",
          "refs": []
        },
        {
          "sentence": "Bj\u00f6rkman has also produced the American Song Contest (an adaptation of the Eurovision format for the United States) and has been largely involved in Melodifestivalen, the Swedish national final for Eurovision, at which Blankens, Sinding-Larsen and Willers have also worked",
          "refs": [
            "https://eurovoix.com/2023/10/19/kosovo-ebu-reportedly-positive-of-song-festival/",
            "https://omoss.svt.se/arkiv/nyhetsarkiv/2023-06-14-esc-2024---svt-har-utsett-ansvarigt-team.html",
            "https://eurovision.tv/story/svt-appoints-eurovision-song-contest-2024-core-team"
          ]
        },
        {
          "sentence": "Malm\u00f6 Municipality will contribute 30 million\u00a0SEK (approximately \u20ac2.5 million) to the budget of the contest",
          "refs": []
        }
      ],
      "subsections": [
        {
          "section_title": "Slogan",
          "section_content": [
            {
              "sentence": "On 14 November 2023, the EBU and SVT announced that \"United by Music\", the slogan of the 2023 contest, would be retained for 2024 and future editions",
              "refs": []
            }
          ],
          "subsections": []
        }
      ]
    },
    {
      "section_title": "Format",
      "section_content": [],
      "subsections": [
        {
          "section_title": "Semi-final allocation draw",
          "section_content": [
            {
              "sentence": "An allocation draw is organised to determine the participating countries' designated semi-final",
              "refs": []
            },
            {
              "sentence": "The semi-finalists are divided over a number of pots, based on historical voting patterns, with the purpose of reducing the chance of \"bloc voting\" and to increase suspense in the semi-finals",
              "refs": []
            },
            {
              "sentence": "The draw also determines which semi-final each of the automatic qualifiers\u00a0\u2013 host country Sweden and \"Big Five\" countries (France, Germany, Italy, Spain and the United Kingdom)\u00a0\u2013 will vote in and be required to broadcast",
              "refs": [
                "https://esctoday.com/191959/eurovision-2024-malmo-to-invest-e-2-5-million-on-the-contest/"
              ]
            },
            {
              "sentence": "The ceremony is expected to be held in January 2024 and to include the passing of the host city insignia from the mayor (or equivalent role) of the previous host city to the one of the next host city \u00a0\u2013 i.e",
              "refs": [
                "https://eurovision.tv/about/in-depth/semi-final-allocation-draw/"
              ]
            },
            {
              "sentence": "from Andrew Lewis, chief executive of the Liverpool City Council, to Katrin Stjernfeldt Jammeh, commissioner of Malm\u00f6 Municipality.",
              "refs": []
            }
          ],
          "subsections": []
        },
        {
          "section_title": "Proposed changes",
          "section_content": [
            {
              "sentence": "A number of changes to the format of the contest have been proposed and/or considered for the 2024 edition",
              "refs": []
            },
            {
              "sentence": "The first discussions on the matter took place at the annual Eurovision Song Contest Workshop, held at the Meistersaal in Berlin, Germany, on 12 September 2023",
              "refs": []
            },
            {
              "sentence": "Decisions as to whether and what changes will be applied are up to the contest's reference group",
              "refs": []
            },
            {
              "sentence": "The rules of the 2024 contest were published on 1 November 2023; no notable changes were made compared to the previous edition",
              "refs": [
                "https://www.aftonbladet.se/a/4oG4p9",
                "https://www.youtube.com/watch?v=89i6_tSBC3c"
              ]
            }
          ],
          "subsections": [
            {
              "section_title": "Voting system and rules",
              "section_content": [
                {
                  "sentence": "After the outcome of the 2023 contest, which saw Sweden win despite Finland's lead in the televoting, sparked controversy among the audience, Norwegian broadcaster NRK started talks with the EBU regarding a potential revision of the jury voting procedure; it has been noted that Norwegian entries in recent years have also been penalised by the juries, particularly in 2019 and 2023, when the country finished in sixth and fifth place overall, respectively, despite coming first in 2019 and third in 2023 with the televote",
                  "refs": []
                },
                {
                  "sentence": "In an interview, the Norwegian head of delegation Stig Karlsen\u00a0 [no] discussed the idea of reducing the jury's weight on the final score from the current 49.4% to 40% or 30%",
                  "refs": [
                    "https://eurovision.tv/about/rules",
                    "https://www.tv2.no/underholdning/avslorer-nar-fremtiden-til-juryordningen-blir-avgjort/15818164/",
                    "https://www.nrk.no/kultur/eurovision-alessandra_-_-jeg-tenker-folk-bor-ha-mer-a-si-1.16409592"
                  ]
                },
                {
                  "sentence": "Any changes to the voting system are expected to be officially announced in January 2024",
                  "refs": [
                    "https://eurovisionfun.com/en/2023/09/eurovision-2024-did-stig-karlsen-succeed-in-reducing-the-power-of-juries/",
                    "https://www.youtube.com/watch?v=89i6_tSBC3c",
                    "https://eurovoix.com/2023/07/19/eurovision-2024-norway-plans-to-propose-new-voting-system/"
                  ]
                },
                {
                  "sentence": "At the Edinburgh TV Festival in August 2023, the EBU's deputy director-general Jean-Philip de Tender discussed the possibility of banning AI-generated content from the contest in order to preserve human contribution, maintaining that \"creativity should come from humans and not from machines\"",
                  "refs": []
                },
                {
                  "sentence": "In late September 2023, Carolina Nor\u00e9n, Sveriges Radio's commentator for the contest, revealed that she had resumed talks with executive supervisor Martin \u00d6sterdahl concerning the qualification system; Nor\u00e9n suggested reviewing the rule whereby the \"Big Five\" countries directly qualify for the final, proposing to restrict it to only the previous winner and host country, and to require the \"Big Five\" to compete in the semi-finals",
                  "refs": []
                }
              ],
              "subsections": []
            },
            {
              "section_title": "Running time",
              "section_content": [
                {
                  "sentence": "Host broadcaster SVT is evaluating reducing the runtime of the final by approximately an hour, as it has significantly increased since the introduction of features such as the opening flag parade in 2013 and the split jury/televote system in 2016",
                  "refs": []
                }
              ],
              "subsections": []
            }
          ]
        }
      ]
    },
    {
      "section_title": "Broadcasts",
      "section_content": [
        {
          "sentence": "All participating broadcasters may choose to have on-site or remote commentators providing insight and voting information to their local audience",
          "refs": []
        },
        {
          "sentence": "While they must broadcast at least the semi-final they are voting in and the final, most broadcasters air all three shows with different programming plans",
          "refs": []
        },
        {
          "sentence": "In addition, some non-participating broadcasters air the contest",
          "refs": []
        },
        {
          "sentence": "The Eurovision Song Contest YouTube channel provides international live streams with no commentary of all shows.",
          "refs": []
        },
        {
          "sentence": "The following are the broadcasters that have confirmed in whole or in part their broadcasting plans:",
          "refs": []
        }
      ],
      "subsections": []
    },
    {
      "section_title": "Notes",
      "section_content": [],
      "subsections": []
    },
    {
      "section_title": "References",
      "section_content": [],
      "subsections": []
    },
    {
      "section_title": "External links",
      "section_content": [],
      "subsections": []
    }
  ],
  "references": {
    "65": "[ERROR retrieving ref link]",
    "1": "https://eurovision.tv/story/malmo-will-host-68th-eurovision-song-contest-may-2024",
    "2": "https://www.aftonbladet.se/nojesbladet/melodifestivalen/a/pQOkGW/goteborg-och-ornskoldsvik-far-inte-eurovision",
    "3": "https://www.esc-plus.com/eurovision-2024-last-day-to-submit-hosting-bids-for-swedish-cities/",
    "4": "https://eurovoix.com/2023/06/10/eurovision-2024-gothenburg-prepares-bid-to-host/",
    "5": "https://www.expressen.se/noje/stockholm-vill-ha-eurovision/",
    "6": "https://www.svt.se/nyheter/lokalt/vasternorrland/ornskoldsvik-kommun-har-ansokt-om-att-fa-arrangera-eurovision",
    "7": "https://eurovoix.com/2023/06/13/eurovision-2024-malmo-bid/",
    "8": "https://sverigesradio.se/artikel/flera-i-kampen-att-fa-vara-vardstad-for-eurovision-kort-om-tid",
    "9": "https://www.svt.se/kultur/fyra-stader-som-slass-om-eurovision-song-contest-2024",
    "10": "https://www.svt.se/nyheter/lokalt/vast/politisk-majoritet-i-goteborg-vill-arrangera-eurovision-song-contest",
    "11": "https://eurovoix.com/2023/06/08/eurovision-2024-sandviken-bid-to-host/",
    "12": "https://sverigesradio.se/artikel/problemet-som-satte-stopp-for-eurovision-i-jonkoping",
    "13": "https://www.aftonbladet.se/nojesbladet/melodifestivalen/a/pQOkGW/goteborg-och-ornskoldsvik-far-inte-eurovision",
    "14": "https://www.svt.se/kultur/klart-var-eurovision-song-contest-2024-arrangeras",
    "15": "https://ekuriren.se/bli-prenumerant/artikel/r4047voj/ek-2m2kr_s_22",
    "16": "https://sverigesradio.se/artikel/toppolitikern-oppnar-famnen-for-eurovision-2024-men-inte-planboken",
    "17": "https://sverigesradio.se/artikel/got-event-satsar-for-att-anordna-eurovision-vill-valkomna-europa",
    "18": "https://www.byggvarlden.se/har-uppfors-nya-scandinavium/",
    "19": "https://gotevent.se/evenemang/the-world-of-hans-zimmer/",
    "20": "https://sverigesradio.se/artikel/hon-vill-att-eurovision-arrangeras-i-jonkoping-stora-event-ar-vi-ju-vana-vid",
    "21": "https://sverigesradio.se/artikel/jonkoping-med-i-striden-om-eurovision-viktigt-att-vi-vagar-sticka-ut",
    "22": "https://www.sydsvenskan.se/2023-05-15/malmo-invantar-svt-om-esc-finalen-vi-vill-alltid-ha-stora-evenemang",
    "23": "https://eurovoix.com/2023/05/15/malmo-prepared-to-bid-to-host-eurovision-2024/",
    "24": "https://www.dagenssamhalle.se/offentlig-ekonomi/kommunal-ekonomi/norrlandskommunen-vill-ha-eurovision---skulle-ge-en-annan-bild-av-sverige/",
    "25": "https://www.partilletidning.se/nyheter/partille-oppnar-for-eurovision-song-contest-2024-vi-kan-arrangera-finalen.a7fcd2b1-c4ad-418f-b401-6ec56ccc80d7",
    "26": "https://eurovoix.com/2023/05/22/eurovision-2024-sandviken-potential-hosting-bid/",
    "27": "https://www.svt.se/nyheter/lokalt/gavleborg/sandvikens-kommun-vill-ta-eurovision-song-contest-till-goransson-arena",
    "28": "https://eurovoix.com/2023/05/16/eurovision-2024-stockholm-friends-arena-venue/",
    "29": "https://escxtra.com/2023/06/20/may-18th-ruled-possible-grand-final/",
    "30": "https://www.aftonbladet.se/nojesbladet/a/rlOxbe/taylor-swift-gor-en-extra-konsert-i-stockholm",
    "31": "https://www.aftonbladet.se/nojesbladet/a/dwaJLJ/uppgifter-stockholm-vill-bygga-ny-arena-for-eurovision",
    "32": "https://eurovoix.com/2023/06/21/eurovision-2024-stockholms-bid-temporary-arena/",
    "33": "https://www.dn.se/kultur/stockholm-vill-bygga-ny-arena-for-eurovision-nasta-ar/",
    "34": "https://esctoday.com/191769/monaco-tvmonaco-launches-in-september-will-the-country-return-to-eurovision/",
    "35": "https://ogaegreece.com/eurovision-news-swedish-production-begins-details-countries/",
    "36": "https://eurovision.tv/story/united-by-music-permanent-slogan",
    "37": "https://eurovisionfun.com/en/2023/11/ebus-statement-on-the-eurovision-2024-participating-countries-list/",
    "38": "https://eurovoix.com/2023/08/30/\ud83c\udde6\ud83c\uddf1-albania-rtsh-confirms-eurovision-2024-participation/",
    "39": "https://eurovisionfun.com/en/2023/10/albania-the-potential-dates-of-festivali-i-kenges-62/",
    "40": "https://www.kleinezeitung.at/kultur/6298497/Song-Contest_ORF-plant-auch-2024-keinen-ESCVorentscheid",
    "41": "https://eurovoix.com/2023/10/03/orf-will-reveal-2024-artist-no-later-than-december/",
    "42": "https://eurovoix.com/2023/07/14/azerbaijan-eurovision-2024-selection/",
    "43": "https://esctoday.com/191428/belgium-rtbf-confirms-participation-at-eurovision-2024/",
    "44": "https://eurovision.tv/story/belgium-announces-first-artist-eurovision-2024",
    "45": "https://eurovoix.com/2023/08/30/belgium-mustiis-eurovision-2024-song-revealed-february/",
    "46": "https://esctoday.com/191584/croatia-hrt-confirms-participation-at-eurovision-2024/",
    "47": "https://magazin.hrt.hr/zabava/hrt-otvoren-natjecaj-za-doru-2024-godine-11037075",
    "48": "https://www.escunited.com/cyprus-a-national-final-is-confirmed-for-eurovision-2024/",
    "49": "https://eurovision.tv/story/cyprus-silia-kapsis-joins-party",
    "50": "https://www.instagram.com/p/Cxn3vHuN2YM/",
    "51": "https://www.ceskatelevize.cz/porady/10000000484-eurovision-song-contest/13752-esc-2024/",
    "52": "https://eurovoix.com/2023/11/13/escz-2024-final-on-december-4/",
    "53": "https://www.dr.dk/event/melodigrandprix/dr-chef-om-dansk-eurovision-fiasko-nej-vi-har-ikke-mistet-grebet",
    "54": "https://esctoday.com/192013/denmark-dmgp-2024-date-host-city-and-venue-unveiled/",
    "55": "https://menu.err.ee/1609026143/eesti-laul-labib-uuenduskuuri",
    "56": "https://www.escplus.es/eurovision/2023/estonia-arranca-la-busqueda-para-malmo-presentado-el-eesti-laul-2024-con-una-sola-semifinal-y-la-final-el-17-de-febrero/",
    "57": "https://yle.fi/aihe/a/20-10004879",
    "58": "https://www.escunited.com/umk-is-moving-cities-and-finland-are-looking-for-a-star-for-eurovision-2024/",
    "59": "https://esctoday.com/191365/france-france-2-confirms-participation-at-eurovision-2024/",
    "60": "https://eurovision.tv/story/slimane-will-represent-france-eurovision-2024",
    "61": "https://twitter.com/SlimaneOff/status/1722212873844478005",
    "62": "https://esctoday.com/191646/georgia-gpb-confirms-participation-at-eurovision-2024/",
    "63": "https://www.sueddeutsche.de/kultur/musik-ard-haelt-an-esc-teilnahme-fest-dpa.urn-newsml-dpa-com-20090101-230515-99-698691",
    "64": "https://www.eurovision.de/teilnehmer/vorentscheid386_glossaryPage-25.html",
    "66": "https://eurovision.tv/story/das-deutsche-finale-2024-germanys-road-malmo",
    "67": "https://eurovisionfun.com/en/2023/09/greece-ert-has-confirmed-its-participation-in-eurovision-2024-exclusive/",
    "68": "https://eurovisionfun.com/en/2023/10/marinna-satti-will-represent-greece-in-eurovision-2024/",
    "69": "https://eurovoix.com/2023/05/31/iceland-eurovision-2024-participation/",
    "70": "https://www.ruv.is/english/2023-10-13-songvakeppnin-back-in-laugardalsholl-393969",
    "71": "https://www.rte.ie/tv/programmes/1247211-submit-your-entry-to-the-eurovision-song-contest-2024/",
    "72": "https://escxtra.com/2023/06/05/the-next-star-to-select-for-israel-2024",
    "73": "https://www.fanpage.it/spettacolo/eventi/claudio-fasulo-piu-eurovision-su-rai1-nel-2024-mengoni-e-la-bandiera-arcobaleno-non-lo-sapevamo/",
    "74": "https://www.eurofestivalnews.com/2023/07/10/sanremo-2024-regolamento-vincitore-eurovision/",
    "75": "https://eurovoix.com/2023/09/11/latvia-eurovision-2024/",
    "76": "https://esctoday.com/191538/lithuania-lrt-confirms-participation-at-eurovision-2024/",
    "77": "https://www.lrt.lt/naujienos/tavo-lrt/15/2102826/prasideda-registracija-i-nacionaline-eurovizijos-atranka-paraisku-laukiama-iki-gruodzio-11-d",
    "78": "https://eurovision.tv/story/luxembourg-return-eurovision-2024",
    "79": "https://eurovision.tv/story/luxembourg-sets-january-date-televised-national-final",
    "80": "https://eurovoix.com/2023/04/15/malta-eurovision-song-contest-2024-songwriting-camp/",
    "81": "https://www.eurovision.pbs.mt/files/MJESC2024_REGULATIONS_SQUARE.pdf",
    "82": "https://www.escplus.es/eurovision/2023/moldavia-confirma-su-participacion-en-eurovision-2024/",
    "83": "https://eurovision.md/RegulamentEurovision2024.pdf",
    "84": "https://www.rtlboulevard.nl/entertainment/artikel/5384662/avrotros-doet-ook-2024-mee-met-eurovisie-songfestival",
    "85": "https://eurovoix.com/2023/11/15/netherlands-10-artists-eurovision-2024/",
    "86": "https://eurovoix.com/2023/04/11/melodi-grand-prix-2024-song-writing-camp/",
    "87": "https://escnorge.no/2023/10/21/mona-berntsen-er-ny-koreograf-for-mgp-finale-4-februar/",
    "88": "https://esctoday.com/191590/poland-tvp-confirms-participation-at-eurovision-2024/",
    "89": "https://eurovoix.com/2023/08/07/portugal-eurovision-2024/",
    "90": "https://cdn-images.rtp.pt/mcm/pdf/e19/e1947707c4f07cc74becca730f9e51311.pdf",
    "91": "https://eurovoix.com/2023/08/08/una-voce-per-san-marino-2024/",
    "92": "https://www.sanmarinortv.sm/news/comunicati-c9/una-voce-per-san-marino-al-via-le-candidature-per-il-festival-che-premia-con-la-partecipazione-al-prossimo-eurovision-song-contest-dal-7-all-11-maggio-2024-a-malmoe-in-svezia-a248553",
    "93": "http://www.evropesma.org/2023/07/srbija-je-potvrdila-svoje-ucesce-na-pesmi-evrovizije-2024/",
    "94": "https://eurovoix.com/2023/09/19/slovenia-eurovision-2024-participation-confirmed-will-announce-plans-in-october/",
    "95": "https://evrovizija.com/ema-2024-stiri-skladbe-en-zmagovalec/",
    "96": "https://eurovoix.com/2023/05/11/spain-eurovision-2024-participation/",
    "97": "https://www.rtve.es/television/20230726/benidorm-fest-2024-novedades-fechas/2452394.shtml",
    "98": "https://eurovision.tv/story/eurovision-2023-winners-press-conference-loreen",
    "99": "https://eurovoix.com/2023/09/20/melodifestivalen-2024-dates-cities/",
    "100": "https://thateurovisionsite.com/2023/07/07/switzerland-eurovision-2024-participation/",
    "101": "https://eurovoix.com/2023/07/28/ukraine-eurovision-2024-participation-confirmed/",
    "102": "https://corp.suspilne.media/newsdetails/8666",
    "103": "https://www.bbc.co.uk/mediacentre/2023/eurovision-2024-uk-confirmed/",
    "104": "https://escxtra.com/2023/09/17/north-macedonia-to-return-to-eurovision-2024/",
    "105": "https://eurovisionfun.com/en/2023/10/north-macedonia-discussions-are-underway-for-its-return-to-the-competition/",
    "106": "https://eurovisionfun.com/en/2023/09/romania-eurovision-2024-participation-lies-on-the-decision-of-the-minister-of-finance/",
    "107": "https://eurovisionfun.com/en/2023/10/romania-it-is-very-likely-that-they-will-participate-in-eurovision-2024/",
    "108": "https://www.escplus.es/eurovision/2023/la-participacion-rumana-en-eurovision-2024-mas-cerca-un-cambio-en-la-ley-podria-dar-luz-verde/",
    "109": "https://esctoday.com/191745/andorra-rtva-confirms-non-participation-at-eurovision-2024/",
    "110": "https://esctoday.com/191722/bosnia-herzegovina-bhrt-confirms-non-participation-at-eurovision-2024/",
    "111": "https://esctoday.com/191779/monaco-mmd-tvmonaco-will-not-compete-at-eurovision-2024/",
    "112": "https://eurofestivales.blogspot.com/2023/06/eslovaquia-rtvs-seguira-fuera-de.html",
    "113": "https://esctoday.com/191976/australia-future-eurovision-participation-under-discussion/",
    "114": "https://tvtonight.com.au/2023/10/2024-upfronts-sbs-nitv.html",
    "115": "https://eurovoix.com/2023/10/31/australia-sbs-will-broadcast-eurovision-2024-remains-in-negotiations-to-compete/",
    "116": "https://eurovoix.com/2023/05/11/kosovo-rtk-ebu-membership/",
    "117": "https://eurovoix.com/2023/03/08/kosovo-launches-festivali-te-kenges/",
    "118": "https://lajme.rtsh.al/artikull/festivali-i-kenges-ne-kosove-per-here-te-pare-adi-krasta-zbulon-detajet-nuk-do-te-perfaqesohemi-ne-eurosong",
    "119": "https://eurovoix.com/2023/10/19/kosovo-ebu-reportedly-positive-of-song-festival/",
    "120": "https://omoss.svt.se/arkiv/nyhetsarkiv/2023-06-14-esc-2024---svt-har-utsett-ansvarigt-team.html",
    "121": "https://eurovision.tv/story/svt-appoints-eurovision-song-contest-2024-core-team",
    "122": "https://eurovision.tv/story/eurovision-2024-core-team-malmo-now-complete",
    "123": "https://sverigesradio.se/artikel/sa-mycket-lagger-malmo-pa-eurovision",
    "124": "https://esctoday.com/191959/eurovision-2024-malmo-to-invest-e-2-5-million-on-the-contest/",
    "125": "https://eurovision.tv/about/in-depth/semi-final-allocation-draw/",
    "126": "https://www.aftonbladet.se/a/4oG4p9",
    "127": "https://www.youtube.com/watch?v=89i6_tSBC3c",
    "128": "https://esctoday.com/191877/ebu-eurovision-workshop-in-berlin-on-15-september/",
    "129": "https://eurovision.tv/about/rules",
    "130": "https://www.tv2.no/underholdning/avslorer-nar-fremtiden-til-juryordningen-blir-avgjort/15818164/",
    "131": "https://www.nrk.no/kultur/eurovision-alessandra_-_-jeg-tenker-folk-bor-ha-mer-a-si-1.16409592",
    "132": "https://eurovisionfun.com/en/2023/09/eurovision-2024-did-stig-karlsen-succeed-in-reducing-the-power-of-juries/",
    "133": "https://www.youtube.com/watch?v=89i6_tSBC3c",
    "134": "https://eurovoix.com/2023/07/19/eurovision-2024-norway-plans-to-propose-new-voting-system/",
    "135": "https://eurovision.tv/voting-changes-2023-faq",
    "136": "https://eurovoix.com/2023/06/14/ebu-discussions-changes-jury-system-eurovision-2024/",
    "137": "https://www.bloomberg.com/news/articles/2023-08-24/eurovision-organizers-consider-ai-ban-at-kitschy-pop-contest",
    "138": "https://eurovoix.com/2023/08/24/ebu-debating-banning-ai-at-the-eurovision-song-contest/",
    "139": "https://eurotrippodcast.com/2023/09/26/svt-presenter-urging-martin-osterdahl-about-big-five-change/",
    "140": "https://bloggar.aftonbladet.se/schlagerbloggen/2023/06/svts-plan-avslojad-i-hemliga-dokumentet-vill-kapa-eurovision-sandningen-med-en-timme/",
    "141": "https://eurovoix.com/2023/06/16/eurovision-2024-svt-aim-shorten-the-grand-final-one-hour/",
    "142": "https://www.aftonbladet.se/a/WRAr1k",
    "143": "https://www.france.tv/france-2/eurovision/",
    "144": "https://eurovision.ua/5331-ukrayina-vizme-uchast-u-yevrobachenni-2024-hto-stane-muzychnym-prodyuserom/",
    "145": "https://eurovoix.com/2023/08/27/bbc-confirms-semi-finals-will-stay-on-bbc-one-in-2024/"
  },
  "spicy_entities": {
    "the eurovision song contest 2024": "ORG",
    "68th": "ORDINAL",
    "the eurovision song contest": "ORG",
    "malm\u00f6": "ORG",
    "sweden": "GPE",
    "2023": "DATE",
    "loreen": "PERSON",
    "the european broadcasting union": "ORG",
    "ebu": "ORG",
    "sveriges television (svt": "ORG",
    "the malm\u00f6 arena": "FAC",
    "two": "CARDINAL",
    "7": "CARDINAL",
    "11 may 2024": "DATE",
    "third": "ORDINAL",
    "1992": "DATE",
    "2013": "DATE",
    "seventh": "ORDINAL",
    "stockholm": "GPE",
    "2016": "DATE",
    "2024": "DATE",
    "1975": "DATE",
    "1985": "DATE",
    "2000": "DATE",
    "15,500": "CARDINAL",
    "malm\u00f6 arena": "PERSON",
    "first": "ORDINAL",
    "gothenburg": "GPE",
    "three": "CARDINAL",
    "the days": "DATE",
    "eskilstuna": "PERSON",
    "j\u00f6nk\u00f6ping": "PRODUCT",
    "\u00f6rnsk\u00f6ldsvik": "ORG",
    "partille": "PERSON",
    "sandviken": "ORG",
    "svt": "ORG",
    "12 june 2023": "DATE",
    "7 and 10 june": "DATE",
    "13 june": "DATE",
    "four": "CARDINAL",
    "7 july": "DATE",
    "eurovision": "PRODUCT",
    "15 september 2023": "DATE",
    "11 october 2023": "DATE",
    "14\u00a0november\u00a02023": "DATE",
    "previous years": "DATE",
    "as early as": "DATE",
    "october": "DATE",
    "november\u00a02023": "DATE",
    "35": "CARDINAL",
    "luxembourg": "GPE",
    "31 years": "DATE",
    "1993": "DATE",
    "andorra": "GPE",
    "bosnia and herzegovina": "GPE",
    "monaco": "GPE",
    "slovakia": "ORG",
    "swedish": "NORP",
    "ebba adielsson": "PERSON",
    "christel tholse willers": "ORG",
    "tobias \u00e5berg": "PERSON",
    "johan bernhagen": "PERSON",
    "christer bj\u00f6rkman": "PERSON",
    "blankens": "GPE",
    "david wess\u00e9n": "PERSON",
    "mats lindgren": "PERSON",
    "madeleine sinding-larsen": "PERSON",
    "linnea lopez": "PERSON",
    "\u00e5berg": "PERSON",
    "bernhagen": "ORG",
    "bj\u00f6rkman": "ORG",
    "lindgren": "PERSON",
    "the 2000": "DATE",
    "the united states": "GPE",
    "melodifestivalen": "GPE",
    "sinding-larsen": "NORP",
    "willers": "ORG",
    "malm\u00f6 municipality": "ORG",
    "30 million": "CARDINAL",
    "sek": "GPE",
    "approximately \u20ac2.5 million": "MONEY",
    "slogan": "PERSON",
    "14 november 2023": "DATE",
    "united by music": "WORK_OF_ART",
    "format": "PERSON",
    "france": "GPE",
    "germany": "GPE",
    "italy": "GPE",
    "spain": "GPE",
    "the united kingdom": "GPE",
    "january 2024": "DATE",
    "one": "CARDINAL",
    "andrew lewis": "PERSON",
    "the liverpool city council": "ORG",
    "katrin stjernfeldt jammeh": "PERSON",
    "eurovision song contest workshop": "WORK_OF_ART",
    "meistersaal": "LOC",
    "berlin": "GPE",
    "12 september 2023": "DATE",
    "1 november 2023": "DATE",
    "finland": "GPE",
    "norwegian": "NORP",
    "nrk": "ORG",
    "recent years": "DATE",
    "2019": "DATE",
    "sixth": "ORDINAL",
    "fifth": "ORDINAL",
    "stig karlsen": "PERSON",
    "49.4% to 40%": "PERCENT",
    "30%": "PERCENT",
    "the edinburgh tv festival": "FAC",
    "august 2023": "DATE",
    "jean-philip de tender": "PERSON",
    "ai": "ORG",
    "late september 2023": "DATE",
    "carolina nor\u00e9n": "PERSON",
    "radio": "ORG",
    "martin \u00f6sterdahl": "PERSON",
    "nor\u00e9n": "PERSON",
    "the \"big five": "LAW",
    "approximately an hour": "TIME",
    "broadcasts": "NORP",
    "the eurovision song contest youtube": "ORG"
  },
  "flair_entities": [
    "united by music",
    "sveriges television",
    "christel tholse willers",
    "lindgren",
    "gothenburg",
    "svt",
    "bosnia and herzegovina",
    "big five",
    "sinding-larsen",
    "luxembourg",
    "jean-philip de tender",
    "berlin",
    "stig karlsen",
    "norwegian",
    "nor\u00e9n",
    "malm\u00f6 arena",
    "per blankens",
    "italy",
    "finland",
    "madeleine sinding-larsen",
    "edinburgh tv festival",
    "nrk",
    "sveriges radio",
    "slovakia",
    "ebu",
    "eurovision",
    "tobias \u00e5berg",
    "malm\u00f6 municipality",
    "stockholm",
    "eurovision song contest workshop",
    "christer bj\u00f6rkman",
    "malm\u00f6 municipality.",
    "carolina nor\u00e9n",
    "liverpool city council",
    "ebba adielsson",
    "linnea lopez",
    "blankens",
    "martin \u00f6sterdahl",
    "ai-generated",
    "melodifestivalen",
    "monaco",
    "germany",
    "malm\u00f6",
    "eurovision song contest 2024",
    "partille",
    "sandviken",
    "eurovision song contest",
    "andorra",
    "bernhagen",
    "tattoo",
    "spain",
    "united kingdom",
    "katrin stjernfeldt jammeh",
    "european broadcasting union",
    "swedish",
    "johan bernhagen",
    "\u00e5berg",
    "bj\u00f6rkman",
    "american song contest",
    "france",
    "mats lindgren",
    "willers",
    "andrew lewis",
    "\u00f6rnsk\u00f6ldsvik",
    "meistersaal",
    "sweden",
    "loreen",
    "eskilstuna",
    "active ebu",
    "j\u00f6nk\u00f6ping",
    "david wess\u00e9n",
    "united states"
  ]
}