-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreferences.bib
2596 lines (2368 loc) · 88.9 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
% LTeX: enabled=false
@Inproceedings{MalSat09,
author={Maletti, Andreas and Satta, Giorgio},
booktitle={Proceedings of the 11th International Conference on Parsing Technologies},
title={Parsing algorithms based on tree automata},
publisher={Association for Computational Linguistics},
pages={1--12},
url={http://dl.acm.org/citation.cfm?id=1697236.1697238},
address={Paris, France},
series={IWPT '09},
acmid={1697238},
year={2009},
numpages={12},
}
@inproceedings{Mal10,
title={Survey: Tree Transducers in Machine Translation.},
author={Maletti, Andreas},
booktitle={NCMA},
pages={11--32},
year={2010},
organization={Citeseer}
}
@article{EngMalMan18,
title={Multiple context-free tree grammars: Lexicalization and characterization},
journal={Theoretical Computer Science},
volume={728},
pages={29-99},
year={2018},
issn={0304-3975},
doi={10.1016/j.tcs.2018.03.014},
url={https://www.sciencedirect.com/science/article/pii/S0304397518301750},
author={Joost Engelfriet and Andreas Maletti and Sebastian Maneth},
}
@Phdthesis{Sch90,
author={Schabes, Yves},
institution={University of Pennsylvania},
title={Mathematical and computational aspects of lexicalized grammars},
date={1990},
}
@article{bangalore1999supertagging,
title="{S}upertagging: An Approach to Almost Parsing",
author="Bangalore, Srinivas and
Joshi, Aravind K.",
journal="Computational Linguistics",
volume="25",
number="2",
year="1999",
address="Cambridge, MA",
publisher="MIT Press",
url="https://aclanthology.org/J99-2004",
pages="237--265",
}
@inproceedings{vaswani2016supertagging,
title="Supertagging With {LSTM}s",
author="Vaswani, Ashish and
Bisk, Yonatan and
Sagae, Kenji and
Musa, Ryan",
booktitle="Proceedings of the 2016 Conference of the North {A}merican Chapter of the Association for Computational Linguistics: Human Language Technologies",
month=jun,
year="2016",
address="San Diego, California",
publisher="Association for Computational Linguistics",
url="https://www.aclweb.org/anthology/N16-1027",
doi="10.18653/v1/N16-1027",
pages="232--237",
}
@book{AhoHopUll74,
title={The design and analysis of computer algorithms},
author={Aho, Alfred V and Hopcroft, John E. and Ullman, Jeffrey D.},
year={1974},
publisher={Addison-Wesley Publishing Co.},
}
@book{aho2020compilers,
title={Compilers, principles, techniques, and tools.},
edition={second},
author={Aho, Alfred V and Lam, Monica S and Sethi, Ravi and Ullman, Jeffrey D},
year={2007},
publisher={Pearson Education Inc.},
isbn={0-201-10088-6}
}
@inproceedings{EvaKal11,
title="{PLCFRS} Parsing of {E}nglish Discontinuous Constituents",
author="Evang, Kilian and Kallmeyer, Laura",
booktitle="Proceedings of the 12th International Conference on Parsing Technologies",
month=oct,
year="2011",
address="Dublin, Ireland",
publisher="Association for Computational Linguistics",
url="https://www.aclweb.org/anthology/W11-2913",
pages="104--116",
}
@Inproceedings{VijWeiJos87,
title="Characterizing Structural Descriptions Produced by Various Grammatical Formalisms",
author="Vijay-Shanker, K. and
Weir, David J. and
Joshi, Aravind K.",
booktitle="25th Annual Meeting of the Association for Computational Linguistics",
month=jul,
year="1987",
address="Stanford, California, USA",
publisher="Association for Computational Linguistics",
url="https://aclanthology.org/P87-1015",
doi="10.3115/981175.981190",
pages="104--111",
}
@phdthesis{Weir88,
title={Characterizing mildly context-sensitive grammar formalisms},
author={Weir, David Jeremy},
year={1988},
school={University of Pennsylvania},
url={http://users.sussex.ac.uk/~davidw/resources/papers/dissertation.pdf}
}
@article{vijay1994equivalence,
title={The equivalence of four extensions of context-free grammars},
author={Vijay-Shanker, Krishnamurti and Weir, David J},
journal={Mathematical Systems Theory},
volume={27},
number={6},
pages={511--546},
year={1994},
publisher={Springer},
doi={10.1007/BF01191624}
}
@techreport{boullier1998proposal,
TITLE={{Proposal for a Natural Language Processing Syntactic Backbone}},
AUTHOR={Boullier, Pierre},
URL={https://inria.hal.science/inria-00073347},
TYPE={Research Report},
NUMBER={RR-3342},
INSTITUTION={{INRIA}},
YEAR={1998},
KEYWORDS={GRAMMAR FORMALISMS ; CONTEXT-SENSITIVE PARSING ; SHARED FORESTS ; COMPLEXITY OF PARSING ; MODULARITY},
PDF={https://inria.hal.science/inria-00073347/file/RR-3342.pdf},
HAL_ID={inria-00073347},
HAL_VERSION={v1},
}
@Article{JosLevTak75,
author={Joshi, Aravind K. and Levy, Leon S. and Takahashi, Masako},
title={Tree adjunct grammars},
journal={Journal of Computer and System Sciences},
year={1975},
number={1},
pages={136--163},
url={http://www.sciencedirect.com/science/article/pii/S0022000075800195},
volume={10},
issn={0022-0000},
doi={10.1016/S0022-0000(75)80019-5},
}
@Article{SekMatFujKas91,
author={Seki, Hiroyuki and Matsumura, Takashi and Fujii, Mamoru and Kasami, Tadao},
title={On multiple context-free grammars},
journal={Theoretical Computer Science},
shortjournal={TCS},
year={1991},
number={2},
pages={191--229},
volume={88},
issn={0304-3975},
doi={10.1016/0304-3975(91)90374-B},
}
@Article{CraSchBod16,
author={Andreas van Cranenburgh and Remko Scha and Rens Bod},
title={Data-Oriented Parsing with Discontinuous Constituents and Function Tags},
journal={Journal of Language Modelling},
year={2016},
volume={4},
number={1},
pages={57--111},
doi={10.15398/jlm.v4i1.100},
}
@inproceedings{paszke2019pytorch,
author={Paszke, Adam and Gross, Sam and Massa, Francisco and Lerer, Adam and Bradbury, James and Chanan, Gregory and Killeen, Trevor and Lin, Zeming and Gimelshein, Natalia and Antiga, Luca and Desmaison, Alban and K\"{o}pf, Andreas and Yang, Edward and DeVito, Zach and Raison, Martin and Tejani, Alykhan and Chilamkurthy, Sasank and Steiner, Benoit and Fang, Lu and Bai, Junjie and Chintala, Soumith},
title={{PyTorch}: An Imperative Style, High-Performance Deep Learning Library},
year={2019},
publisher={Curran Associates Inc.},
address={Red Hook, NY, USA},
booktitle={Proceedings of the 33rd International Conference on Neural Information Processing Systems},
articleno={721},
numpages={12}
}
@inproceedings{pet23,
title = "Structural generalization in {COGS}: Supertagging is (almost) all you need",
author = "Petit, Alban and
Corro, Caio and
Yvon, Fran{\c{c}}ois",
editor = "Bouamor, Houda and
Pino, Juan and
Bali, Kalika",
booktitle = "Proceedings of the 2023 Conference on Empirical Methods in Natural Language Processing",
month = dec,
year = "2023",
address = "Singapore",
publisher = "Association for Computational Linguistics",
url = "https://aclanthology.org/2023.emnlp-main.69",
doi = "10.18653/v1/2023.emnlp-main.69",
pages = "1089--1101",
}
@article{behnel2011cython,
author={Behnel, Stefan and Bradshaw, Robert and Citro, Craig and Dalcin, Lisandro and Seljebotn, Dag Sverre and Smith, Kurt},
journal={Computing in Science \& Engineering},
title={Cython: The Best of Both Worlds},
year={2011},
volume={13},
number={2},
pages={31--39},
doi={10.1109/MCSE.2010.118}
}
@inproceedings{Ban10,
title="Simple, Accurate Parsing with an All-Fragments Grammar",
author="Bansal, Mohit and
Klein, Dan",
booktitle="Proceedings of the 48th Annual Meeting of the Association for Computational Linguistics",
month=jul,
year="2010",
address="Uppsala, Sweden",
publisher="Association for Computational Linguistics",
url="https://aclanthology.org/P10-1112",
pages="1098--1107",
}
@inproceedings{San11,
title="Accurate Parsing with Compact Tree-Substitution Grammars: Double-{DOP}",
author="Sangati, Federico and
Zuidema, Willem",
booktitle="Proceedings of the 2011 Conference on Empirical Methods in Natural Language Processing",
month=jul,
year="2011",
address="Edinburgh, Scotland, UK.",
publisher="Association for Computational Linguistics",
url="https://aclanthology.org/D11-1008",
pages="84--95",
}
@inproceedings{Bod11,
title={Beam-width prediction for efficient context-free parsing},
author={Bodenstab, Nathan and Dunlop, Aaron and Hall, Keith and Roark, Brian},
booktitle={Proceedings of the 49th Annual Meeting of the Association for Computational Linguistics: Human Language Technologies-Volume 1},
pages={440--449},
year={2011},
organization={Association for Computational Linguistics}
}
@inproceedings{clark2002supertagging,
title="Supertagging for {C}ombinatory {C}ategorial {G}rammar",
author="Clark, Stephen",
booktitle="Proceedings of the Sixth International Workshop on Tree Adjoining Grammar and Related Frameworks",
month=may,
year="2002",
address="Universit{\'a} di Venezia",
publisher="Association for Computational Linguistics",
url="https://aclanthology.org/W02-2203",
pages="19--24",
}
@inproceedings{StaSte20,
title="Span-Based {LCFRS}-2 Parsing",
author="Stanojevi{\'c}, Milo{\v{s}} and
Steedman, Mark",
booktitle="Proceedings of the 16th International Conference on Parsing Technologies and the IWPT 2020 Shared Task on Parsing into Enhanced Universal Dependencies",
month=jul,
year="2020",
publisher="Association for Computational Linguistics",
url="https://www.aclweb.org/anthology/2020.iwpt-1.12",
doi="10.18653/v1/2020.iwpt-1.12",
pages="111--121",
}
@inproceedings{Cor20,
title="Span-based discontinuous constituency parsing: a family of exact chart-based algorithms with time complexities from {O}(n{\^{}}6) down to {O}(n{\^{}}3)",
author="Corro, Caio",
booktitle="Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing",
month=nov,
year="2020",
publisher="Association for Computational Linguistics",
url="https://www.aclweb.org/anthology/2020.emnlp-main.219",
pages="2753--2764",
}
@inproceedings{Geb20a,
title="Advances in Using Grammars with Latent Annotations for Discontinuous Parsing",
author="Gebhardt, Kilian",
booktitle="Proceedings of the 16th International Conference on Parsing Technologies and the IWPT 2020 Shared Task on Parsing into Enhanced Universal Dependencies",
month=jul,
year="2020",
publisher="Association for Computational Linguistics",
url="https://www.aclweb.org/anthology/2020.iwpt-1.9",
doi="10.18653/v1/2020.iwpt-1.9",
pages="91--97",
}
@inproceedings{FerGom20a,
title={Discontinuous constituent parsing with pointer networks},
author={Fern{\'a}ndez-Gonz{\'a}lez, Daniel and G{\'o}mez-Rodr{\'\i}guez, Carlos},
booktitle={Proceedings of the 34th AAAI Conference on Artificial Intelligence},
month=apr,
year="2020",
publisher="Association for the Advancement of Artificial Intelligence",
url={https://aaai.org/ojs/index.php/AAAI/article/view/6275},
doi={10.1609/aaai.v34i05.6275}
}
@inproceedings{VilGom20,
title="Discontinuous Constituent Parsing as Sequence Labeling",
author="Vilares, David and
G{\'o}mez-Rodr{\'\i}guez, Carlos",
booktitle="Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing",
month=nov,
year="2020",
publisher="Association for Computational Linguistics",
url="https://www.aclweb.org/anthology/2020.emnlp-main.221",
pages="2771--2785",
}
@inproceedings{CoaCoh19,
title="Discontinuous Constituency Parsing with a Stack-Free Transition System and a Dynamic Oracle",
author="Coavoux, Maximin and Cohen, Shay B.",
booktitle="Proceedings of the 2019 Conference of the North {A}merican Chapter of the Association for Computational Linguistics: Human Language Technologies, Volume 1 (Long and Short Papers)",
month=jun,
year="2019",
address="Minneapolis, Minnesota",
publisher="Association for Computational Linguistics",
url="https://www.aclweb.org/anthology/N19-1018",
doi="10.18653/v1/N19-1018",
pages="204--217",
}
@article{CoaCraCoh19,
title="Unlexicalized Transition-based Discontinuous Constituency Parsing",
author="Coavoux, Maximin and Crabb{\'e}, Beno{\^\i}t and Cohen, Shay B.",
journal="Transactions of the Association for Computational Linguistics",
volume="7",
month=mar,
year="2019",
url="https://www.aclweb.org/anthology/Q19-1005",
doi="10.1162/tacl_a_00255",
pages="73--89",
}
@inproceedings{MoeRup20,
title="Lexicalization of Probabilistic Linear Context-free Rewriting Systems",
author={M{\"o}rbitz, Richard and
Ruprecht, Thomas},
booktitle="Proceedings of the 16th International Conference on Parsing Technologies and the IWPT 2020 Shared Task on Parsing into Enhanced Universal Dependencies",
month=jul,
year="2020",
publisher="Association for Computational Linguistics",
url="https://www.aclweb.org/anthology/2020.iwpt-1.10",
doi="10.18653/v1/2020.iwpt-1.10",
pages="98--104",
}
@inproceedings{Akb19,
title="{FLAIR}: An Easy-to-Use Framework for State-of-the-Art {NLP}",
author="Akbik, Alan and Bergmann, Tanja and Blythe, Duncan and Rasul, Kashif and Schweter, Stefan and Vollgraf, Roland",
booktitle="Proceedings of the 2019 Conference of the North {A}merican Chapter of the Association for Computational Linguistics (Demonstrations)",
month=jun,
year="2019",
address="Minneapolis, Minnesota",
publisher="Association for Computational Linguistics",
url="https://www.aclweb.org/anthology/N19-4010",
doi="10.18653/v1/N19-4010",
pages="54--59",
}
}
@inproceedings{Akb18,
title="Contextual String Embeddings for Sequence Labeling",
author="Akbik, Alan and Blythe, Duncan and Vollgraf, Roland",
booktitle="Proceedings of the 27th International Conference on Computational Linguistics",
month=aug,
year="2018",
address="Santa Fe, New Mexico, USA",
publisher="Association for Computational Linguistics",
url="https://www.aclweb.org/anthology/C18-1139",
pages="1638--1649",
}
@inproceedings{Mik18,
title="Advances in Pre-Training Distributed Word Representations",
author="Mikolov, Tomas and
Grave, Edouard and
Bojanowski, Piotr and
Puhrsch, Christian and
Joulin, Armand",
booktitle="Proceedings of the Eleventh International Conference on Language Resources and Evaluation",
month=may,
year="2018",
address="Miyazaki, Japan",
publisher="European Language Resources Association (ELRA)",
url="https://www.aclweb.org/anthology/L18-1008",
}
@InProceedings{Skut98,
author={Wojciech Skut and Thorsten Brants and Brigitte Krenn and Hans Uszkoreit},
title={A Linguistically Interpreted Corpus of {G}erman Newspaper Text},
BOOKTITLE={Proceedings of the {ESSLLI} Workshop on Recent Advances in Corpus Annotation},
address={Saarbrücken, Germany},
year={1998},
month={aug},
url={https://arxiv.org/abs/cmp-lg/9807008}
}
@article{Brants04,
title={{TIGER}: Linguistic interpretation of a {G}erman corpus},
author={Brants, Sabine and Dipper, Stefanie and Eisenberg, Peter and Hansen-Schirra, Silvia and K{\"o}nig, Esther and Lezius, Wolfgang and Rohrer, Christian and Smith, George and Uszkoreit, Hans},
journal={Research on language and computation},
volume={2},
number={4},
pages={597--620},
year={2004},
publisher={Springer},
doi={10.1007/s11168-004-7431-3}
}
@inproceedings{DubKel03,
title="Probabilistic Parsing for {G}erman Using Sister-Head Dependencies",
author="Dubey, Amit and
Keller, Frank",
booktitle="Proceedings of the 41st Annual Meeting of the Association for Computational Linguistics",
month=jul,
year="2003",
address="Sapporo, Japan",
publisher="Association for Computational Linguistics",
url="https://www.aclweb.org/anthology/P03-1013",
doi="10.3115/1075096.1075109",
pages="96--103",
}
@inproceedings{boyd-2007-discontinuity,
title="Discontinuity Revisited: An Improved Conversion to Context-Free Representations",
author="Boyd, Adriane",
booktitle="Proceedings of the Linguistic Annotation Workshop",
month=jun,
year="2007",
address="Prague, Czech Republic",
publisher="Association for Computational Linguistics",
url="https://aclanthology.org/W07-1506",
pages="41--44",
}
@inproceedings{levy-manning-2004-deep,
title="Deep Dependencies from Context-Free Statistical Parsers: Correcting the Surface Dependency Approximation",
author="Levy, Roger and
Manning, Christopher",
booktitle="Proceedings of the 42nd Annual Meeting of the Association for Computational Linguistics",
month=jul,
year="2004",
address="Barcelona, Spain",
url="https://aclanthology.org/P04-1042",
doi="10.3115/1218955.1218997",
pages="327--334",
}
@inproceedings{Sed13,
title="Overview of the {SPMRL} 2013 Shared Task: A Cross-Framework Evaluation of Parsing Morphologically Rich Languages",
author={Seddah, Djam{\'e} and Tsarfaty, Reut and K{\"u}bler, Sandra and Candito, Marie and Choi, Jinho D. and Farkas, Rich{\'a}rd and Foster, Jennifer and Goenaga, Iakes and Gojenola Galletebeitia, Koldo and Goldberg, Yoav and Green, Spence and Habash, Nizar and Kuhlmann, Marco and Maier, Wolfgang and Nivre, Joakim and Przepi{\'o}rkowski, Adam and Roth, Ryan and Seeker, Wolfgang and Versley, Yannick and Vincze, Veronika and Woli{\'n}ski, Marcin and Wr{\'o}blewska, Alina and Villemonte de la Clergerie, Eric},
booktitle="Proceedings of the Fourth Workshop on Statistical Parsing of Morphologically-Rich Languages",
month=oct,
year="2013",
address="Seattle, Washington, USA",
publisher="Association for Computational Linguistics",
url="https://www.aclweb.org/anthology/W13-4917",
pages="146--182",
}
@article{Hoc97,
title={Long short-term memory},
author={Hochreiter, Sepp and Schmidhuber, J{\"u}rgen},
journal={Neural computation},
volume={9},
number={8},
pages={1735--1780},
year={1997},
month=nov,
publisher={MIT Press},
url={https://www.mitpressjournals.org/doi/abs/10.1162/neco.1997.9.8.1735},
doi={10.1162/neco.1997.9.8.1735}
}
@inproceedings{Bla18,
title="{G}erman and {F}rench Neural Supertagging Experiments for {LTAG} Parsing",
author="Bladier, Tatiana and van Cranenburgh, Andreas and Samih, Younes and Kallmeyer, Laura",
booktitle="Proceedings of {ACL} 2018, Student Research Workshop",
month=jul,
year="2018",
address="Melbourne, Australia",
publisher="Association for Computational Linguistics",
url="https://www.aclweb.org/anthology/P18-3009",
doi="10.18653/v1/P18-3009",
pages="59--66",
}
@article{abeille2003building,
title={Building a treebank for French},
author={Abeill{\'e}, Anne and Cl{\'e}ment, Lionel and Toussenel, Fran{\c{c}}ois},
journal={Treebanks: Building and using parsed corpora},
pages={165--187},
year={2003},
publisher={Springer},
doi={10.1007/978-94-010-0201-1_10}
}
@inproceedings{Kas17,
title="{TAG} Parsing with Neural Networks and Vector Representations of Supertags",
author="Kasai, Jungo and
Frank, Bob and
McCoy, Tom and
Rambow, Owen and
Nasr, Alexis",
booktitle="Proceedings of the 2017 Conference on Empirical Methods in Natural Language Processing",
month=sep,
year="2017",
address="Copenhagen, Denmark",
publisher="Association for Computational Linguistics",
url="https://www.aclweb.org/anthology/D17-1180",
doi="10.18653/v1/D17-1180",
pages="1712--1722",
}
@article{Kad18,
title="{CCG} supertagging via Bidirectional {LSTM-CRF} neural architecture",
journal="Neurocomputing",
volume="283",
pages="31--37",
year="2018",
issn="0925-2312",
doi="10.1016/j.neucom.2017.12.050",
url="http://www.sciencedirect.com/science/article/pii/S0925231217319124",
author="Rekia Kadari and Yu Zhang and Weinan Zhang and Ting Liu",
}
@inproceedings{Ver16,
title="Discontinuity (Re){\mbox{$^2$}}-visited: A Minimalist Approach to Pseudoprojective Constituent Parsing",
author="Versley, Yannick",
booktitle="Proceedings of the Workshop on Discontinuous Structures in Natural Language Processing",
month=jun,
year="2016",
address="San Diego, California",
publisher="Association for Computational Linguistics",
url="https://www.aclweb.org/anthology/W16-0907",
doi="10.18653/v1/W16-0907",
pages="58--69",
}
@inproceedings{MaierSogaard08,
title={Treebanks and mild context-sensitivity},
author={Maier, Wolfgang and S{\o}gaard, Anders},
booktitle={Proceedings of the 13th conference on Formal Grammar},
pages={61--76},
address={Hamburg, Germany},
year={2008},
month=aug,
url={https://web.stanford.edu/group/cslipublications/cslipublications/FG/2008/maier.pdf},
publisher={CSLI Publications},
}
@inproceedings{MailKal10,
title="Discontinuity and Non-Projectivity: Using Mildly Context-Sensitive Formalisms for Data-Driven Parsing",
author="Maier, Wolfgang and
Kallmeyer, Laura",
booktitle="Proceedings of the 10th International Workshop on Tree Adjoining Grammar and Related Frameworks",
month=jun,
year="2010",
address="Yale University",
publisher="Linguistic Department, Yale University",
url="https://aclanthology.org/W10-4415",
pages="119--126",
}
@inproceedings{Marcus94,
title={The Penn Treebank: annotating predicate argument structure},
author={Marcus, Mitch and Kim, Grace and Marcinkiewicz, Mary Ann and MacIntyre, Robert and Bies, Ann and Ferguson, Mark and Katz, Karen and Schasberger, Britta},
booktitle={Proceedings of the workshop on Human Language Technology},
month=mar,
address={Plainsboro, New Jersey},
year={1994},
url={https://www.aclweb.org/anthology/H94-1020.pdf},
publisher={Association for Computational Linguistics},
pages={114--119}
}
@inproceedings{tian20,
title="Supertagging {C}ombinatory {C}ategorial {G}rammar with Attentive Graph Convolutional Networks",
author="Tian, Yuanhe and
Song, Yan and
Xia, Fei",
booktitle="Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing",
month=nov,
year="2020",
publisher="Association for Computational Linguistics",
url="https://www.aclweb.org/anthology/2020.emnlp-main.487",
pages="6037--6044",
}
@article{LewisSteedman14,
title="Improved {CCG} Parsing with Semi-supervised Supertagging",
author="Lewis, Mike and
Steedman, Mark",
journal="Transactions of the Association for Computational Linguistics",
volume="2",
year="2014",
url="https://www.aclweb.org/anthology/Q14-1026",
doi="10.1162/tacl_a_00186",
pages="327--338",
}
@Article{KalMai13,
author={Kallmeyer, Laura and Maier, Wolfgang},
title={Data-driven parsing using probabilistic linear context-free rewriting systems},
journal={Computational Linguistics},
year={2013},
volume={39},
number={1},
pages={87--119},
doi={10.1162/COLI_a_00136},
}
@inproceedings{AngLju14,
title="Fast Statistical Parsing with Parallel Multiple Context-Free Grammars",
author={Angelov, Krasimir and Ljungl{\"o}f, Peter},
booktitle="Proceedings of the 14th Conference of the {E}uropean Chapter of the Association for Computational Linguistics",
month=apr,
year="2014",
address="Gothenburg, Sweden",
publisher="Association for Computational Linguistics",
url="https://www.aclweb.org/anthology/E14-1039",
doi="10.3115/v1/E14-1039",
pages="368--376",
}
@inproceedings{Devlin2019,
title="{BERT}: Pre-training of Deep Bidirectional Transformers for Language Understanding",
author="Devlin, Jacob and
Chang, Ming-Wei and
Lee, Kenton and
Toutanova, Kristina",
booktitle="Proceedings of the 2019 Conference of the North {A}merican Chapter of the Association for Computational Linguistics: Human Language Technologies, Volume 1 (Long and Short Papers)",
month=jun,
year="2019",
address="Minneapolis, Minnesota",
publisher="Association for Computational Linguistics",
url="https://www.aclweb.org/anthology/N19-1423",
doi="10.18653/v1/N19-1423",
pages="4171--4186",
}
@inproceedings{Cra12,
title="Efficient parsing with Linear Context-Free Rewriting Systems",
author="van Cranenburgh, Andreas",
booktitle="Proceedings of the 13th Conference of the {E}uropean Chapter of the Association for Computational Linguistics",
month=apr,
year="2012",
address="Avignon, France",
publisher="Association for Computational Linguistics",
url="https://www.aclweb.org/anthology/E12-1047",
pages="460--470",
}
@inproceedings{Cra11,
title="Discontinuous Data-Oriented Parsing: A mildly context-sensitive all-fragments grammar",
author="van Cranenburgh, Andreas and
Scha, Remko and
Sangati, Federico",
booktitle="Proceedings of the Second Workshop on Statistical Parsing of Morphologically Rich Languages",
month=oct,
year="2011",
address="Dublin, Ireland",
publisher="Association for Computational Linguistics",
url="https://aclanthology.org/W11-3805",
pages="34--44",
}
@inproceedings{Cha06,
title={Multilevel coarse-to-fine PCFG parsing},
author={Charniak, Eugene and Johnson, Mark and Elsner, Micha and Austerweil, Joseph and Ellis, David and Haxton, Isaac and Hill, Catherine and Shrivaths, R and Moore, Jeremy and Pozar, Michael and others},
booktitle={Proceedings of the Human Language Technology Conference of the NAACL, Main Conference},
pages={168--175},
year={2006},
url={https://aclanthology.org/N06-1022/}
}
@inproceedings{hsu2010comparing,
title={Comparing conversions of discontinuity in PCFG parsing},
author={Hsu, Yu-Yin},
booktitle={Ninth International Workshop on Treebanks and Linguistic Theories},
address={Tartu, Estonia},
year={2010},
pages={103--113},
url={https://core.ac.uk/download/pdf/14484277.pdf}
}
@inproceedings{Tei17,
title="Coarse-To-Fine Parsing for Expressive Grammar Formalisms",
author="Teichmann, Christoph and
Koller, Alexander and
Groschwitz, Jonas",
booktitle="Proceedings of the 15th International Conference on Parsing Technologies",
month=sep,
year="2017",
address="Pisa, Italy",
publisher="Association for Computational Linguistics",
url="https://aclanthology.org/W17-6317",
pages="122--127",
}
@article{FerGon21b,
title={Discontinuous grammar as a foreign language},
journal={Neurocomputing},
volume={524},
pages={43-58},
year={2023},
issn={0925-2312},
doi={10.1016/j.neucom.2022.12.045},
url={https://www.sciencedirect.com/science/article/pii/S092523122201551X},
author={Daniel Fernández-González and Carlos Gómez-Rodríguez},
}
@inproceedings{FerGon21a,
title="Reducing Discontinuous to Continuous Parsing with Pointer Network Reordering",
author="Fern{\'a}ndez-Gonz{\'a}lez, Daniel and
G{\'o}mez-Rodr{\'\i}guez, Carlos",
booktitle="Proceedings of the 2021 Conference on Empirical Methods in Natural Language Processing",
month=nov,
year="2021",
address="Punta Cana, Dominican Republic",
publisher="Association for Computational Linguistics",
url="https://aclanthology.org/2021.emnlp-main.825",
doi="10.18653/v1/2021.emnlp-main.825",
pages="10570--10578",
}
@inproceedings{RupMoe21,
title="Supertagging-based Parsing with Linear Context-free Rewriting Systems",
author={Ruprecht, Thomas and
M{\"o}rbitz, Richard},
booktitle="Proceedings of the 2021 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies",
month=jun,
year="2021",
publisher="Association for Computational Linguistics",
url="https://aclanthology.org/2021.naacl-main.232",
doi="10.18653/v1/2021.naacl-main.232",
}
@inproceedings{Rup22,
title="Improving the Extraction of Supertags for Constituency Parsing with Linear Context-Free Rewriting Systems",
author="Ruprecht, Thomas",
booktitle="Findings of the Association for Computational Linguistics: EMNLP 2022",
month=dec,
year="2022",
address="Abu Dhabi, United Arab Emirates",
publisher="Association for Computational Linguistics",
url="https://aclanthology.org/2022.findings-emnlp.105",
doi="10.18653/v1/2022.findings-emnlp.105",
pages="1466--1477",
}
@inproceedings{Coa21,
title="{BERT}-Proof Syntactic Structures: Investigating Errors in Discontinuous Constituency Parsing",
author="Coavoux, Maximin",
booktitle="Findings of the Association for Computational Linguistics: ACL-IJCNLP 2021",
month=aug,
year="2021",
publisher="Association for Computational Linguistics",
url="https://aclanthology.org/2021.findings-acl.288",
doi="10.18653/v1/2021.findings-acl.288",
pages="3259--3272",
}
@article{FerGom22,
title={Multitask Pointer Network for multi-representational parsing},
journal={Knowledge-Based Systems},
volume={236},
pages={107760},
year={2022},
issn={0950-7051},
doi={10.1016/j.knosys.2021.107760},
url={https://www.sciencedirect.com/science/article/pii/S0950705121009849},
author={Daniel Fernández-González and Carlos Gómez-Rodríguez},
}
@InProceedings{KleMan03,
title="Accurate Unlexicalized Parsing",
author="Klein, Dan and
Manning, Christopher D.",
booktitle="Proceedings of the 41st Annual Meeting of the Association for Computational Linguistics",
month=jul,
year="2003",
address="Sapporo, Japan",
publisher="Association for Computational Linguistics",
url="https://aclanthology.org/P03-1054",
doi="10.3115/1075096.1075150",
pages="423--430",
}
@inproceedings{Cha20,
title="{G}erman{'}s Next Language Model",
author={Chan, Branden and
Schweter, Stefan and
M{\"o}ller, Timo},
booktitle="Proceedings of the 28th International Conference on Computational Linguistics",
month=dec,
year="2020",
address="Barcelona, Spain",
publisher="International Committee on Computational Linguistics",
url="https://aclanthology.org/2020.coling-main.598",
doi="10.18653/v1/2020.coling-main.598",
pages="6788--6796",
}
@techreport{dunlop2010reducing,
title={Reducing the grammar constant: an analysis of {CYK} parsing efficiency},
author={Dunlop, Aaron and Bodenstab, Nathan and Roark, Brian},
year={2010},
institution={Oregon Health and Science University},
url={https://www.academia.edu/download/44150702/CSLU-2010-02.pdf},
type={Technical Report},
number={CSLU-2010-02},
}
@inproceedings{vaswani2017attention,
title={Attention is All you Need},
author={Vaswani, Ashish and Shazeer, Noam and Parmar, Niki and Uszkoreit, Jakob and Jones, Llion and Gomez, Aidan N and Kaiser, \L ukasz and Polosukhin, Illia},
booktitle={Proceedings of the 30th Conference on Advances in Neural Information Processing Systems},
editor={I. Guyon and U. Von Luxburg and S. Bengio and H. Wallach and R. Fergus and S. Vishwanathan and R. Garnett},
publisher={Curran Associates, Inc.},
url={http://papers.nips.cc/paper/by-source-2017-3058},
year={2017},
address={Long Beach, CA, USA},
}
@phdthesis{Bod12,
title={Prioritization and Pruning: Efficient Inference with Weighted Context-Free Grammars},
author={Bodenstab, Nathan Matthew},
year={2012}
}
@misc{gottbert,
title={GottBERT: a pure German Language Model},
author={Raphael Scheible and Fabian Thomczyk and Patric Tippmann and Victor Jaravine and Martin Boeker},
year={2020},
note={Preprint on arXiv.org},
url={https://arxiv.org/abs/2012.02110},
archivePrefix={arXiv},
primaryClass={cs.CL}
}
@InProceedings{Black91,
author={Black, Ezra and Abney, Steven and Flickinger, Dan and Gdaniec, Claudia and Grishman, Ralph and Harrison, Philip and Hindle, Donald and Ingria, Robert and Jelinek, Fred and Klavans, Judith and Liberman, Mark and Strzalkowski, Tomek},
title={A {P}rocedure for {Q}uantitatively {C}omparing the {S}yntactic {C}overage of {E}nglish {G}rammars},
booktitle={Proceedings of the Workshop on Speech and Natural Language},
year={1991},
pages={306--311},
publisher={Association for Computational Linguistics},
acmid={112467},
doi={10.3115/112405.112467},
}
@InProceedings{Col97,
title="Three Generative, Lexicalised Models for Statistical Parsing",
author="Collins, Michael",
booktitle="35th Annual Meeting of the Association for Computational Linguistics and 8th Conference of the {E}uropean Chapter of the Association for Computational Linguistics",
month=jul,
year="1997",
address="Madrid, Spain",
publisher="Association for Computational Linguistics",
url="https://aclanthology.org/P97-1003",
doi="10.3115/976909.979620",
pages="16--23",
}
@article{Der85,
title={Relating logic programs and attribute grammars},
journal={The Journal of Logic Programming},
volume={2},
number={2},
pages={119-155},
year={1985},
issn={0743-1066},
doi={10.1016/0743-1066(85)90015-9},
url={https://www.sciencedirect.com/science/article/pii/0743106685900159},
author={Pierre Deransart and Jan Ma{\l}uszynski},
}
@inproceedings{Ned14,
title="Hybrid Grammars for Discontinuous Parsing",
author="Nederhof, Mark-Jan and
Vogler, Heiko",
booktitle="Proceedings of {COLING} 2014, the 25th International Conference on Computational Linguistics: Technical Papers",
month=aug,
year="2014",
address="Dublin, Ireland",
publisher="Dublin City University and Association for Computational Linguistics",
url="https://aclanthology.org/C14-1130",
pages="1370--1381",
}
@article{Geb17,
title="Hybrid Grammars for Parsing of Discontinuous Phrase Structures and Non-Projective Dependency Structures",
author="Gebhardt, Kilian and
Nederhof, Mark-Jan and
Vogler, Heiko",
journal="Computational Linguistics",
volume="43",
number="3",
month=sep,
year="2017",
address="Cambridge, MA",
publisher="MIT Press",
url="https://aclanthology.org/J17-3001",
doi="10.1162/COLI_a_00291",
pages="465--520",
}
@phdthesis{Geb20,
title={Induction, Training, and Parsing Strategies beyond Context-free Grammars},
author={Gebhardt, Kilian},
year={2020},
url={https://nbn-resolving.org/urn:nbn:de:bsz:14-qucosa2-713985},
school={Technische Universität Dresden},
address={Dresden, Germany},
}
@book{Kal10,
title={Parsing beyond context-free grammars},
author={Kallmeyer, Laura},
year={2010},
publisher={Springer Berlin, Heidelberg},
doi={10.1007/978-3-642-14846-0},
isbn={978-3-642-14846-0},
series={Cognitive Technologies},
}
@article{Cou82,
title={Attribute grammars and recursive program schemes I},
journal={Theoretical Computer Science},
volume={17},
number={2},
pages={163-191},
year={1982},
issn={0304-3975},
doi={10.1016/0304-3975(82)90003-2},
url={https://www.sciencedirect.com/science/article/pii/0304397582900032},
author={Bruno Courcelle and Paul Franchi-Zannettacci},
publisher={North-Holland Publishing Co.}
}
@inproceedings{Son08,
title={Better binarization for the CKY parsing},
author={Song, Xinying and Ding, Shilin and Lin, Chin-Yew},
booktitle={Proceedings of the 2008 Conference on Empirical Methods in Natural Language Processing},
pages={167--176},
year={2008}
}
@inproceedings{Gil10,
title="Optimal Parsing Strategies for Linear Context-Free Rewriting Systems",
author="Gildea, Daniel",
booktitle="Human Language Technologies: The 2010 Annual Conference of the North {A}merican Chapter of the Association for Computational Linguistics",
month=jun,
year="2010",
address="Los Angeles, California",
publisher="Association for Computational Linguistics",
url="https://aclanthology.org/N10-1118",
pages="769--776",
}
@InProceedings{Cha96,
author = {Charniak, Eugene},