-
Notifications
You must be signed in to change notification settings - Fork 0
/
references.bib
2715 lines (2526 loc) · 105 KB
/
references.bib
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
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
% -*- coding: utf-8; -*-
%
% in defining strings, we make use of the following prefixes:
%
% + S: --- general strings
% + O: --- organizations
% + C: --- conferences
% + L: --- addresses
% + E: --- editors
% + J: --- journals
% + P: --- publishers
%
% for some conferences, there is variation in the book titles, e.g. for shared
% tasks, student research workshops, or software demonstration sessions. use
% at least a few common suffixes, even though the exact title may vary from
% year to year:
%
% + :S --- student research workshop
% + :T --- short papers
% + :P --- poster session (where not part of the main proceedings volume)
% + :U --- shared task
% + :D --- software demonstration (aka interactive presentation)
%
%
% in defining strings, we make use of the following prefixes:
%
% + S: --- general strings
% + O: --- organizations
% + C: --- conferences
% + L: --- addresses
% + E: --- editors
% + J: --- journals
% + P: --- publishers
%
% for some conferences, there is variation in the book titles, e.g. for shared
% tasks, student research workshops, or software demonstration sessions. use
% at least a few common suffixes, even though the exact title may vary from
% year to year:
%
% + :S --- student research workshop
% + :T --- short papers
% + :P --- poster session (where not part of the main proceedings volume)
% + :U --- shared task
% + :D --- software demonstration (aka interactive presentation)
%
@inproceedings{lim-etal-2020-i,
title={I Know What You Asked: Graph Path Learning using {AMR} for Commonsense Reasoning},
author={Jungwoo Lim and Dongsuk Oh and Yoonna Jang and Kisu Yang and Heuiseok Lim},
booktitle={Proc. of COLING},
year={2020},
url={https://arxiv.org/abs/2011.00766}
}
@inproceedings{xu-etal-2020-incorporate,
title={Incorporate Semantic Structures into Machine Translation Evaluation via {UCCA}},
author={Jin Xu and Yinuo Guo and Junfeng Hu},
booktitle={Proc. of WMT},
year={2020},
url={https://arxiv.org/abs/2010.08728}
}
@inproceedings{hershcovich-et-al-2020-comparison,
title = "Comparison by Conversion: Reverse-Engineering {UCCA} from Syntax and Lexical Semantics",
author = "Hershcovich, Daniel and Schneider, Nathan and Dvir, Dotan and Prange, Jakob and de Lhoneux, Miryam and Abend, Omri",
booktitle = "Proc. of COLING",
year = "2020",
url = {https://arxiv.org/abs/2011.00834}
}
@inproceedings{cui-hershcovich-2020-refining,
title = "Refining Implicit Argument Annotation For {UCCA}",
author = "Cui, Ruixiang and Hershcovich, Daniel",
booktitle = "Proc. of DMR",
year = "2020",
url = "https://arxiv.org/abs/2005.12889"
}
@misc{xu2020incorporate,
title={Incorporate Semantic Structures into Machine Translation Evaluation via UCCA},
author={Jin Xu and Yinuo Guo and Junfeng Hu},
year={2020},
eprint={2010.08728},
archivePrefix={arXiv},
primaryClass={cs.CL}
}
@inproceedings{sulem-etal-2020-semantic,
title={Semantic Structural Decomposition for Neural Machine Translation},
author={Elior Sulem and Omri Abend and Ari Rappoport},
booktitle={Proc. of *SEM},
year={2020}
}
@inproceedings{koller2019graph,
title = "Graph-Based Meaning Representations: Design and Processing",
author = "Koller, Alexander and
Oepen, Stephan and
Sun, Weiwei",
booktitle = "Proceedings of the 57th Annual Meeting of the Association for Computational Linguistics: Tutorial Abstracts",
month = jul,
year = "2019",
address = "Florence, Italy",
publisher = "Association for Computational Linguistics",
url = "https://www.aclweb.org/anthology/P19-4002",
doi = "10.18653/v1/P19-4002",
pages = "6--11",
abstract = "This tutorial is on representing and processing sentence meaning in the form of labeled directed graphs. The tutorial will (a) briefly review relevant background in formal and linguistic semantics; (b) semi-formally define a unified abstract view on different flavors of semantic graphs and associated terminology; (c) survey common frameworks for graph-based meaning representation and available graph banks; and (d) offer a technical overview of a representative selection of different parsing approaches.",
}
@Book{Dixon:05,
author = {Dixon, R.M.W.},
title = {A Semantic Approach to {E}nglish Grammar},
publisher = {Oxford University Press},
year = {2005},
address = {Oxford},
}
@inproceedings{croft2017linguistic,
title={Linguistic Typology meets Universal Dependencies.},
author={Croft, William and Nordquist, Dawn and Looney, Katherine and Regan, Michael},
booktitle={TLT},
pages={63--75},
year={2017}
}
@inproceedings{alvamanchego-etal:2019:easse,
title = "{EASSE}: {E}asier {A}utomatic {S}entence {S}implification {E}valuation",
author = "Alva-Manchego, Fernando and Martin, Louis and Scarton, Carolina and Specia, Lucia",
booktitle = "To Appear in EMNLP-ICJNLP 2019: System Demonstrations",
month = nov,
year = "2019",
address = "Hong Kong, China",
url = "https://arxiv.org/abs/1908.04567",
}
@phdthesis{kipper2005verbnet,
title={VerbNet: A broad-coverage, comprehensive verb lexicon},
author={Schuler, Karin Kipper},
year={2005},
school={University of Pennsylvania},
url={http://verbs.colorado.edu/~kipper/Papers/dissertation.pdf}
}
@incollection{bohmova2003prague,
title={The {P}rague dependency treebank},
author={B{\"o}hmov{\'a}, Alena and Haji{\v{c}}, Jan and Haji{\v{c}}ov{\'a}, Eva and Hladk{\'a}, Barbora},
booktitle={Treebanks},
pages={103--127},
year={2003},
publisher={Springer},
url={https://link.springer.com/chapter/10.1007/978-94-010-0201-1_7}
}
@inproceedings{abzianidze2017parallel,
title={The Parallel Meaning Bank: Towards a Multilingual Corpus of Translations Annotated with Compositional Meaning Representations},
author={Abzianidze, Lasha and Bjerva, Johannes and Evang, Kilian and Haagsma, Hessel and van Noord, Rik and Ludmann, Pierre and Nguyen, Duc-Duy and Bos, Johan},
booktitle={Proc. of EACL},
volume={2},
pages={242--247},
year={2017},
url={http://aclweb.org/anthology/E17-2039}
}
@misc{11234/1-2898,
title = {Universal Dependencies 2.3 Models for {UDPipe} (2018-11-15)},
author = {Straka, Milan and Strakov{\'a}, Jana},
url = {http://hdl.handle.net/11234/1-2898},
note = {{LINDAT}/{CLARIN} digital library at the Institute of Formal and Applied Linguistics ({{\'U}FAL}), Faculty of Mathematics and Physics, Charles University},
copyright = {Creative Commons - Attribution-{NonCommercial}-{ShareAlike} 4.0 International ({CC} {BY}-{NC}-{SA} 4.0)},
year = {2018} }
@inproceedings{zhang2018cross,
title={Cross-lingual Decompositional Semantic Parsing},
author={Zhang, Sheng and Ma, Xutai and Rudinger, Rachel and Duh, Kevin and Van Durme, Benjamin},
booktitle={Proceedings of the 2018 Conference on Empirical Methods in Natural Language Processing},
pages={1664--1675},
year={2018},
url={http://aclweb.org/anthology/D18-1194}
}
@InProceedings{hershcovich2019shared,
author = "Hershcovich, Daniel
and Choshen, Leshem
and Sulem, Elior
and Aizenbud, Zohar
and Rappoport, Ari
and Abend, Omri",
title = {{S}em{E}val 2019 Task 1: Cross-lingual Semantic Parsing with {UCCA}},
booktitle = {Proc. of SemEval},
year = {2019},
url={https://danielhers.github.io/semeval2019.pdf}
}
@InProceedings{hershcovich2019content,
author = "Hershcovich, Daniel
and Abend, Omri
and Rappoport, Ari",
booktitle = "Proc. of NAACL-HLT",
title = "Content Differences in Syntactic and Semantic Representation",
year = "2019",
url="https://danielhers.github.io/divergences.pdf"
}
@article{deng2017translation,
title={Translation Divergences in Chinese--English Machine Translation: An Empirical Investigation},
author={Deng, Dun and Xue, Nianwen},
journal={Computational Linguistics},
volume={43},
number={3},
pages={521--565},
year={2017},
publisher={MIT Press}
}
@InProceedings{swayamdipta2016greedy,
author = "Swayamdipta, Swabha
and Ballesteros, Miguel
and Dyer, Chris
and Smith, Noah A.",
title = "Greedy, Joint Syntactic-Semantic Parsing with Stack {LSTM}s",
booktitle = "Proc. of CoNLL",
year = "2016",
pages = "187--197",
doi = "10.18653/v1/K16-1019",
url = "http://aclweb.org/anthology/K16-1019"
}
@InProceedings{C18-1233,
author = "Cai, Jiaxun
and He, Shexia
and Li, Zuchao
and Zhao, Hai",
title = "A Full End-to-End Semantic Role Labeler, Syntactic-agnostic Over Syntactic-aware?",
booktitle = "Proc. of COLING",
year = "2018",
pages = "2753--2765",
url = "http://aclweb.org/anthology/C18-1233"
}
@InProceedings{E17-1045,
author = "Hartmann, Silvana
and Kuznetsov, Ilia
and Martin, Teresa
and Gurevych, Iryna",
title = "Out-of-domain FrameNet Semantic Role Labeling",
booktitle = "Proc. of EACL",
year = "2017",
pages = "471--482",
url = "http://aclweb.org/anthology/E17-1045"
}
@InProceedings{N15-1007,
author = "Ribeyre, Corentin
and Villemonte de la Clergerie, Eric
and Seddah, Djam{\'e}",
title = "Because Syntax Does Matter: Improving Predicate-Argument Structures Parsing with Syntactic Features",
booktitle = "Proc. of NAACL-HLT",
year = "2015",
pages = "64--74",
doi = "10.3115/v1/N15-1007",
url = "http://aclweb.org/anthology/N15-1007"
}
@InProceedings{P18-1192,
author = "He, Shexia
and Li, Zuchao
and Zhao, Hai
and Bai, Hongxiao",
title = "Syntax for Semantic Role Labeling, To Be, Or Not To Be",
booktitle = "Proc. of ACL",
year = "2018",
pages = "2061--2071",
url = "http://aclweb.org/anthology/P18-1192"
}
@InProceedings{strubell2018linguistically,
author = "Strubell, Emma
and Verga, Patrick
and Andor, Daniel
and Weiss, David
and McCallum, Andrew",
title = "Linguistically-Informed Self-Attention for Semantic Role Labeling",
booktitle = "Proc. of EMNLP",
year = "2018",
pages = "5027--5038",
url = "http://aclweb.org/anthology/D18-1548"
}
@article{stanovsky2016getting,
title={Getting more out of syntax with {PropS}},
author={Stanovsky, Gabriel and Ficler, Jessica and Dagan, Ido and Goldberg, Yoav},
journal={arXiv preprint arXiv:1603.01648},
year={2016}
}
@Article{reddy2016transforming,
author = "Reddy, Siva
and T{\"a}ckstr{\"o}m, Oscar
and Collins, Michael
and Kwiatkowski, Tom
and Das, Dipanjan
and Steedman, Mark
and Lapata, Mirella",
title = "Transforming Dependency Structures to Logical Forms for Semantic Parsing",
journal = "TACL",
year = "2016",
volume = "4",
pages = "127--141",
url = "http://aclweb.org/anthology/Q16-1010"
}
@InProceedings{zhang2017evaluation,
author = "Zhang, Sheng
and Rudinger, Rachel
and Durme, Benjamin Van",
title = "An Evaluation of {P}red{P}att and Open {IE} via Stage 1 Semantic Role Labeling",
booktitle = "IWCS",
year = "2017",
url = "http://aclweb.org/anthology/W17-6944"
}
@inproceedings{Basile:12,
title = {Developing a Large Semantically Annotated Corpus},
author = {Basile, Valerio and Bos, Johan and Evang, Kilian and
Venhuizen, Noortje},
booktitle = {Proc. of LREC},
year = {2012},
pages={3196--3200},
}
@InProceedings{white2016universal,
author = {White, Aaron Steven and Reisinger, Drew and Sakaguchi, Keisuke and Vieira, Tim and Zhang, Sheng and Rudinger, Rachel and Rawlins, Kyle and Van Durme, Benjamin},
title = {Universal Decompositional Semantics on {U}niversal {D}ependencies},
booktitle = {Proc. of EMNLP},
year = {2016},
pages = {1713--1723},
url={http://aclweb.org/anthology/D16-1177}
}
@misc{11234/1-2895,
title = {Universal Dependencies 2.3},
author = {Nivre et al., Joakim},
url = {http://hdl.handle.net/11234/1-2895},
note = {{LINDAT}/{CLARIN} digital library at the Institute of Formal and Applied Linguistics ({{\'U}FAL}), Faculty of Mathematics and Physics, Charles University},
copyright = {Licence Universal Dependencies v2.3},
year = {2018}
}
@misc{11234/1-2988,
title = {Universal Dependencies 2.4},
author = {Nivre et al., Joakim},
url = {http://hdl.handle.net/11234/1-2988},
note = {{LINDAT}/{CLARIN} digital library at the Institute of Formal and Applied Linguistics ({{\'U}FAL}), Faculty of Mathematics and Physics, Charles University},
copyright = {Licence Universal Dependencies v2.4},
year = {2019} }
@article{bies2012english,
title={English web treebank},
author={Bies, Ann and Mott, Justin and Warner, Colin and Kulick, Seth},
journal={Linguistic Data Consortium, Philadelphia, PA},
year={2012},
url={https://catalog.ldc.upenn.edu/LDC2012T13}
}
@InProceedings{N18-1104,
author = "Damonte, Marco
and Cohen, Shay B.",
title = "Cross-Lingual Abstract Meaning Representation Parsing",
booktitle = "Proc. of NAACL-HLT",
year = "2018",
pages = "1146--1155",
doi = "10.18653/v1/N18-1104",
url = "http://aclweb.org/anthology/N18-1104"
}
@InProceedings{W17-7306,
author = "van Noord, Rik
and Bos, Johan",
title = "Dealing with Co-reference in Neural Semantic Parsing",
booktitle = "Proc. of SemDeep",
year = "2017",
pages = "41--49",
url = "http://aclweb.org/anthology/W17-7306"
}
@InProceedings{swayamdipta2018syntactic,
author = "Swayamdipta, Swabha
and Thomson, Sam
and Lee, Kenton
and Zettlemoyer, Luke
and Dyer, Chris
and Smith, Noah A.",
title = "Syntactic Scaffolds for Semantic Structures",
booktitle = "Proc. of EMNLP",
year = "2018",
pages = "3772--3782",
url = "http://aclweb.org/anthology/D18-1412"
}
@inproceedings{przepiorkowski2018arguments,
title={Arguments and adjuncts in Universal Dependencies},
author={Przepi{\'o}rkowski, Adam and Patejuk, Agnieszka},
booktitle={Proc. of COLING},
pages={3837--3852},
year={2018}
}
@inproceedings{vauquois1968survey,
title={A survey of formal grammars and algorithms for recognition and transformation in mechanical translation.},
author={Vauquois, Bernard},
booktitle={IFIP Congress (2)},
volume={68},
pages={1114--1122},
year={1968}
}
@InProceedings{zeman-EtAl:2018:K18-2,
author = {Zeman, Daniel and Haji{\v{c}}, Jan and Popel, Martin and Potthast, Martin and Straka, Milan and Ginter, Filip and Nivre, Joakim and Petrov, Slav},
title = {{CoNLL} 2018 Shared Task: Multilingual Parsing from Raw Text to Universal Dependencies},
booktitle = {Proc. of {CoNLL} UD Shared Task},
month = {October},
year = {2018},
pages = {1--21},
url = {http://www.aclweb.org/anthology/K18-2001}
}
@InProceedings{che-EtAl:2018:K18-2,
author = {Che, Wanxiang and Liu, Yijia and Wang, Yuxuan and Zheng, Bo and Liu, Ting},
title = {Towards Better {UD} Parsing: Deep Contextualized Word Embeddings, Ensemble, and Treebank Concatenation},
booktitle = {Proc. of {CoNLL} UD Shared Task},
month = {October},
year = {2018},
pages = {55--64},
url = {http://www.aclweb.org/anthology/K18-2005}
}
@InProceedings{P18-2077,
author = "Dozat, Timothy
and Manning, Christopher D.",
title = "Simpler but More Accurate Semantic Dependency Parsing",
booktitle = "Proc. of ACL",
year = "2018",
pages = "484--490",
url = "http://aclweb.org/anthology/P18-2077"
}
@InProceedings{P18-1249,
author = "Kitaev, Nikita
and Klein, Dan",
title = "Constituency Parsing with a Self-Attentive Encoder",
booktitle = "Proc. of ACL",
year = "2018",
pages = "2676--2686",
url = "http://aclweb.org/anthology/P18-1249"
}
@article{nothman2013learning,
title={Learning multilingual named entity recognition from Wikipedia},
author={Nothman, Joel and Ringland, Nicky and Radford, Will and Murphy, Tara and Curran, James R},
journal={Artificial Intelligence},
volume={194},
pages={151--175},
year={2013},
publisher={Elsevier}
}
@InProceedings{L14-1067,
author = "Silveira, Natalia
and Dozat, Timothy
and Marneffe, Marie-Catherine de
and Bowman, Samuel
and Connor, Miriam
and Bauer, John
and Manning, Chris",
title = "A Gold Standard Dependency Corpus for {E}nglish",
booktitle = "Proc. of LREC",
year = "2014",
url = "http://www.aclweb.org/anthology/L14-1067"
}
@InProceedings{hershcovich2018universal,
author = {Hershcovich, Daniel and Abend, Omri and Rappoport, Ari},
title = {Universal Dependency Parsing with a General Transition-Based {DAG} Parser},
booktitle = "Proc. of CoNLL",
year = {2018},
organization = {To appear}}
@InProceedings{reddy2017universal,
author = "Reddy, Siva
and T{\"a}ckstr{\"o}m, Oscar
and Petrov, Slav
and Steedman, Mark
and Lapata, Mirella",
title = "Universal Semantic Parsing",
booktitle = "Proc. of EMNLP",
year = "2017",
pages = "89--101",
url = "http://aclweb.org/anthology/D17-1009"
}
@inproceedings{conll2018UDSToverview,
author = {Zeman, Daniel and Haji{\v{c}}, Jan and Popel, Martin and
Potthast, Martin and Straka, Milan and Ginter, Filip and Nivre, Joakim and Petrov, Slav},
title = {{CoNLL 2018 Shared Task: Multilingual Parsing from Raw
Text to Universal Dependencies}},
booktitle = {Proceedings of the CoNLL 2018 Shared Task: Multilingual
Parsing from Raw Text to Universal Dependencies},
month = {October},
year = {2018},
pages = {1-20},
address = {Brussels, Belgium},
publisher = {Association for Computational Linguistics},
isbn = {978-1-948087-82-7}
}
@inproceedings{udst:overview2017,
author = {Zeman, Daniel and Popel, Martin and Straka, Milan and Haji{\v{c}}, Jan and Nivre, Joakim and Ginter, Filip and Luotolahti, Juhani and Pyysalo, Sampo and Petrov, Slav and Potthast, Martin and Tyers, Francis and Badmaeva, Elena and G{\"{o}}k{\i}rmak, Memduh and Nedoluzhko, Anna and Cinkov{\'{a}}, Silvie and Haji{\v{c}} jr., Jan and Hlav{\'{a}}{\v{c}}ov{\'{a}}, Jaroslava and Kettnerov{\'{a}}, V{\'{a}}clava and Ure{\v{s}}ov{\'{a}}, Zde{\v{n}}ka and Kanerva, Jenna and Ojala, Stina and Missil{\"{a}}, Anna and Manning, Christopher and Schuster, Sebastian and Reddy, Siva and Taji, Dima and Habash, Nizar and Leung, Herman and de Marneffe, Marie-Catherine and Sanguinetti, Manuela and Simi, Maria and Kanayama, Hiroshi and de Paiva, Valeria and Droganova, Kira and Mart{\'{\i}}nez Alonso, H{\'{e}}ctor and {\c{C}}{\"{o}}ltekin, {\c{C}}a{\u{g}}r{\i} and Sulubacak, Umut and Uszkoreit, Hans and Macketanz, Vivien and Burchardt, Aljoscha and Harris, Kim and Marheinecke, Katrin and Rehm, Georg and Kayadelen, Tolga and Attia, Mohammed and Elkahky, Ali and Yu, Zhuoran and Pitler, Emily and Lertpradit, Saran and Mandl, Michael and Kirchner, Jesse and Fernandez Alcalde, Hector and Strnadova, Jana and Banerjee, Esha and Manurung, Ruli and Stella, Antonio and Shimada, Atsuko and Kwak, Sookyoung and Mendon{\c{c}}a, Gustavo and Lando, Tatiana and Nitisaroj, Rattima and Li, Josie},
title = {{CoNLL 2017 Shared Task: Multilingual Parsing from Raw Text to Universal Dependencies}},
booktitle = {{Proceedings of the CoNLL 2017 Shared Task: Multilingual Parsing from Raw Text to Universal Dependencies}},
pages={1--19},
publisher = {Association for Computational Linguistics},
address = {Vancouver, Canada},
year = {2017}
}
@inproceedings{nivre17udw,
author = {Nivre, Joakim and Fang, Chiao-Ting},
year = {2017},
title = {Universal Dependency Evaluation},
booktitle = {Proceedings of the NoDaLiDa 2017 Workshop on Universal Dependencies (UDW 2017)},
pages = {86--95}
}
@inproceedings{udpipe,
author = {Straka, Milan and Haji\v{c}, Jan and Strakov\'{a}, Jana},
year = {2016},
title = {{UDPipe:} Trainable Pipeline for Processing {CoNLL-U} Files
Performing Tokenization, Morphological Analysis, {POS} Tagging and Parsing},
booktitle = {Proceedings of the 10th International Conference on Language Resources and Evaluation ({LREC} 2016)},
address = {Portorož, Slovenia},
publisher = {European Language Resources Association},
isbn = {978-2-9517408-9-1}
}
@inproceedings{tira,
author = {Martin Potthast and Tim Gollub and Francisco Rangel and Paolo Rosso and Efstathios Stamatatos and Benno Stein},
title={Improving the Reproducibility of {PAN}'s Shared Tasks: Plagiarism Detection, Author Identification, and Author Profiling},
booktitle={Information Access Evaluation meets Multilinguality, Multimodality, and Visualization. 5th International Conference of the {CLEF} Initiative ({CLEF} 14)},
editor = {Evangelos Kanoulas and Mihai Lupu and Paul Clough and Mark Sanderson and Mark Hall and Allan Hanbury and Elaine Toms},
pages={268--299},
year={2014},
doi = {10.1007/978-3-319-11382-1\_{}22},
isbn = {978-3-319-11381-4},
month = sep,
pages = {268-299},
publisher = {Springer},
address = {Berlin Heidelberg New York}
}
@misc{11234/1-2837,
title = {Universal Dependencies 2.2},
author = {Nivre, Joakim and Abrams, Mitchell and Agi{\'c}, {\v Z}eljko and Ahrenberg, Lars and Antonsen, Lene and Aranzabe, Maria Jesus and Arutie, Gashaw and Asahara, Masayuki and Ateyah, Luma and Attia, Mohammed and Atutxa, Aitziber and Augustinus, Liesbeth and Badmaeva, Elena and Ballesteros, Miguel and Banerjee, Esha and Bank, Sebastian and Barbu Mititelu, Verginica and Bauer, John and Bellato, Sandra and Bengoetxea, Kepa and Bhat, Riyaz Ahmad and Biagetti, Erica and Bick, Eckhard and Blokland, Rogier and Bobicev, Victoria and B{\"o}rstell, Carl and Bosco, Cristina and Bouma, Gosse and Bowman, Sam and Boyd, Adriane and Burchardt, Aljoscha and Candito, Marie and Caron, Bernard and Caron, Gauthier and Cebiro{\u g}lu Eryi{\u g}it, G{\"u}l{\c s}en and Celano, Giuseppe G. A. and Cetin, Savas and Chalub, Fabricio and Choi, Jinho and Cho, Yongseok and Chun, Jayeol and Cinkov{\'a}, Silvie and Collomb, Aur{\'e}lie and {\c C}{\"o}ltekin, {\c C}a{\u g}r{\i} and Connor, Miriam and Courtin, Marine and Davidson, Elizabeth and de Marneffe, Marie-Catherine and de Paiva, Valeria and Diaz de Ilarraza, Arantza and Dickerson, Carly and Dirix, Peter and Dobrovoljc, Kaja and Dozat, Timothy and Droganova, Kira and Dwivedi, Puneet and Eli, Marhaba and Elkahky, Ali and Ephrem, Binyam and Erjavec, Toma{\v z} and Etienne, Aline and Farkas, Rich{\'a}rd and Fernandez Alcalde, Hector and Foster, Jennifer and Freitas, Cl{\'a}udia and Gajdo{\v s}ov{\'a}, Katar{\'{\i}}na and Galbraith, Daniel and Garcia, Marcos and G{\"a}rdenfors, Moa and Gerdes, Kim and Ginter, Filip and Goenaga, Iakes and Gojenola, Koldo and G{\"o}k{\i}rmak, Memduh and Goldberg, Yoav and G{\'o}mez Guinovart, Xavier and Gonz{\'a}les Saavedra, Berta and Grioni, Matias and Gr{\=u}z{\={\i}}tis, Normunds and Guillaume, Bruno and Guillot-Barbance, C{\'e}line and Habash, Nizar and Haji{\v c}, Jan and Haji{\v c} jr., Jan and H{\`a} M{\~y}, Linh and Han, Na-Rae and Harris, Kim and Haug, Dag and Hladk{\'a}, Barbora and Hlav{\'a}{\v c}ov{\'a}, Jaroslava and Hociung, Florinel and Hohle, Petter and Hwang, Jena and Ion, Radu and Irimia, Elena and Jel{\'{\i}}nek, Tom{\'a}{\v s} and Johannsen, Anders and J{\o}rgensen, Fredrik and Ka{\c s}{\i}kara, H{\"u}ner and Kahane, Sylvain and Kanayama, Hiroshi and Kanerva, Jenna and Kayadelen, Tolga and Kettnerov{\'a}, V{\'a}clava and Kirchner, Jesse and Kotsyba, Natalia and Krek, Simon and Kwak, Sookyoung and Laippala, Veronika and Lambertino, Lorenzo and Lando, Tatiana and Larasati, Septina Dian and Lavrentiev, Alexei and Lee, John and L{\^e} H{\`{\^o}}ng, Phương and Lenci, Alessandro and Lertpradit, Saran and Leung, Herman and Li, Cheuk Ying and Li, Josie and Li, Keying and Lim, {KyungTae} and Ljube{\v s}i{\'c}, Nikola and Loginova, Olga and Lyashevskaya, Olga and Lynn, Teresa and Macketanz, Vivien and Makazhanov, Aibek and Mandl, Michael and Manning, Christopher and Manurung, Ruli and M{\u a}r{\u a}nduc, C{\u a}t{\u a}lina and Mare{\v c}ek, David and Marheinecke, Katrin and Mart{\'{\i}}nez Alonso, H{\'e}ctor and Martins, Andr{\'e} and Ma{\v s}ek, Jan and Matsumoto, Yuji and {McDonald}, Ryan and Mendon{\c c}a, Gustavo and Miekka, Niko and Missil{\"a}, Anna and Mititelu, C{\u a}t{\u a}lin and Miyao, Yusuke and Montemagni, Simonetta and More, Amir and Moreno Romero, Laura and Mori, Shinsuke and Mortensen, Bjartur and Moskalevskyi, Bohdan and Muischnek, Kadri and Murawaki, Yugo and M{\"u}{\"u}risep, Kaili and Nainwani, Pinkey and Navarro Hor{\~n}iacek, Juan Ignacio and Nedoluzhko, Anna and Ne{\v s}pore-B{\=e}rzkalne, Gunta and Nguy{\~{\^e}}n Th{\d i}, Lương and Nguy{\~{\^e}}n Th{\d i} Minh, Huy{\`{\^e}}n and Nikolaev, Vitaly and Nitisaroj, Rattima and Nurmi, Hanna and Ojala, Stina and Ol{\'u}{\`o}kun, Ad{\'e}day{\d o}̀ and Omura, Mai and Osenova, Petya and {\"O}stling, Robert and {\O}vrelid, Lilja and Partanen, Niko and Pascual, Elena and Passarotti, Marco and Patejuk, Agnieszka and Peng, Siyao and Perez, Cenel-Augusto and Perrier, Guy and Petrov, Slav and Piitulainen, Jussi and Pitler, Emily and Plank, Barbara and Poibeau, Thierry and Popel, Martin and Pretkalni{\c n}a, Lauma and Pr{\'e}vost, Sophie and Prokopidis, Prokopis and Przepi{\'o}rkowski, Adam and Puolakainen, Tiina and Pyysalo, Sampo and R{\"a}{\"a}bis, Andriela and Rademaker, Alexandre and Ramasamy, Loganathan and Rama, Taraka and Ramisch, Carlos and Ravishankar, Vinit and Real, Livy and Reddy, Siva and Rehm, Georg and Riessler, Michael and Rinaldi, Larissa and Rituma, Laura and Rocha, Luisa and Romanenko, Mykhailo and Rosa, Rudolf and Rovati, Davide and Roșca, Valentin and Rudina, Olga and Sadde, Shoval and Saleh, Shadi and Samard{\v z}i{\'c}, Tanja and Samson, Stephanie and Sanguinetti, Manuela and Saul{\={\i}}te, Baiba and Sawanakunanon, Yanin and Schneider, Nathan and Schuster, Sebastian and Seddah, Djam{\'e} and Seeker, Wolfgang and Seraji, Mojgan and Shen, Mo and Shimada, Atsuko and Shohibussirri, Muh and Sichinava, Dmitry and Silveira, Natalia and Simi, Maria and Simionescu, Radu and Simk{\'o}, Katalin and {\v S}imkov{\'a}, M{\'a}ria and Simov, Kiril and Smith, Aaron and Soares-Bastos, Isabela and Stella, Antonio and Straka, Milan and Strnadov{\'a}, Jana and Suhr, Alane and Sulubacak, Umut and Sz{\'a}nt{\'o}, Zsolt and Taji, Dima and Takahashi, Yuta and Tanaka, Takaaki and Tellier, Isabelle and Trosterud, Trond and Trukhina, Anna and Tsarfaty, Reut and Tyers, Francis and Uematsu, Sumire and Ure{\v s}ov{\'a}, Zde{\v n}ka and Uria, Larraitz and Uszkoreit, Hans and Vajjala, Sowmya and van Niekerk, Daniel and van Noord, Gertjan and Varga, Viktor and Vincze, Veronika and Wallin, Lars and Washington, Jonathan North and Williams, Seyi and Wir{\'e}n, Mats and Woldemariam, Tsegay and Wong, Tak-sum and Yan, Chunxiao and Yavrumyan, Marat M. and Yu, Zhuoran and {\v Z}abokrtsk{\'y}, Zden{\v e}k and Zeldes, Amir and Zeman, Daniel and Zhang, Manying and Zhu, Hanzhi},
url = {http://hdl.handle.net/11234/1-2837},
note = {{LINDAT}/{CLARIN} digital library at the Institute of Formal and Applied Linguistics ({{\'U}FAL}), Faculty of Mathematics and Physics, Charles University},
copyright = {Licence Universal Dependencies v2.2},
year = {2018} }
@InProceedings{lyu2018amr,
author = "Lyu, Chunchuan
and Titov, Ivan",
title = "AMR Parsing as Graph Prediction with Latent Alignment",
booktitle = "Proc. of ACL",
year = "2018",
pages = "397--407",
url = "http://aclweb.org/anthology/P18-1037"
}
@InProceedings{vilares2018transition,
author = {Vilares, David and G\'omez-Rodr\'iguez, Carlos},
title = {A Transition-based Algorithm for Unrestricted {AMR} Parsing},
booktitle = {Proc. of NAACL-HLT},
year = {2018},
url = {http://www.grupolys.org/biblioteca/VilGom2018a.pdf}
}
@InProceedings{szubert2018structured,
author = {Szubert, Ida and Lopez, Adam and Schneider, Nathan},
title = {A Structured Syntax-Semantics Interface for {E}nglish-{AMR} Alignment},
booktitle = {Proc. of NAACL-HLT},
year = {2018},
organization = {To appear},
url = {http://people.cs.georgetown.edu/nschneid/p/amr2dep.pdf}
}
@InProceedings{Peng-EtAl:2018:NAACL,
author = {Peng, Hao and Thomson, Sam and Swayamdipta, Swabha and Smith, Noah A.},
title = {Learning Joint Semantic Parsers from Disjoint Data},
booktitle = {Proc. of NAACL-HLT},
year = {2018},
url = {http://samthomson.com/papers/peng+etal.naacl2018.pdf}
}
@InProceedings{udpipe:2017,
author = {Straka, Milan and Strakov\'{a}, Jana},
title = {Tokenizing, {POS} Tagging, Lemmatizing and Parsing {UD} 2.0 with {UDPipe}},
booktitle = {Proceedings of the CoNLL 2017 Shared Task: Multilingual Parsing from Raw Text to Universal Dependencies},
month = {August},
year = {2017},
address = {Vancouver, Canada},
publisher = {Association for Computational Linguistics},
pages = {88--99},
url = {http://www.aclweb.org/anthology/K/K17/K17-3009.pdf}
}
@InProceedings{hershcovich2018multitask,
author = {Hershcovich, Daniel and Abend, Omri and Rappoport, Ari},
title = {Multitask Parsing Across Semantic Representations},
booktitle = {Proc. of ACL},
year = {2018},
pages = "373--385",
url = {http://aclweb.org/anthology/P18-1035}}
@inproceedings{velldal2017joint,
title={Joint UD Parsing of Norwegian Bokm{\aa}l and Nynorsk},
author={Velldal, Erik and {\O}vrelid, Lilja and Hohle, Petter},
booktitle={Proc. of NoDaLiDa},
number={131},
pages={1--10},
year={2017},
url={http://www.ep.liu.se/ecp/131/001/ecp17131001.pdf}
}
@inproceedings{de2017old,
title={Old School vs. New School: Comparing Transition-Based Parsers with and without Neural Network Enhancement},
author={de Lhoneux, Miryam and Stymne, Sara and Nivre, Joakim},
booktitle={Proc. of TLT},
pages={99--110},
year={2017},
url={http://ceur-ws.org/Vol-1779/08delhoneux.pdf}
}
@inproceedings{xue2004calibrating,
title={Calibrating features for semantic role labeling},
author={Xue, Nianwen and Palmer, Martha},
booktitle={Proceedings of the 2004 Conference on Empirical Methods in Natural Language Processing},
year={2004}
}
@inproceedings{wang2017getting,
title={Getting the Most out of {AMR} Parsing},
author={Wang, Chuan and Xue, Nianwen},
booktitle={Proc. of EMNLP},
pages={1257--1268},
year={2017},
url={http://www.aclweb.org/anthology/D17-1129}
}
@article{snacs-guidelines,
title = {Adposition and {C}ase {S}upersenses v2.3: {G}uidelines for {E}nglish},
url = {http://arxiv.org/abs/1704.02134},
journal = {{arXiv}:1704.02134 [cs]},
author = {Schneider, Nathan and Hwang, Jena D. and Bhatia, Archna and Srikumar, Vivek and Han, {Na-Rae} and {O'Gorman}, Tim and Moeller, Sarah R. and Abend, Omri and Shalev, Adi and Blodgett, Austin and Prange, Jakob},
month = aug,
year = {2019},
note = {{arXiv}: 1704.02134}
}
@InProceedings{blodgett2018semantic,
title={Semantic Supersenses for {E}nglish Possessives},
author={Blodgett, Austin and Schneider, Nathan},
booktitle = {Proc. of LREC},
year = {2018},
url={http://people.cs.georgetown.edu/nschneid/p/gensuper.pdf}
}
@InProceedings{berg2012empirical,
author = "Berg-Kirkpatrick, Taylor
and Burkett, David
and Klein, Dan",
title = "An Empirical Investigation of Statistical Significance in {NLP}",
booktitle = "Proc. of EMNLP-CoNLL",
year = "2012",
pages = "995--1005",
url = "http://www.aclweb.org/anthology/D12-1091"
}
@inproceedings{Rush2012ImprovedPA,
title={Improved Parsing and POS Tagging Using Inter-Sentence Consistency Constraints},
author={Alexander M. Rush and Roi Reichart and Michael Collins and Amir Globerson},
booktitle={Proc of. EMNLP-CoNLL},
year={2012}
}
@InProceedings{Finkel2009JointPA,
author = "Finkel, Jenny Rose
and Manning, Christopher D.",
title = "Joint Parsing and Named Entity Recognition",
booktitle = "Proc. of NAACL-HLT",
year = "2009",
pages = "326--334",
url = "http://www.aclweb.org/anthology/N09-1037"
}
@InProceedings{Plank2011EffectiveMO,
author = "Plank, Barbara
and van Noord, Gertjan",
title = "Effective Measures of Domain Similarity for Parsing",
booktitle = "Proc. of ACL-HLT",
year = "2011",
pages = "1566--1576",
url = "http://www.aclweb.org/anthology/P11-1157"
}
@InProceedings{Buys2017RobustIN,
author = "Buys, Jan
and Blunsom, Phil",
title = "Robust Incremental Neural Semantic Graph Parsing",
booktitle = "Proc. of ACL",
year = "2017",
pages = "1215--1226",
doi = "10.18653/v1/P17-1112",
url = "http://www.aclweb.org/anthology/P17-1112"
}
@InProceedings{Konstas2017NeuralAS,
author = "Konstas, Ioannis
and Iyer, Srinivasan
and Yatskar, Mark
and Choi, Yejin
and Zettlemoyer, Luke",
title = "Neural {AMR}: Sequence-to-Sequence Models for Parsing and Generation",
booktitle = "Proc. of ACL",
year = "2017",
pages = "146--157",
doi = "10.18653/v1/P17-1014",
url = "http://www.aclweb.org/anthology/P17-1014"
}
@InProceedings{Gildea2017AddressingTD,
author = "Peng, Xiaochang
and Wang, Chuan
and Gildea, Daniel
and Xue, Nianwen",
title = "Addressing the Data Sparsity Issue in Neural {AMR} Parsing",
booktitle = "Proc. of EACL",
year = "2017",
pages = "366--375",
url = "http://aclweb.org/anthology/E17-1035"
}
@InProceedings{barzdins2016riga,
author = "Barzdins, Guntis and Gosko, Didzis",
title = "{RIGA} at {S}em{E}val-2016 Task 8: Impact of {S}match Extensions and Character-Level Neural Translation on {AMR} Parsing Accuracy",
booktitle = "Proc. of SemEval",
year = "2016",
pages = "1143--1147",
doi = "10.18653/v1/S16-1176",
url = "http://www.aclweb.org/anthology/S16-1176"
}
@inproceedings{sutskever2014sequence,
title={Sequence to sequence learning with neural networks},
author={Sutskever, Ilya and Vinyals, Oriol and Le, Quoc V},
booktitle={Advances in neural information processing systems},
pages={3104--3112},
year={2014}
}
@InProceedings{may2016semeval,
author = "May, Jonathan",
title = "Sem{E}val-2016 Task 8: Meaning Representation Parsing",
booktitle = "Proc. of SemEval",
year = "2016",
pages = "1063--1073",
doi = "10.18653/v1/S16-1166",
url = "http://www.aclweb.org/anthology/S16-1166"
}
@InProceedings{baucom2013domain,
author = "Baucom, Eric
and King, Levi
and K{\"u}bler, Sandra",
title = "Domain Adaptation for Parsing",
booktitle = "Proc. of RANLP",
year = "2013",
pages = "56--64",
url = "http://www.aclweb.org/anthology/R13-1008"
}
@InProceedings{mcclosky2010automatic,
author = "McClosky, David
and Charniak, Eugene
and Johnson, Mark",
title = "Automatic Domain Adaptation for Parsing",
booktitle = "Proc. of NAACL-HLT",
year = "2010",
pages = "28--36",
url = "http://www.aclweb.org/anthology/N10-1004"
}
@inproceedings{DBLP:conf/aaai/Roth17,
author = {Dan Roth},
title = {Incidental Supervision: Moving beyond Supervised Learning},
booktitle = {{AAAI}},
pages = {4885--4890},
publisher = {{AAAI} Press},
year = {2017}
}
@InProceedings{duong2017multilingual,
author = "Duong, Long
and Afshar, Hadi
and Estival, Dominique
and Pink, Glen
and Cohen, Philip
and Johnson, Mark",
title = "Multilingual Semantic Parsing And Code-Switching",
booktitle = "Proc. of CoNLL",
year = "2017",
pages = "379--389",
doi = "10.18653/v1/K17-1038",
url = "http://www.aclweb.org/anthology/K17-1038"
}
@InProceedings{W17-2607,
author = "Fan, Xing
and Monti, Emilio
and Mathias, Lambert
and Dreyer, Markus",
title = "Transfer Learning for Neural Semantic Parsing",
booktitle = "Proc. of Workshop on Representation Learning for NLP",
year = "2017",
pages = "48--56",
url = "http://aclweb.org/anthology/W17-2607"
}
@InProceedings{herzig-berant:2017:Short,
author = {Herzig, Jonathan and Berant, Jonathan},
title = {Neural Semantic Parsing over Multiple Knowledge-bases},
booktitle = {Proc. of ACL},
month = {July},
year = {2017},
pages = {623--628},
url = {http://aclweb.org/anthology/P17-2098}
}
@InProceedings{P15-1166,
author = "Dong, Daxiang
and Wu, Hua
and He, Wei
and Yu, Dianhai
and Wang, Haifeng",
title = "Multi-Task Learning for Multiple Language Translation",
booktitle = "Proc. of ACL-IJCNLP",
year = "2015",
pages = "1723--1732",
doi = "10.3115/v1/P15-1166",
url = "http://www.aclweb.org/anthology/P15-1166"
}
@InProceedings{D17-1134,
author = "Lan, Man
and Wang, Jianxiang
and Wu, Yuanbin
and Niu, Zheng-Yu
and Wang, Haifeng",
title = "Multi-task Attention-based Neural Networks for Implicit Discourse Relationship Representation and Identification",
booktitle = "Proc. of EMNLP",
year = "2017",
pages = "1299--1308",
url = "http://aclweb.org/anthology/D17-1134"
}
@article{caruana1998multitask,
author = {Caruana, Rich},
doi = {10.1023/A:1007379606734},
issn = {1573-0565},
journal = {Machine Learning},
month = {jul},
number = {1},
pages = {41--75},
title = {{Multitask Learning}},
url = {https://doi.org/10.1023/A:1007379606734},
volume = {28},
year = {1997}
}
@InProceedings{lluis2008joint,
author = "Llu{\'i}s, Xavier
and M{\`a}rquez, Llu{\'i}s",
title = "A Joint Model for Parsing Syntactic and Semantic Dependencies",
booktitle = "Proc. of CoNLL",
year = "2008",
pages = "188--192",
url = "http://www.aclweb.org/anthology/W08-2124"
}
@InProceedings{D15-1169,
author = "Lewis, Mike
and He, Luheng
and Zettlemoyer, Luke",
title = "Joint {A}* {CCG} Parsing and Semantic Role Labelling",
booktitle = "Proc. of EMNLP",
year = "2015",
pages = "1444--1454",
doi = "10.18653/v1/D15-1169",
url = "http://www.aclweb.org/anthology/D15-1169"
}
@InProceedings{D17-1130,
author = "Ballesteros, Miguel
and Al-Onaizan, Yaser",
title = "{AMR} Parsing using Stack-{LSTM}s",
booktitle = "Proc. of EMNLP",
year = "2017",
pages = "1269--1275",
url = "http://aclweb.org/anthology/D17-1130"
}
@InProceedings{K17-1040,
author = "Ziser, Yftah
and Reichart, Roi",
title = "Neural Structural Correspondence Learning for Domain Adaptation",
booktitle = "Proc. of CoNLL",
year = "2017",
pages = "400--410",
doi = "10.18653/v1/K17-1040",
url = "http://www.aclweb.org/anthology/K17-1040"
}
@article{ando2005framework,
title={A framework for learning predictive structures from multiple tasks and unlabeled data},
author={Ando, Rie Kubota and Zhang, Tong},
journal={Journal of Machine Learning Research},
volume={6},
number={Nov},
pages={1817--1853},
year={2005}
}
@InProceedings{W06-1615,
author = "Blitzer, John
and McDonald, Ryan
and Pereira, Fernando",
title = "Domain Adaptation with Structural Correspondence Learning",
booktitle = "Proc. of EMNLP",
year = "2006",
pages = "120--128",
url = "http://www.aclweb.org/anthology/W06-1615"
}
@InProceedings{P07-1033,
author = "Daume III, Hal",
title = "Frustratingly Easy Domain Adaptation",
booktitle = "Proc. of ACL",
year = "2007",
pages = "256--263",
url = "http://www.aclweb.org/anthology/P07-1033"
}
@Article{Q16-1031,
author = "Ammar, Waleed
and Mulcaire, George
and Ballesteros, Miguel
and Dyer, Chris
and Smith, Noah",
title = "Many Languages, One Parser",
journal = "TACL",
year = "2016",
volume = "4",
pages = "431--444",
url = "http://www.aclweb.org/anthology/Q16-1031"
}
@article{collobert2011natural,
author = {Collobert, Ronan and Weston, Jason and Bottou, L{\'e}on and Karlen, Michael and Kavukcuoglu, Koray and Kuksa, Pavel},
title = {Natural Language Processing (Almost) from Scratch},
journal = {J. Mach. Learn. Res.},
issue_date = {2/1/2011},
volume = {12},
month = nov,
year = {2011},
issn = {1532-4435},
pages = {2493--2537},
numpages = {45},
url = {http://dl.acm.org/citation.cfm?id=1953048.2078186},
acmid = {2078186},
publisher = {JMLR.org}
}
@InProceedings{D17-1206,
author = "Hashimoto, Kazuma
and xiong, caiming
and Tsuruoka, Yoshimasa
and Socher, Richard",
title = "A Joint Many-Task Model: Growing a Neural Network for Multiple {NLP} Tasks",
booktitle = "Proc. of EMNLP",