File size: 28,522 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
{
    "paper_id": "2020",
    "header": {
        "generated_with": "S2ORC 1.0.0",
        "date_generated": "2023-01-19T07:57:47.590386Z"
    },
    "title": "Dmitry Ustalov, Yandex, Russian Federation Swapna Somasundaran, Educational Testing Service, USA",
    "authors": [
        {
            "first": "Alexander",
            "middle": [],
            "last": "Panchenko",
            "suffix": "",
            "affiliation": {},
            "email": ""
        },
        {
            "first": "Fragkiskos",
            "middle": [
                "D"
            ],
            "last": "Malliaros",
            "suffix": "",
            "affiliation": {},
            "email": ""
        },
        {
            "first": "Peter",
            "middle": [],
            "last": "Jansen",
            "suffix": "",
            "affiliation": {},
            "email": ""
        },
        {
            "first": "Amir",
            "middle": [],
            "last": "Bakarov",
            "suffix": "",
            "affiliation": {},
            "email": ""
        },
        {
            "first": "Massimiliano",
            "middle": [],
            "last": "Flavio",
            "suffix": "",
            "affiliation": {},
            "email": ""
        },
        {
            "first": "",
            "middle": [],
            "last": "Cecchini",
            "suffix": "",
            "affiliation": {},
            "email": ""
        },
        {
            "first": "Jennifer",
            "middle": [
                "D '"
            ],
            "last": "Souza",
            "suffix": "",
            "affiliation": {},
            "email": ""
        },
        {
            "first": "Sammy",
            "middle": [],
            "last": "Khalife",
            "suffix": "",
            "affiliation": {},
            "email": ""
        },
        {
            "first": "\u00c9cole",
            "middle": [],
            "last": "Polytechnique",
            "suffix": "",
            "affiliation": {},
            "email": ""
        },
        {
            "first": "France",
            "middle": [
                "Andrey"
            ],
            "last": "Kutuzov",
            "suffix": "",
            "affiliation": {},
            "email": ""
        },
        {
            "first": "Anne",
            "middle": [],
            "last": "Lauscher",
            "suffix": "",
            "affiliation": {},
            "email": ""
        },
        {
            "first": "Leonardo",
            "middle": [
                "F R"
            ],
            "last": "Ribeiro",
            "suffix": "",
            "affiliation": {},
            "email": ""
        },
        {
            "first": "T",
            "middle": [
                "U"
            ],
            "last": "Darmstadt",
            "suffix": "",
            "affiliation": {},
            "email": ""
        },
        {
            "first": "Brian",
            "middle": [],
            "last": "Germany",
            "suffix": "",
            "affiliation": {},
            "email": ""
        },
        {
            "first": "",
            "middle": [],
            "last": "Riordan",
            "suffix": "",
            "affiliation": {},
            "email": ""
        },
        {
            "first": "Danai",
            "middle": [],
            "last": "Koutra",
            "suffix": "",
            "affiliation": {},
            "email": ""
        }
    ],
    "year": "",
    "venue": null,
    "identifiers": {},
    "abstract": "",
    "pdf_parse": {
        "paper_id": "2020",
        "_pdf_hash": "",
        "abstract": [],
        "body_text": [
            {
                "text": "Welcome to TextGraphs, the Workshop on Graph-Based Methods for Natural Language Processing. The fourteenth edition of our workshop is being organized online on December 13, 2020, in conjunction with the 28th International Conference on Computational Linguistics (COLING).",
                "cite_spans": [],
                "ref_spans": [],
                "eq_spans": [],
                "section": "Introduction",
                "sec_num": null
            },
            {
                "text": "The workshops in the TextGraphs series have published and promoted the synergy between the field of Graph Theory (GT) and Natural Language Processing (NLP) for over a decade. The target audience of our workshop comprises of researchers working on problems related to either Graph Theory or graphbased algorithms applied to Natural Language Processing, Social Media, and the Semantic Web.",
                "cite_spans": [],
                "ref_spans": [],
                "eq_spans": [],
                "section": "Introduction",
                "sec_num": null
            },
            {
                "text": "TextGraphs addresses a broad spectrum of research areas within NLP. This is because, besides traditional NLP applications like parsing, word sense disambiguation, semantic role labeling, and information extraction, graph-based solutions also target web-scale applications like information propagation in social networks, rumor proliferation, e-reputation, language dynamics learning, and future events prediction.",
                "cite_spans": [],
                "ref_spans": [],
                "eq_spans": [],
                "section": "Introduction",
                "sec_num": null
            },
            {
                "text": "The selection process was competitive: we received 17 submissions and accepted 10 of them for oral presentation (6 long papers, 3 short papers, and 1 non-archival paper). This resulted in the overall acceptance rate of 59%.",
                "cite_spans": [],
                "ref_spans": [],
                "eq_spans": [],
                "section": "Introduction",
                "sec_num": null
            },
            {
                "text": "Similarly to the last year, we organized a shared task on Multi-Hop Inference for Explanation Regeneration. The goal of the task was to provide detailed gold explanations for standardized elementary science exam questions by selecting facts from a knowledge base. This year's shared task on multi-hop explanation regeneration attracted ten teams around the world, substantially advancing the state-of-theart in this challenging problem. Four participants' reports and one non-archival report along with the shared task overview by its organizers are also presented at the workshop.",
                "cite_spans": [],
                "ref_spans": [],
                "eq_spans": [],
                "section": "Introduction",
                "sec_num": null
            },
            {
                "text": "We thank Danai Koutra, Sujith Ravi, and Yizhou Sun for their invited talks.",
                "cite_spans": [],
                "ref_spans": [],
                "eq_spans": [],
                "section": "Introduction",
                "sec_num": null
            },
            {
                "text": "Finally, we are thankful to the members of the program committee for their valuable and high quality reviews. All submissions have benefited from their expert feedback. Their timely contribution was the basis for accepting an excellent list of papers and making the fourteenth edition of TextGraphs a success.",
                "cite_spans": [],
                "ref_spans": [],
                "eq_spans": [],
                "section": "Introduction",
                "sec_num": null
            },
            {
                "text": "Dmitry Ustalov, Swapna Somasundaran, Alexander Panchenko, Fragkiskos D. Malliaros, Ioana Hulpu\u015f, Peter Jansen, and Abhik Jana TextGraphs-14 Organizers December 2020",
                "cite_spans": [],
                "ref_spans": [],
                "eq_spans": [],
                "section": "",
                "sec_num": null
            }
        ],
        "back_matter": [],
        "bib_entries": {
            "BIBREF1": {
                "ref_id": "b1",
                "title": "Graph-based Aspect Representation Learning for Entity Resolution Zhenqi Zhao",
                "authors": [
                    {
                        "first": "Yuchen",
                        "middle": [],
                        "last": "Guo",
                        "suffix": ""
                    },
                    {
                        "first": "Dingxian",
                        "middle": [],
                        "last": "Wang",
                        "suffix": ""
                    },
                    {
                        "first": "Yufan",
                        "middle": [],
                        "last": "Huang",
                        "suffix": ""
                    },
                    {
                        "first": "Xiangnan",
                        "middle": [],
                        "last": "He",
                        "suffix": ""
                    },
                    {
                        "first": "Bin",
                        "middle": [
                            ". . . ."
                        ],
                        "last": "Gu",
                        "suffix": ""
                    }
                ],
                "year": null,
                "venue": "",
                "volume": "",
                "issue": "",
                "pages": "",
                "other_ids": {},
                "num": null,
                "urls": [],
                "raw_text": "Graph-based Aspect Representation Learning for Entity Resolution Zhenqi Zhao, Yuchen Guo, Dingxian Wang, Yufan Huang, Xiangnan He and Bin Gu . . . . . . . . . . 15",
                "links": null
            },
            "BIBREF2": {
                "ref_id": "b2",
                "title": "Merge and Recognize: A Geometry and 2D Context Aware Graph Model for Named Entity Recognition from Visual Documents Chuwei Luo",
                "authors": [
                    {
                        "first": "Yongpan",
                        "middle": [],
                        "last": "Wang",
                        "suffix": ""
                    },
                    {
                        "first": "Qi",
                        "middle": [],
                        "last": "Zheng",
                        "suffix": ""
                    },
                    {
                        "first": "Liangchen",
                        "middle": [],
                        "last": "Li",
                        "suffix": ""
                    },
                    {
                        "first": "Feiyu",
                        "middle": [],
                        "last": "Gao",
                        "suffix": ""
                    },
                    {
                        "first": "Shiyu",
                        "middle": [
                            ". . . . ."
                        ],
                        "last": "Zhang",
                        "suffix": ""
                    }
                ],
                "year": null,
                "venue": "",
                "volume": "",
                "issue": "",
                "pages": "",
                "other_ids": {},
                "num": null,
                "urls": [],
                "raw_text": "Merge and Recognize: A Geometry and 2D Context Aware Graph Model for Named Entity Recognition from Visual Documents Chuwei Luo, Yongpan Wang, Qi Zheng, Liangchen Li, Feiyu Gao and Shiyu Zhang . . . . . . . . . . . 24",
                "links": null
            },
            "BIBREF3": {
                "ref_id": "b3",
                "title": "Joint Learning of the Graph and the Data Representation for Graph-Based Semi-Supervised Learning Mariana Vargas-Vieyra, Aur\u00e9lien Bellet and Pascal Denis",
                "authors": [],
                "year": null,
                "venue": "",
                "volume": "",
                "issue": "",
                "pages": "",
                "other_ids": {},
                "num": null,
                "urls": [],
                "raw_text": "Joint Learning of the Graph and the Data Representation for Graph-Based Semi-Supervised Learning Mariana Vargas-Vieyra, Aur\u00e9lien Bellet and Pascal Denis . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 35",
                "links": null
            },
            "BIBREF4": {
                "ref_id": "b4",
                "title": "Contextual BERT: Conditioning the Language Model Using a Global State Timo I. Denk and",
                "authors": [],
                "year": null,
                "venue": "",
                "volume": "",
                "issue": "",
                "pages": "",
                "other_ids": {},
                "num": null,
                "urls": [],
                "raw_text": "Contextual BERT: Conditioning the Language Model Using a Global State Timo I. Denk and Ana Peleteiro Ramallo . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 46",
                "links": null
            },
            "BIBREF5": {
                "ref_id": "b5",
                "title": "Semi-supervised Word Sense Disambiguation Using Example Similarity Graph Rie",
                "authors": [
                    {
                        "first": "Minoru",
                        "middle": [],
                        "last": "Yatabe",
                        "suffix": ""
                    },
                    {
                        "first": ".",
                        "middle": [
                            "."
                        ],
                        "last": "Sasaki",
                        "suffix": ""
                    }
                ],
                "year": null,
                "venue": "",
                "volume": "",
                "issue": "",
                "pages": "",
                "other_ids": {},
                "num": null,
                "urls": [],
                "raw_text": "Semi-supervised Word Sense Disambiguation Using Example Similarity Graph Rie Yatabe and Minoru Sasaki . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 51",
                "links": null
            },
            "BIBREF6": {
                "ref_id": "b6",
                "title": "Graph-based Syntactic Word Embeddings Ragheb",
                "authors": [
                    {
                        "first": "Al-Ghezi",
                        "middle": [],
                        "last": "",
                        "suffix": ""
                    },
                    {
                        "first": "Mikko",
                        "middle": [],
                        "last": "Kurimo",
                        "suffix": ""
                    },
                    {
                        "first": ".",
                        "middle": [
                            "."
                        ],
                        "last": "",
                        "suffix": ""
                    }
                ],
                "year": null,
                "venue": "",
                "volume": "",
                "issue": "",
                "pages": "",
                "other_ids": {},
                "num": null,
                "urls": [],
                "raw_text": "Graph-based Syntactic Word Embeddings Ragheb Al-Ghezi and Mikko Kurimo . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 72",
                "links": null
            },
            "BIBREF7": {
                "ref_id": "b7",
                "title": "Relation Specific Transformations for Open World Knowledge Graph Completion Haseeb Shah, Johannes Villmow and Adrian Ulges",
                "authors": [],
                "year": null,
                "venue": "",
                "volume": "",
                "issue": "",
                "pages": "",
                "other_ids": {},
                "num": null,
                "urls": [],
                "raw_text": "Relation Specific Transformations for Open World Knowledge Graph Completion Haseeb Shah, Johannes Villmow and Adrian Ulges . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 79",
                "links": null
            },
            "BIBREF8": {
                "ref_id": "b8",
                "title": "85 PGL at TextGraphs 2020 Shared Task: Explanation Regeneration using Language and Graph Learning Methods Weibin Li",
                "authors": [
                    {
                        "first": "Peter",
                        "middle": [],
                        "last": "Jansen",
                        "suffix": ""
                    },
                    {
                        "first": "Dmitry",
                        "middle": [
                            ". ."
                        ],
                        "last": "Ustalov",
                        "suffix": ""
                    },
                    {
                        "first": "Zhengjie",
                        "middle": [],
                        "last": "Lu",
                        "suffix": ""
                    },
                    {
                        "first": "Weiyue",
                        "middle": [],
                        "last": "Huang",
                        "suffix": ""
                    },
                    {
                        "first": "Jiaxiang",
                        "middle": [],
                        "last": "Su",
                        "suffix": ""
                    },
                    {
                        "first": "",
                        "middle": [],
                        "last": "Liu",
                        "suffix": ""
                    }
                ],
                "year": null,
                "venue": "TextGraphs 2020 Shared Task on Multi-Hop Inference for Explanation Regeneration",
                "volume": "",
                "issue": "",
                "pages": "",
                "other_ids": {},
                "num": null,
                "urls": [],
                "raw_text": "TextGraphs 2020 Shared Task on Multi-Hop Inference for Explanation Regeneration Peter Jansen and Dmitry Ustalov . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 85 PGL at TextGraphs 2020 Shared Task: Explanation Regeneration using Language and Graph Learning Methods Weibin Li, Yuxiang Lu, Zhengjie Huang, Weiyue Su, Jiaxiang Liu, Shikun Feng and Yu Sun . . . 98",
                "links": null
            },
            "BIBREF9": {
                "ref_id": "b9",
                "title": "ChiSquareX at TextGraphs 2020 Shared Task: Leveraging Pretrained Language Models for Explanation Regeneration Aditya Girish Pawate, Varun Madhavan and Devansh Chandak",
                "authors": [],
                "year": null,
                "venue": "",
                "volume": "",
                "issue": "",
                "pages": "",
                "other_ids": {},
                "num": null,
                "urls": [],
                "raw_text": "ChiSquareX at TextGraphs 2020 Shared Task: Leveraging Pretrained Language Models for Explanation Regeneration Aditya Girish Pawate, Varun Madhavan and Devansh Chandak . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 103",
                "links": null
            },
            "BIBREF10": {
                "ref_id": "b10",
                "title": "Explanation Regeneration via Multi-Hop ILP Inference over Knowledge Base Aayushee Gupta and Gopalakrishnan Srinivasaraghavan",
                "authors": [],
                "year": null,
                "venue": "",
                "volume": "",
                "issue": "",
                "pages": "",
                "other_ids": {},
                "num": null,
                "urls": [],
                "raw_text": "Explanation Regeneration via Multi-Hop ILP Inference over Knowledge Base Aayushee Gupta and Gopalakrishnan Srinivasaraghavan . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 109",
                "links": null
            },
            "BIBREF11": {
                "ref_id": "b11",
                "title": "Red Dragon AI at TextGraphs 2020 Shared Task : LIT : LSTM-Interleaved Transformer for Multi-Hop Explanation Ranking Yew Ken",
                "authors": [
                    {
                        "first": "Sam",
                        "middle": [],
                        "last": "Chia",
                        "suffix": ""
                    },
                    {
                        "first": "Martin",
                        "middle": [],
                        "last": "Witteveen",
                        "suffix": ""
                    },
                    {
                        "first": ".",
                        "middle": [
                            "."
                        ],
                        "last": "Andrews",
                        "suffix": ""
                    }
                ],
                "year": null,
                "venue": "",
                "volume": "",
                "issue": "",
                "pages": "",
                "other_ids": {},
                "num": null,
                "urls": [],
                "raw_text": "Red Dragon AI at TextGraphs 2020 Shared Task : LIT : LSTM-Interleaved Transformer for Multi-Hop Explanation Ranking Yew Ken Chia, Sam Witteveen and Martin Andrews . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 115",
                "links": null
            },
            "BIBREF12": {
                "ref_id": "b12",
                "title": "30 Contextual BERT: Conditioning the Language Model Using a Global State Timo I. Denk and Ana Peleteiro Ramallo 16:00-16:30 Graph-to-Graph Transformer for Transition-based Dependency Parsing Alireza Mohammadshahi and James Henderson 16:30-16:40 Break Sunday",
                "authors": [
                    {
                        "first": "Dingxian",
                        "middle": [],
                        "last": "Sunday ; Yuchen Guo",
                        "suffix": ""
                    },
                    {
                        "first": "Yufan",
                        "middle": [],
                        "last": "Wang",
                        "suffix": ""
                    },
                    {
                        "first": "",
                        "middle": [],
                        "last": "Huang ; Yongpan",
                        "suffix": ""
                    },
                    {
                        "first": "Qi",
                        "middle": [],
                        "last": "Wang",
                        "suffix": ""
                    },
                    {
                        "first": "Liangchen",
                        "middle": [],
                        "last": "Zheng",
                        "suffix": ""
                    },
                    {
                        "first": "",
                        "middle": [],
                        "last": "Li ; Yuxiang",
                        "suffix": ""
                    },
                    {
                        "first": "Zhengjie",
                        "middle": [],
                        "last": "Lu",
                        "suffix": ""
                    },
                    {
                        "first": "Weiyue",
                        "middle": [],
                        "last": "Huang",
                        "suffix": ""
                    },
                    {
                        "first": "Jiaxiang",
                        "middle": [],
                        "last": "Su",
                        "suffix": ""
                    },
                    {
                        "first": "",
                        "middle": [],
                        "last": "Liu",
                        "suffix": ""
                    }
                ],
                "year": 2020,
                "venue": "50 ChiSquareX at TextGraphs 2020 Shared Task: Leveraging Pretrained Language Models for Explanation Regeneration Aditya Girish Pawate",
                "volume": "16",
                "issue": "",
                "pages": "10--18",
                "other_ids": {},
                "num": null,
                "urls": [],
                "raw_text": "Sunday, December 13, 2020 14:00-14:10 Opening Session 14:10-15:00 Invited Talk by Sujith Ravi (Amazon Alexa AI, USA) 15:00-15:10 Break 15:10-16:00 Invited Talk by Danai Koutra (University of Michigan, Ann Arbor, USA) 16:00-16:30 Oral Presentations Session 1 16:00-16:30 A survey of embedding models of entities and relationships for knowledge graph completion Dat Quoc Nguyen 16:00-16:30 Graph-based Aspect Representation Learning for Entity Resolution Zhenqi Zhao, Yuchen Guo, Dingxian Wang, Yufan Huang, Xiangnan He and Bin Gu 16:00-16:30 Merge and Recognize: A Geometry and 2D Context Aware Graph Model for Named Entity Recognition from Visual Documents Chuwei Luo, Yongpan Wang, Qi Zheng, Liangchen Li, Feiyu Gao and Shiyu Zhang 16:00-16:30 Joint Learning of the Graph and the Data Representation for Graph-Based Semi- Supervised Learning Mariana Vargas-Vieyra, Aur\u00e9lien Bellet and Pascal Denis 16:00-16:30 Contextual BERT: Conditioning the Language Model Using a Global State Timo I. Denk and Ana Peleteiro Ramallo 16:00-16:30 Graph-to-Graph Transformer for Transition-based Dependency Parsing Alireza Mohammadshahi and James Henderson 16:30-16:40 Break Sunday, December 13, 2020 (continued) 16:40-17:30 Invited Talk by Yizhou Sun (University of California, Los Angeles, USA) 17:30-18:00 Oral Presentations Session 2 17:30-18:00 Semi-supervised Word Sense Disambiguation Using Example Similarity Graph Rie Yatabe and Minoru Sasaki 17:30-18:00 Incorporating Temporal Information in Entailment Graph Mining Liane Guillou, Sander Bijl de Vroe, Mohammad Javad Hosseini, Mark Johnson and Mark Steedman 17:30-18:00 Graph-based Syntactic Word Embeddings Ragheb Al-Ghezi and Mikko Kurimo 17:30-18:00 Relation Specific Transformations for Open World Knowledge Graph Completion Haseeb Shah, Johannes Villmow and Adrian Ulges 17:30-18:00 TextGraphs 2020 Shared Task on Multi-Hop Inference for Explanation Regeneration Peter Jansen and Dmitry Ustalov 18:00-18:10 Break 18:10-18:50 Poster Session 18:10-18:50 PGL at TextGraphs 2020 Shared Task: Explanation Regeneration using Language and Graph Learning Methods Weibin Li, Yuxiang Lu, Zhengjie Huang, Weiyue Su, Jiaxiang Liu, Shikun Feng and Yu Sun 18:10-18:50 ChiSquareX at TextGraphs 2020 Shared Task: Leveraging Pretrained Language Models for Explanation Regeneration Aditya Girish Pawate, Varun Madhavan and Devansh Chandak 18:10-18:50 Explanation Regeneration via Multi-Hop ILP Inference over Knowledge Base Aayushee Gupta and Gopalakrishnan Srinivasaraghavan x",
                "links": null
            },
            "BIBREF13": {
                "ref_id": "b13",
                "title": "50 Red Dragon AI at TextGraphs 2020 Shared Task : LIT : LSTM-Interleaved Transformer for Multi-Hop Explanation Ranking Yew Ken Chia",
                "authors": [
                    {
                        "first": "",
                        "middle": [],
                        "last": "Sunday",
                        "suffix": ""
                    }
                ],
                "year": 2020,
                "venue": "00 Closing Remarks",
                "volume": "18",
                "issue": "",
                "pages": "50--69",
                "other_ids": {},
                "num": null,
                "urls": [],
                "raw_text": "Sunday, December 13, 2020 (continued) 18:10-18:50 Red Dragon AI at TextGraphs 2020 Shared Task : LIT : LSTM-Interleaved Trans- former for Multi-Hop Explanation Ranking Yew Ken Chia, Sam Witteveen and Martin Andrews 18:10-18:50 Autoregressive Reasoning over Chains of Facts with Transformers Ruben Cartuyvels, Graham Spinks and Marie-Francine Moens 18:50-19:00 Closing Remarks",
                "links": null
            }
        },
        "ref_entries": {}
    }
}