File size: 35,804 Bytes
6fa4bc9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
{
    "paper_id": "2021",
    "header": {
        "generated_with": "S2ORC 1.0.0",
        "date_generated": "2023-01-19T03:35:51.024726Z"
    },
    "title": "",
    "authors": [],
    "year": "",
    "venue": null,
    "identifiers": {},
    "abstract": "",
    "pdf_parse": {
        "paper_id": "2021",
        "_pdf_hash": "",
        "abstract": [],
        "body_text": [
            {
                "text": "Automated content analysis of news media, including both news articles and users' comments on them, can provide unparalleled insight into current events, interests and opinions, as well as trends and changes in them. The needs are varied, from the readers who consume news of their personal interest to journalists who keep track of what is going on in the world, try to understand what their readers think of various topics, or want to automate routine reporting.",
                "cite_spans": [],
                "ref_spans": [],
                "eq_spans": [],
                "section": "Preface",
                "sec_num": null
            },
            {
                "text": "The aim of Hackashop 2021 is to foster discussion and research on the combination of language technology and news media content. The hackashop provides a forum for both discussing scientific advances in analysis of news stories and their reader comments and in automated generation of reports, as well as for experimental work on identifying interesting phenomena in reader comments and reporting on them. Accordingly, the hackashop was implemented in a dual format. A traditional track consisted of submission of scientific papers, their reviews and finally paper presentations. It was complemented by an active, experimentation-based track consisting of an online hackathon preceding the workshop, with presentation of the results in the joint workshop event. Both tracks shared the same topic, news media analysis and generation, and participants to the two tracks had a good amount of overlap.",
                "cite_spans": [],
                "ref_spans": [],
                "eq_spans": [],
                "section": "Preface",
                "sec_num": null
            },
            {
                "text": "In the workshop track, we encouraged submissions of long and short papers. Based on three experts reviews for each submission, weighing the contributions of the submission against its length, 13 papers were selected for presentation in the workshop event.",
                "cite_spans": [],
                "ref_spans": [],
                "eq_spans": [],
                "section": "Preface",
                "sec_num": null
            },
            {
                "text": "The online hackathon was organized during a three-week period in February 2021, with six participating teams. The challenges they addressed covered a broad range, as each team had the freedom to define their own aims. In the spirit of providing a joint forum for discussing both scientific advances and experimental work, five hackathon teams submitted short reports to be included in this proceedings.",
                "cite_spans": [],
                "ref_spans": [],
                "eq_spans": [],
                "section": "Preface",
                "sec_num": null
            },
            {
                "text": "We also include in this proceedings an overview paper on all the tools, models, datasets and challenges collected and provided for the hackathon, as a resource for future scientific and empirical work in the area of news media content analysis and automated report generation.",
                "cite_spans": [],
                "ref_spans": [],
                "eq_spans": [],
                "section": "Preface",
                "sec_num": null
            },
            {
                "text": "We were very happy to see several cross-disciplinary and cross-sector collaborations involving, e.g., computer scientists, social scientists and media industry, both in workshop papers and hackathon contributions. We were also happy to have numerous contributions that address multilingual settings and low-resource languages.",
                "cite_spans": [],
                "ref_spans": [],
                "eq_spans": [],
                "section": "Preface",
                "sec_num": null
            },
            {
                "text": "The workshop event on 19 April 2021 brings both tracks together, with presentations of both scientific workshop papers and empirical hackathon reports.",
                "cite_spans": [],
                "ref_spans": [],
                "eq_spans": [],
                "section": "Preface",
                "sec_num": null
            },
            {
                "text": "We would like to thank all workshop paper authors and hackathon participants for their contributions to the hackashop! We are thankful to the programme committee members for their insightful reviews of the workshop papers. We are equally thankful to the large number of experts who made tools, models, data and challenges available for the hackathon and provided support for the participants.",
                "cite_spans": [],
                "ref_spans": [],
                "eq_spans": [],
                "section": "Preface",
                "sec_num": null
            },
            {
                "text": "We are grateful to EACL for giving the opportunity to organize the hackashop with them and to experiment with a novel format. The organization was supported by the European Union's Horizon 2020 research and innovation program under grant 825153 (EMBEDDIA). ",
                "cite_spans": [],
                "ref_spans": [],
                "eq_spans": [],
                "section": "Preface",
                "sec_num": null
            }
        ],
        "back_matter": [],
        "bib_entries": {
            "BIBREF0": {
                "ref_id": "b0",
                "title": "Adversarial Training for News Stance Detection: Leveraging Signals from a Multi-Genre Corpus",
                "authors": [
                    {
                        "first": "Costanza",
                        "middle": [],
                        "last": "Conforti",
                        "suffix": ""
                    },
                    {
                        "first": "Jakob",
                        "middle": [],
                        "last": "Berndt",
                        "suffix": ""
                    },
                    {
                        "first": "Marco",
                        "middle": [],
                        "last": "Basaldella",
                        "suffix": ""
                    },
                    {
                        "first": "Mohammad",
                        "middle": [],
                        "last": "Taher Pilehvar",
                        "suffix": ""
                    },
                    {
                        "first": "Chryssi",
                        "middle": [],
                        "last": "Giannitsarou",
                        "suffix": ""
                    },
                    {
                        "first": "Flavio",
                        "middle": [],
                        "last": "Toxvaerd",
                        "suffix": ""
                    },
                    {
                        "first": "Nigel",
                        "middle": [],
                        "last": "Collier",
                        "suffix": ""
                    },
                    {
                        "first": ".",
                        "middle": [
                            "."
                        ],
                        "last": "",
                        "suffix": ""
                    }
                ],
                "year": null,
                "venue": "",
                "volume": "",
                "issue": "",
                "pages": "",
                "other_ids": {},
                "num": null,
                "urls": [],
                "raw_text": "Adversarial Training for News Stance Detection: Leveraging Signals from a Multi-Genre Corpus. Costanza Conforti, Jakob Berndt, Marco Basaldella, Mohammad Taher Pilehvar, Chryssi Giannit- sarou, Flavio Toxvaerd and Nigel Collier . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1",
                "links": null
            },
            "BIBREF1": {
                "ref_id": "b1",
                "title": "Related Named Entities Classification in the Economic-Financial Context Daniel De Los Reyes",
                "authors": [
                    {
                        "first": "Allan",
                        "middle": [],
                        "last": "Barcelos",
                        "suffix": ""
                    },
                    {
                        "first": "Renata",
                        "middle": [],
                        "last": "Vieira",
                        "suffix": ""
                    },
                    {
                        "first": "Isabel",
                        "middle": [],
                        "last": "Manssour",
                        "suffix": ""
                    },
                    {
                        "first": ".",
                        "middle": [
                            "."
                        ],
                        "last": "",
                        "suffix": ""
                    }
                ],
                "year": null,
                "venue": "",
                "volume": "",
                "issue": "",
                "pages": "",
                "other_ids": {},
                "num": null,
                "urls": [],
                "raw_text": "Related Named Entities Classification in the Economic-Financial Context Daniel De Los Reyes, Allan Barcelos, Renata Vieira and Isabel Manssour . . . . . . . . . . . . . . . . . . . . . 8",
                "links": null
            },
            "BIBREF2": {
                "ref_id": "b2",
                "title": "BERT meets Shapley: Extending SHAP Explanations to Transformer-based Classifiers Enja Kokalj",
                "authors": [
                    {
                        "first": "Bla\u017e",
                        "middle": [],
                        "last": "\u0160krlj",
                        "suffix": ""
                    },
                    {
                        "first": "Nada",
                        "middle": [],
                        "last": "Lavra\u010d",
                        "suffix": ""
                    },
                    {
                        "first": "Senja",
                        "middle": [],
                        "last": "Pollak",
                        "suffix": ""
                    },
                    {
                        "first": "Marko",
                        "middle": [
                            ". . . . . . . . . . ."
                        ],
                        "last": "Robnik-\u0160ikonja",
                        "suffix": ""
                    }
                ],
                "year": null,
                "venue": "",
                "volume": "",
                "issue": "",
                "pages": "",
                "other_ids": {},
                "num": null,
                "urls": [],
                "raw_text": "BERT meets Shapley: Extending SHAP Explanations to Transformer-based Classifiers Enja Kokalj, Bla\u017e \u0160krlj, Nada Lavra\u010d, Senja Pollak and Marko Robnik-\u0160ikonja . . . . . . . . . . . . . . . 16",
                "links": null
            },
            "BIBREF3": {
                "ref_id": "b3",
                "title": "Bla\u017e \u0160krlj and Matej Martinc",
                "authors": [],
                "year": null,
                "venue": "Extending Neural Keyword Extraction with TF-IDF tagset matching Boshko Koloski",
                "volume": "",
                "issue": "",
                "pages": "",
                "other_ids": {},
                "num": null,
                "urls": [],
                "raw_text": "Extending Neural Keyword Extraction with TF-IDF tagset matching Boshko Koloski, Senja Pollak, Bla\u017e \u0160krlj and Matej Martinc . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22",
                "links": null
            },
            "BIBREF4": {
                "ref_id": "b4",
                "title": "Zero-shot Cross-lingual Content Filtering: Offensive Language and Hate Speech Detection Andra\u017e Pelicon, Ravi Shekhar, Matej Martinc, Bla\u017e \u0160krlj, Matthew Purver and Senja Pollak",
                "authors": [],
                "year": null,
                "venue": "",
                "volume": "",
                "issue": "",
                "pages": "",
                "other_ids": {},
                "num": null,
                "urls": [],
                "raw_text": "Zero-shot Cross-lingual Content Filtering: Offensive Language and Hate Speech Detection Andra\u017e Pelicon, Ravi Shekhar, Matej Martinc, Bla\u017e \u0160krlj, Matthew Purver and Senja Pollak . . . . 30",
                "links": null
            },
            "BIBREF5": {
                "ref_id": "b5",
                "title": "Exploring Linguistically-Lightweight Keyword Extraction Techniques for Indexing News Articles in a Multilingual Set-up Jakub Piskorski",
                "authors": [
                    {
                        "first": "Nicolas",
                        "middle": [],
                        "last": "Stefanovitch",
                        "suffix": ""
                    },
                    {
                        "first": "Guillaume",
                        "middle": [],
                        "last": "Jacquet",
                        "suffix": ""
                    },
                    {
                        "first": "Aldo",
                        "middle": [
                            ". . . . . . . . . . . . ."
                        ],
                        "last": "Podavini",
                        "suffix": ""
                    }
                ],
                "year": null,
                "venue": "",
                "volume": "",
                "issue": "",
                "pages": "",
                "other_ids": {},
                "num": null,
                "urls": [],
                "raw_text": "Exploring Linguistically-Lightweight Keyword Extraction Techniques for Indexing News Articles in a Multilingual Set-up Jakub Piskorski, Nicolas Stefanovitch, Guillaume Jacquet and Aldo Podavini . . . . . . . . . . . . . . . . . 35",
                "links": null
            },
            "BIBREF6": {
                "ref_id": "b6",
                "title": "No NLP Task Should be an Island: Multi-disciplinarity for Diversity in News Recommender Systems Myrthe Reuver, Antske Fokkens and",
                "authors": [
                    {
                        "first": ".",
                        "middle": [
                            ". ."
                        ],
                        "last": "Suzan Verberne",
                        "suffix": ""
                    }
                ],
                "year": null,
                "venue": "",
                "volume": "",
                "issue": "",
                "pages": "",
                "other_ids": {},
                "num": null,
                "urls": [],
                "raw_text": "No NLP Task Should be an Island: Multi-disciplinarity for Diversity in News Recommender Systems Myrthe Reuver, Antske Fokkens and Suzan Verberne . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 45",
                "links": null
            },
            "BIBREF7": {
                "ref_id": "b7",
                "title": "Temporal Mosaic Visualisation of Topic Distribution, Keywords, and",
                "authors": [
                    {
                        "first": "; Context Shane",
                        "middle": [],
                        "last": "Temotopic",
                        "suffix": ""
                    },
                    {
                        "first": "Saturnino",
                        "middle": [],
                        "last": "Sheehan",
                        "suffix": ""
                    },
                    {
                        "first": "",
                        "middle": [],
                        "last": "Luz",
                        "suffix": ""
                    },
                    {
                        "first": ".",
                        "middle": [
                            "."
                        ],
                        "last": "Masood Masoodian",
                        "suffix": ""
                    }
                ],
                "year": null,
                "venue": "",
                "volume": "",
                "issue": "",
                "pages": "",
                "other_ids": {},
                "num": null,
                "urls": [],
                "raw_text": "TeMoTopic: Temporal Mosaic Visualisation of Topic Distribution, Keywords, and Context Shane Sheehan, Saturnino Luz and Masood Masoodian . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 56",
                "links": null
            },
            "BIBREF8": {
                "ref_id": "b8",
                "title": "Using contextual and cross-lingual word embeddings to improve variety in template-based NLG for automated journalism Miia R\u00e4m\u00f6 and Leo Lepp\u00e4nen",
                "authors": [],
                "year": null,
                "venue": "",
                "volume": "",
                "issue": "",
                "pages": "",
                "other_ids": {},
                "num": null,
                "urls": [],
                "raw_text": "Using contextual and cross-lingual word embeddings to improve variety in template-based NLG for automated journalism Miia R\u00e4m\u00f6 and Leo Lepp\u00e4nen . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 62",
                "links": null
            },
            "BIBREF9": {
                "ref_id": "b9",
                "title": "Aligning Estonian and Russian news industry keywords with the help of subtitle translations and an environmental thesaurus Andra\u017e Repar and Andrej Shumakov",
                "authors": [],
                "year": null,
                "venue": "",
                "volume": "",
                "issue": "",
                "pages": "",
                "other_ids": {},
                "num": null,
                "urls": [],
                "raw_text": "Aligning Estonian and Russian news industry keywords with the help of subtitle translations and an environmental thesaurus Andra\u017e Repar and Andrej Shumakov . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 71",
                "links": null
            },
            "BIBREF10": {
                "ref_id": "b10",
                "title": "Exploring Neural Language Models via Analysis of Local and Global Self-Attention Spaces Bla\u017e \u0160krlj",
                "authors": [],
                "year": null,
                "venue": "",
                "volume": "",
                "issue": "",
                "pages": "",
                "other_ids": {},
                "num": null,
                "urls": [],
                "raw_text": "Exploring Neural Language Models via Analysis of Local and Global Self-Attention Spaces Bla\u017e \u0160krlj, Shane Sheehan, Nika Er\u017een, Marko Robnik-\u0160ikonja, Saturnino Luz and Senja Pollak76",
                "links": null
            },
            "BIBREF11": {
                "ref_id": "b11",
                "title": "Comment Section Personalization: Algorithmic, Interface, and",
                "authors": [],
                "year": null,
                "venue": "",
                "volume": "",
                "issue": "",
                "pages": "",
                "other_ids": {},
                "num": null,
                "urls": [],
                "raw_text": "Comment Section Personalization: Algorithmic, Interface, and Interaction Design Yixue Wang . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 84",
                "links": null
            },
            "BIBREF12": {
                "ref_id": "b12",
                "title": "Unsupervised Approach to Multilingual User Comments Summarization Ale\u0161 \u017dagar and Marko Robnik-\u0160ikonja",
                "authors": [],
                "year": null,
                "venue": "",
                "volume": "",
                "issue": "",
                "pages": "",
                "other_ids": {},
                "num": null,
                "urls": [],
                "raw_text": "Unsupervised Approach to Multilingual User Comments Summarization Ale\u0161 \u017dagar and Marko Robnik-\u0160ikonja . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 89",
                "links": null
            },
            "BIBREF13": {
                "ref_id": "b13",
                "title": "News Media Resources EMBEDDIA Tools, Datasets and Challenges: Resources and Hackathon Contributions Senja",
                "authors": [
                    {
                        "first": "Marko",
                        "middle": [],
                        "last": "Pollak",
                        "suffix": ""
                    },
                    {
                        "first": "Matthew",
                        "middle": [],
                        "last": "Robnik-\u0160ikonja",
                        "suffix": ""
                    },
                    {
                        "first": "Michele",
                        "middle": [],
                        "last": "Purver",
                        "suffix": ""
                    },
                    {
                        "first": "Ravi",
                        "middle": [],
                        "last": "Boggia",
                        "suffix": ""
                    },
                    {
                        "first": "Marko",
                        "middle": [],
                        "last": "Shekhar",
                        "suffix": ""
                    },
                    {
                        "first": "Salla",
                        "middle": [],
                        "last": "Pranji\u0107",
                        "suffix": ""
                    },
                    {
                        "first": "Ivar",
                        "middle": [],
                        "last": "Salmela",
                        "suffix": ""
                    },
                    {
                        "first": "Tarmo",
                        "middle": [],
                        "last": "Krustok",
                        "suffix": ""
                    },
                    {
                        "first": "Carl-Gustav",
                        "middle": [],
                        "last": "Paju",
                        "suffix": ""
                    },
                    {
                        "first": "Leo",
                        "middle": [],
                        "last": "Linden",
                        "suffix": ""
                    },
                    {
                        "first": "Elaine",
                        "middle": [],
                        "last": "Lepp\u00e4nen",
                        "suffix": ""
                    },
                    {
                        "first": "Matej",
                        "middle": [],
                        "last": "Zosa",
                        "suffix": ""
                    },
                    {
                        "first": "Linda",
                        "middle": [],
                        "last": "Ul\u010dar",
                        "suffix": ""
                    },
                    {
                        "first": "Silver",
                        "middle": [],
                        "last": "Freienthal",
                        "suffix": ""
                    },
                    {
                        "first": "Luis",
                        "middle": [
                            "Adri\u00e1n"
                        ],
                        "last": "Traat",
                        "suffix": ""
                    },
                    {
                        "first": "Matej",
                        "middle": [],
                        "last": "Cabrera-Diego",
                        "suffix": ""
                    },
                    {
                        "first": "Nada",
                        "middle": [],
                        "last": "Martinc",
                        "suffix": ""
                    },
                    {
                        "first": "Bla\u017e",
                        "middle": [],
                        "last": "Lavra\u010d",
                        "suffix": ""
                    },
                    {
                        "first": "Martin",
                        "middle": [],
                        "last": "\u0160krlj",
                        "suffix": ""
                    },
                    {
                        "first": "Andra\u017e",
                        "middle": [],
                        "last": "\u017dnidar\u0161i\u010d",
                        "suffix": ""
                    },
                    {
                        "first": "Boshko",
                        "middle": [],
                        "last": "Pelicon",
                        "suffix": ""
                    },
                    {
                        "first": "Vid",
                        "middle": [],
                        "last": "Koloski",
                        "suffix": ""
                    },
                    {
                        "first": "Janez",
                        "middle": [],
                        "last": "Podpe\u010dan",
                        "suffix": ""
                    },
                    {
                        "first": "Shane",
                        "middle": [],
                        "last": "Kranjc",
                        "suffix": ""
                    },
                    {
                        "first": "Emanuela",
                        "middle": [],
                        "last": "Sheehan",
                        "suffix": ""
                    },
                    {
                        "first": "Jose",
                        "middle": [
                            "G"
                        ],
                        "last": "Boros",
                        "suffix": ""
                    },
                    {
                        "first": "Antoine",
                        "middle": [],
                        "last": "Moreno",
                        "suffix": ""
                    },
                    {
                        "first": "",
                        "middle": [],
                        "last": "Doucet",
                        "suffix": ""
                    },
                    {
                        "first": ".",
                        "middle": [
                            "."
                        ],
                        "last": "Hannu Toivonen",
                        "suffix": ""
                    }
                ],
                "year": null,
                "venue": "",
                "volume": "",
                "issue": "",
                "pages": "",
                "other_ids": {},
                "num": null,
                "urls": [],
                "raw_text": "News Media Resources EMBEDDIA Tools, Datasets and Challenges: Resources and Hackathon Contributions Senja Pollak, Marko Robnik-\u0160ikonja, Matthew Purver, Michele Boggia, Ravi Shekhar, Marko Pran- ji\u0107, Salla Salmela, Ivar Krustok, Tarmo Paju, Carl-Gustav Linden, Leo Lepp\u00e4nen, Elaine Zosa, Matej Ul\u010dar, Linda Freienthal, Silver Traat, Luis Adri\u00e1n Cabrera-Diego, Matej Martinc, Nada Lavra\u010d, Bla\u017e \u0160krlj, Martin \u017dnidar\u0161i\u010d, Andra\u017e Pelicon, Boshko Koloski, Vid Podpe\u010dan, Janez Kranjc, Shane Sheehan, Emanuela Boros, Jose G. Moreno, Antoine Doucet and Hannu Toivonen . . . . . . . . . . . . . . . . . . . . . . . . . . 99",
                "links": null
            },
            "BIBREF14": {
                "ref_id": "b14",
                "title": "Hackathon Reports A COVID-19 news coverage mood map of Europe Frankie Robertson, Jarkko Lagus and Kaisla Kajava",
                "authors": [],
                "year": null,
                "venue": "",
                "volume": "",
                "issue": "",
                "pages": "",
                "other_ids": {},
                "num": null,
                "urls": [],
                "raw_text": "Hackathon Reports A COVID-19 news coverage mood map of Europe Frankie Robertson, Jarkko Lagus and Kaisla Kajava . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 110",
                "links": null
            },
            "BIBREF15": {
                "ref_id": "b15",
                "title": "Interesting cross-border news discovery using cross-lingual article linking and document similarity Boshko Koloski",
                "authors": [],
                "year": null,
                "venue": "",
                "volume": "",
                "issue": "",
                "pages": "",
                "other_ids": {},
                "num": null,
                "urls": [],
                "raw_text": "Interesting cross-border news discovery using cross-lingual article linking and document similarity Boshko Koloski, Elaine Zosa, Timen Stepi\u0161nik-Perdih, Bla\u017e \u0160krlj, Tarmo Paju and Senja Pollak116",
                "links": null
            },
            "BIBREF16": {
                "ref_id": "b16",
                "title": "EMBEDDIA hackathon report: Automatic sentiment and viewpoint analysis of Slovenian news corpus on the topic of LGBTIQ+ Matej Martinc",
                "authors": [],
                "year": null,
                "venue": "",
                "volume": "",
                "issue": "",
                "pages": "",
                "other_ids": {},
                "num": null,
                "urls": [],
                "raw_text": "EMBEDDIA hackathon report: Automatic sentiment and viewpoint analysis of Slovenian news corpus on the topic of LGBTIQ+ Matej Martinc, Nina Perger, Andra\u017e Pelicon, Matej Ul\u010dar, Andreja Vezovnik and Senja Pollak 121",
                "links": null
            },
            "BIBREF17": {
                "ref_id": "b17",
                "title": "To Block or not to Block: Experiments with Machine Learning for News Comment Moderation Damir Korencic, Ipek Baris",
                "authors": [
                    {
                        "first": "Eugenia",
                        "middle": [],
                        "last": "Fernandez",
                        "suffix": ""
                    },
                    {
                        "first": "Katarina",
                        "middle": [],
                        "last": "Leuschel",
                        "suffix": ""
                    },
                    {
                        "first": "Eva",
                        "middle": [
                            ". . . ."
                        ],
                        "last": "Salido",
                        "suffix": ""
                    }
                ],
                "year": null,
                "venue": "",
                "volume": "",
                "issue": "",
                "pages": "",
                "other_ids": {},
                "num": null,
                "urls": [],
                "raw_text": "To Block or not to Block: Experiments with Machine Learning for News Comment Moderation Damir Korencic, Ipek Baris, Eugenia Fernandez, Katarina Leuschel and Eva Salido . . . . . . . . . . 127",
                "links": null
            },
            "BIBREF18": {
                "ref_id": "b18",
                "title": "Implementing Evaluation Metrics Based on Theories of Democracy in News Comment Recommendation Myrthe Reuver and Nicolas Mattis",
                "authors": [],
                "year": null,
                "venue": "",
                "volume": "",
                "issue": "",
                "pages": "",
                "other_ids": {},
                "num": null,
                "urls": [],
                "raw_text": "Implementing Evaluation Metrics Based on Theories of Democracy in News Comment Recommendation Myrthe Reuver and Nicolas Mattis . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 134",
                "links": null
            }
        },
        "ref_entries": {
            "FIGREF0": {
                "text": "Hannu Toivonen (University of Helsinki, Finland), Chair \u2022 Matthew Purver (Queen Mary University of London, UK) \u2022 Senja Pollak (Jozef Stefan Institute, Slovenia) \u2022 Nada Lavra\u010d (Jozef Stefan Institute, Slovenia) \u2022 Marko Robnik-\u0160ikonja (University of Ljubljana, Slovenia) \u2022 Michele Boggia (University of Helsinki, Finland) \u2022 Carl-Gustav Linden (University of Bergen, Norway) Workshop Programme Committee \u2022 Emanuela Boros (University of La Rochelle, France) \u2022 Zoran Bosni\u0107 (University of Ljubljana, Slovenia) \u2022 Hilde van den Bulck (Drexel University, USA) \u2022 Nicholas Diakopoulos (Northwestern University, USA) \u2022 Antoine Doucet (University of La Rochelle, France) \u2022 Mark Granroth-Wilding (University of Helsinki, Finland) \u2022 Adam Jatowt (Kyoto University, Japan) \u2022 Maria Liakata (Queen Mary University of London, UK) \u2022 Saturnino Luz (University of Edinburgh, UK) \u2022 Matej Martinc (Jozef Stefan Institute, Slovenia) \u2022 Marko Milosavljevi\u0107 (University of Ljubljana, Slovenia) \u2022 Jose Moreno (IRIT, France) \u2022 Kiem Hieu Nguyen (Hanoi university of science and technology, Vietnam) \u2022 Lidia Pivovarova (University of Helsinki, Finland) \u2022 Matej Ul\u010dar (University of Ljubljana, Slovenia) \u2022 Renata Vieira (University of Evora, Portugal) \u2022 Carl Vogel (Trinity College Dublin, Ireland) \u2022 Ivan Vuli\u0107 (University of Cambridge, UK) \u2022 Slavko \u017ditnik (University of Ljubljana, Slovenia) . Moreno (University of Toulouse) \u2022 Tarmo Paju (Ekspress Meedia) \u2022 Andra\u017e Pelicon (Jo\u017eef Stefan Institute) \u2022 Vid Podpe\u010dan (Jo\u017eef Stefan Institute) \u2022 Marko Pranji\u0107 (Trikoder d.o.o.) \u2022 Salla Salmela (Suomen Tietotoimisto STT) \u2022 Shane Sheehan (University of Edinburgh) \u2022 Ravi Shekhar (Queen Mary University of London) \u2022 Bla\u017e \u0160krlj (Jo\u017eef Stefan Institute) \u2022 Silver Traat (TEXTA O\u00dc) \u2022 Matej Ul\u010dar (University of Ljubljana) \u2022 Martin \u017dnidar\u0161i\u010d (Jo\u017eef Stefan Institute) \u2022 Elaine Zosa (University of Helsinki) vi",
                "num": null,
                "type_str": "figure",
                "uris": null
            }
        }
    }
}