-
Notifications
You must be signed in to change notification settings - Fork 5
/
gec2020.bib
executable file
·1804 lines (1697 loc) · 71.3 KB
/
gec2020.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
@inproceedings{sakaguchi-etal-2017-grammatical,
title = "Grammatical Error Correction with Neural Reinforcement Learning",
author = "Sakaguchi, Keisuke and
Post, Matt and
Van Durme, Benjamin",
booktitle = "Proceedings of the Eighth International Joint Conference on Natural Language Processing (Volume 2: Short Papers)",
month = nov,
year = "2017",
address = "Taipei, Taiwan",
publisher = "Asian Federation of Natural Language Processing",
url = "https://www.aclweb.org/anthology/I17-2062",
pages = "366--372",
}
@inproceedings{boyd2018using,
title = "Using {W}ikipedia Edits in Low Resource Grammatical Error Correction",
author = "Boyd, Adriane",
booktitle = "Proceedings of the 2018 {EMNLP} Workshop W-{NUT}: The 4th Workshop on Noisy User-generated Text",
month = nov,
year = "2018",
address = "Brussels, Belgium",
publisher = "Association for Computational Linguistics",
url = "https://www.aclweb.org/anthology/W18-6111",
pages = "79--84",
}
@article{rozovskaya2019grammar,
author = {Rozovskaya, Alla and Roth, Dan },
title = {Grammar Error Correction in Morphologically-Rich Languages: The Case of {R}ussian},
journal = {Transactions of the Association for Computational Linguistics},
volume = {7},
year = {2019},
keywords = {},
issn = {2307-387X},
url = {https://www.transacl.org/ojs/index.php/tacl/article/view/1454},
pages = {1--17},
}
@article{alsufieva2012results,
author= {Anna Alsufieva and Olesya Kisselev and Sandra Freels},
title= {Results 2012: Using Flagship Data to Develop a {R}ussian Learner Corpus of Academic Writing},
journal = {Russian Language Journal},
volume = {62},
number= {},
pages = {79--105},
year = {2012},
}
@inproceedings{bahdanau2014neural,
title = {Neural Machine Translation by Jointly Learning to Align and Translate},
author = {Bahdanau, Dzmitry and Cho, Kyunghyun and Bengio, Yoshua},
booktitle = {ICLR 2015},
year = 2015
}
@inproceedings{vaswani2017attention,
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 = {Advances in Neural Information Processing Systems},
editor = {I. Guyon and U. V. Luxburg and S. Bengio and H. Wallach and R. Fergus and S. Vishwanathan and R. Garnett},
pages = {5998--6008},
publisher = {Curran Associates, Inc.},
title = {Attention is All you Need},
url = {https://proceedings.neurips.cc/paper/2017/file/3f5ee243547dee91fbd053c1c4a845aa-Paper.pdf},
volume = {30},
year = {2017}
}
@inproceedings{gehring-etal-2017-convolutional,
title = "A Convolutional Encoder Model for Neural Machine Translation",
author = "Gehring, Jonas and
Auli, Michael and
Grangier, David and
Dauphin, Yann",
booktitle = "Proceedings of the 55th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)",
month = jul,
year = "2017",
address = "Vancouver, Canada",
publisher = "Association for Computational Linguistics",
url = "https://www.aclweb.org/anthology/P17-1012",
doi = "10.18653/v1/P17-1012",
pages = "123--135",
}
@inproceedings{miceli-barone-etal-2017-deep,
title = "Deep architectures for Neural Machine Translation",
author = "Miceli Barone, Antonio Valerio and
Helcl, Jind{\v{r}}ich and
Sennrich, Rico and
Haddow, Barry and
Birch, Alexandra",
booktitle = "Proceedings of the Second Conference on Machine Translation",
month = sep,
year = "2017",
address = "Copenhagen, Denmark",
publisher = "Association for Computational Linguistics",
url = "https://www.aclweb.org/anthology/W17-4710",
doi = "10.18653/v1/W17-4710",
pages = "99--107",
}
@inproceedings{kiyono-etal-2019-empirical,
title = "An Empirical Study of Incorporating Pseudo Data into Grammatical Error Correction",
author = "Kiyono, Shun and
Suzuki, Jun and
Mita, Masato and
Mizumoto, Tomoya and
Inui, Kentaro",
booktitle = "Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing and the 9th International Joint Conference on Natural Language Processing (EMNLP-IJCNLP)",
month = nov,
year = "2019",
address = "Hong Kong, China",
publisher = "Association for Computational Linguistics",
url = "https://www.aclweb.org/anthology/D19-1119",
doi = "10.18653/v1/D19-1119",
pages = "1236--1242",
}
@inproceedings{naplava-straka-2019-grammatical,
title = "Grammatical Error Correction in Low-Resource Scenarios",
author = "N{\'a}plava, Jakub and
Straka, Milan",
booktitle = "Proceedings of the 5th Workshop on Noisy User-generated Text (W-NUT 2019)",
month = nov,
year = "2019",
address = "Hong Kong, China",
publisher = "Association for Computational Linguistics",
url = "https://www.aclweb.org/anthology/D19-5545",
doi = "10.18653/v1/D19-5545",
pages = "346--356",
}
@inproceedings{grundkiewicz-junczys-dowmunt-2019-minimally,
title = "Minimally-Augmented Grammatical Error Correction",
author = "Grundkiewicz, Roman and
Junczys-Dowmunt, Marcin",
booktitle = "Proceedings of the 5th Workshop on Noisy User-generated Text (W-NUT 2019)",
month = nov,
year = "2019",
address = "Hong Kong, China",
publisher = "Association for Computational Linguistics",
url = "https://www.aclweb.org/anthology/D19-5546",
doi = "10.18653/v1/D19-5546",
pages = "357--363",
}
@inproceedings{white-rozovskaya-2020-comparative,
title = "A Comparative Study of Synthetic Data Generation Methods for Grammatical Error Correction",
author = "White, Max and
Rozovskaya, Alla",
booktitle = "Proceedings of the Fifteenth Workshop on Innovative Use of NLP for Building Educational Applications",
month = jul,
year = "2020",
address = "Seattle, WA, USA → Online",
publisher = "Association for Computational Linguistics",
url = "https://www.aclweb.org/anthology/2020.bea-1.21",
doi = "10.18653/v1/2020.bea-1.21",
pages = "198--208",
}
@inproceedings{xie-etal-2018-noising,
title = "Noising and Denoising Natural Language: Diverse Backtranslation for Grammar Correction",
author = "Xie, Ziang and
Genthial, Guillaume and
Xie, Stanley and
Ng, Andrew and
Jurafsky, Dan",
booktitle = "Proceedings of the 2018 Conference of the North {A}merican Chapter of the Association for Computational Linguistics: Human Language Technologies, Volume 1 (Long Papers)",
month = jun,
year = "2018",
address = "New Orleans, Louisiana",
publisher = "Association for Computational Linguistics",
url = "https://www.aclweb.org/anthology/N18-1057",
doi = "10.18653/v1/N18-1057",
pages = "619--628",
}
@inproceedings{zhao-etal-2019-improving,
title = "Improving Grammatical Error Correction via Pre-Training a Copy-Augmented Architecture with Unlabeled Data",
author = "Zhao, Wei and
Wang, Liang and
Shen, Kewei and
Jia, Ruoyu and
Liu, Jingming",
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-1014",
doi = "10.18653/v1/N19-1014",
pages = "156--165",
}
@inproceedings{rei-etal-2017-artificial,
title = "Artificial Error Generation with Machine Translation and Syntactic Patterns",
author = "Rei, Marek and
Felice, Mariano and
Yuan, Zheng and
Briscoe, Ted",
booktitle = "Proceedings of the 12th Workshop on Innovative Use of {NLP} for Building Educational Applications",
month = sep,
year = "2017",
address = "Copenhagen, Denmark",
publisher = "Association for Computational Linguistics",
url = "https://www.aclweb.org/anthology/W17-5032",
doi = "10.18653/v1/W17-5032",
pages = "287--292",
}
@inproceedings{kasewa-etal-2018-wronging,
title = "Wronging a Right: Generating Better Errors to Improve Grammatical Error Detection",
author = "Kasewa, Sudhanshu and
Stenetorp, Pontus and
Riedel, Sebastian",
booktitle = "Proceedings of the 2018 Conference on Empirical Methods in Natural Language Processing",
month = oct # "-" # nov,
year = "2018",
address = "Brussels, Belgium",
publisher = "Association for Computational Linguistics",
url = "https://www.aclweb.org/anthology/D18-1541",
doi = "10.18653/v1/D18-1541",
pages = "4977--4983",
}
@inproceedings{choe-etal-2019-neural,
title = "A Neural Grammatical Error Correction System Built On Better Pre-training and Sequential Transfer Learning",
author = "Choe, Yo Joong and
Ham, Jiyeon and
Park, Kyubyong and
Yoon, Yeoil",
booktitle = "Proceedings of the Fourteenth Workshop on Innovative Use of NLP for Building Educational Applications",
month = aug,
year = "2019",
address = "Florence, Italy",
publisher = "Association for Computational Linguistics",
url = "https://www.aclweb.org/anthology/W19-4423",
doi = "10.18653/v1/W19-4423",
pages = "213--227",
}
@inproceedings{lichtarge-etal-2019-corpora,
title = "Corpora Generation for Grammatical Error Correction",
author = "Lichtarge, Jared and
Alberti, Chris and
Kumar, Shankar and
Shazeer, Noam and
Parmar, Niki and
Tong, Simon",
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-1333",
doi = "10.18653/v1/N19-1333",
pages = "3291--3301",
}
@inproceedings{wiked_2014,
author = {Roman Grundkiewicz and Marcin Junczys-Dowmunt},
title = {The WikEd Error Corpus: A Corpus of Corrective Wikipedia Edits and its Application to Grammatical Error Correction},
booktitle = {Advances in Natural Language Processing -- Lecture Notes in Computer Science},
editor = {Adam Przepiórkowski and Maciej Ogrodniczuk},
publisher = {Springer},
year = {2014},
volume = {8686},
pages = {478--490},
url = {http://emjotde.github.io/publications/pdf/mjd.poltal2014.draft.pdf}
}
@inproceedings{zhou-etal-2020-improving-grammatical,
title = "Improving Grammatical Error Correction with Machine Translation Pairs",
author = "Zhou, Wangchunshu and
Ge, Tao and
Mu, Chang and
Xu, Ke and
Wei, Furu and
Zhou, Ming",
booktitle = "Findings of the Association for Computational Linguistics: EMNLP 2020",
month = nov,
year = "2020",
address = "Online",
publisher = "Association for Computational Linguistics",
url = "https://www.aclweb.org/anthology/2020.findings-emnlp.30",
pages = "318--328",
}
@inproceedings{sennrich-etal-2016-neural,
title = "Neural Machine Translation of Rare Words with Subword Units",
author = "Sennrich, Rico and
Haddow, Barry and
Birch, Alexandra",
booktitle = "Proceedings of the 54th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)",
month = aug,
year = "2016",
address = "Berlin, Germany",
publisher = "Association for Computational Linguistics",
url = "https://www.aclweb.org/anthology/P16-1162",
doi = "10.18653/v1/P16-1162",
pages = "1715--1725",
}
@article{dropout2014a,
author = {Nitish Srivastava and Geoffrey Hinton and Alex Krizhevsky and Ilya Sutskever and Ruslan Salakhutdinov},
title = {Dropout: A Simple Way to Prevent Neural Networks from Overfitting},
journal = {Journal of Machine Learning Research},
year = {2014},
volume = {15},
number = {56},
pages = {1929-1958},
url = {http://jmlr.org/papers/v15/srivastava14a.html}
}
@misc{ge2018reaching,
title={Reaching Human-level Performance in Automatic Grammatical Error Correction: An Empirical Study},
author={Tao Ge and Furu Wei and Ming Zhou},
year={2018},
eprint={1807.01270},
archivePrefix={arXiv},
primaryClass={cs.CL}
}
@inproceedings{nlpcc2018chinese,
author = {Yuanyuan Zhao and
Nan Jiang and
Weiwei Sun and
Xiaojun Wan},
editor = {Min Zhang and
Vincent Ng and
Dongyan Zhao and
Sujian Li and
Hongying Zan},
title = {Overview of the {NLPCC} 2018 Shared Task: Grammatical Error Correction},
booktitle = {Natural Language Processing and Chinese Computing - 7th {CCF} International
Conference, {NLPCC} 2018, Hohhot, China, August 26-30, 2018, Proceedings,
Part {II}},
series = {Lecture Notes in Computer Science},
volume = {11109},
pages = {439--445},
publisher = {Springer},
year = {2018},
}
@inproceedings{devlin-etal-2019-bert,
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{stahlberg-kumar-2020-seq2edits,
title = "{S}eq2{E}dits: Sequence Transduction Using Span-level Edit Operations",
author = "Stahlberg, Felix and
Kumar, Shankar",
booktitle = "Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing (EMNLP)",
month = nov,
year = "2020",
address = "Online",
publisher = "Association for Computational Linguistics",
url = "https://www.aclweb.org/anthology/2020.emnlp-main.418",
pages = "5147--5159",
}
@inproceedings{awasthi-etal-2019-parallel,
title = "Parallel Iterative Edit Models for Local Sequence Transduction",
author = "Awasthi, Abhijeet and
Sarawagi, Sunita and
Goyal, Rasna and
Ghosh, Sabyasachi and
Piratla, Vihari",
booktitle = "Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing and the 9th International Joint Conference on Natural Language Processing (EMNLP-IJCNLP)",
month = nov,
year = "2019",
address = "Hong Kong, China",
publisher = "Association for Computational Linguistics",
url = "https://www.aclweb.org/anthology/D19-1435",
doi = "10.18653/v1/D19-1435",
pages = "4260--4270",
}
@article{stahlberg2020neural,
title={Neural machine translation: A review},
author={Stahlberg, Felix},
journal={Journal of Artificial Intelligence Research},
volume={69},
pages={343--418},
year={2020}
}
@book{koehn_2020,
place={Cambridge},
title={Neural Machine Translation},
DOI={10.1017/9781108608480},
publisher={Cambridge University Press},
author={Koehn, Philipp},
year={2020}
}
@inproceedings{ge-etal-2018-fluency,
title = "Fluency Boost Learning and Inference for Neural Grammatical Error Correction",
author = "Ge, Tao and
Wei, Furu and
Zhou, Ming",
booktitle = "Proceedings of the 56th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)",
month = jul,
year = "2018",
address = "Melbourne, Australia",
publisher = "Association for Computational Linguistics",
url = "https://www.aclweb.org/anthology/P18-1097",
doi = "10.18653/v1/P18-1097",
pages = "1055--1065",
}
@InProceedings{neural-naacl2018,
author = {Junczys-Dowmunt, Marcin and Grundkiewicz, Roman and Guha,
Shubha and Heafield, Kenneth},
title = {Approaching Neural Grammatical Error Correction as a
Low-Resource Machine Translation Task},
booktitle = {Proceedings of the 2018 Conference of the North American
Chapter of the Association for Computational Linguistics:
Human Language Technologies, Volume 1 (Long Papers)},
month = {June},
year = {2018},
address = {New Orleans, Louisiana},
publisher = {Association for Computational Linguistics},
pages = {595--606},
url = {http://www.aclweb.org/anthology/N18-1055}
}
@inproceedings{junczys-dowmunt-grundkiewicz-2018-ms,
title = "{MS}-{UE}din Submission to the {WMT}2018 {APE} Shared Task: Dual-Source Transformer for Automatic Post-Editing",
author = "Junczys-Dowmunt, Marcin and
Grundkiewicz, Roman",
booktitle = "Proceedings of the Third Conference on Machine Translation: Shared Task Papers",
month = oct,
year = "2018",
address = "Belgium, Brussels",
publisher = "Association for Computational Linguistics",
url = "https://www.aclweb.org/anthology/W18-6467",
doi = "10.18653/v1/W18-6467",
pages = "822--826",
}
@inproceedings{junczys-dowmunt-grundkiewicz-2016-log,
title = "Log-linear Combinations of Monolingual and Bilingual Neural Machine Translation Models for Automatic Post-Editing",
author = "Junczys-Dowmunt, Marcin and
Grundkiewicz, Roman",
booktitle = "Proceedings of the First Conference on Machine Translation: Volume 2, Shared Task Papers",
month = aug,
year = "2016",
address = "Berlin, Germany",
publisher = "Association for Computational Linguistics",
url = "https://www.aclweb.org/anthology/W16-2378",
doi = "10.18653/v1/W16-2378",
pages = "751--758",
}
@inproceedings{junczys-dowmunt-junczys-dowmunt-2017-amu,
title = "The {AMU}-{UE}din Submission to the {WMT} 2017 Shared Task on Automatic Post-Editing",
author = "Junczys-Dowmunt, Marcin and
Junczys-Dowmunt, Marcin",
booktitle = "Proceedings of the Second Conference on Machine Translation",
month = sep,
year = "2017",
address = "Copenhagen, Denmark",
publisher = "Association for Computational Linguistics",
url = "https://www.aclweb.org/anthology/W17-4774",
doi = "10.18653/v1/W17-4774",
pages = "639--646",
}
@inproceedings{grundkiewicz-junczys-dowmunt-2018-near,
title = "Near Human-Level Performance in Grammatical Error Correction with Hybrid Machine Translation",
author = "Grundkiewicz, Roman and
Junczys-Dowmunt, Marcin",
booktitle = "Proceedings of the 2018 Conference of the North {A}merican Chapter of the Association for Computational Linguistics: Human Language Technologies, Volume 2 (Short Papers)",
month = jun,
year = "2018",
address = "New Orleans, Louisiana",
publisher = "Association for Computational Linguistics",
url = "https://www.aclweb.org/anthology/N18-2046",
doi = "10.18653/v1/N18-2046",
pages = "284--290",
}
@article{Macdonald-et-al-1982,
author = {Macdonald, N. and Frase, L. and Gingrich, P. and Keenan, S.},
journal = {Communications, IEEE Transactions on},
title = {The Writer's Workbench: Computer Aids for Text Analysis},
year = {1982},
volume = {30},
number = {1},
pages = {105--110},
ISSN = {0090-6778},
month = {1},
}
@InProceedings{ALEK-2000,
author = {Martin Chodorow and Claudia Leacock},
title = {An unsupervised method for detecting grammatical errors},
booktitle = {Proceedings of the Conference of the North American Chapter of the Association of Computational Linguistics (NAACL)},
month = {4},
year = {2000},
location = {Seattle},
publisher = {Association for Computational Linguistics},
pages = {140–-147},
}
@inbook{ALEK-2003,
author = {Claudia Leacock and Martin Chodorow},
title = {Automated grammatical error detection},
booktitle = {Automated Essay Scoring: A Cross-Disciplinary Perspective},
editor = {M.D. Shermis and J.C. Burstein},
publisher = {Lawrence Erlbaum Associates},
location = {Mahwah, NJ},
pages = {195–-207},
year = {2003},
}
@Article {ESL-Assistant-2009,
author = {Michael Gamon and Claudia Leacock and Chris Brockett and William B. Dolan and Jianfeng Gao and Dmitriy Belenko and Alexandre Klementiev},
journal = {CALICO Journal},
volume = {26},
number = {3},
month = {6},
title = {Using Statistical Techniques and Web Search to Correct ESL Errors},
url = {http://research.microsoft.com/apps/pubs/default.aspx?id=81312},
year = {2009},
pages = {491--511},
}
@INPROCEEDINGS{GRANSKA,
author = {Rickard Domeij and Ola Knutsson and Johan Carlberger and Viggo Kann},
title = {Granska - an efficient hybrid system for Swedish grammar checking},
booktitle = {Proceedings of the 12th Nordic Conference in Computational Linguistics (Nodalida-99)},
pages = {28–-40},
location = {Trondheim, Norway},
publisher = {Department of Linguistics, University of Trondheim},
month = {12},
year = {2000},
}
@article{Heidorn-et-al-1982,
author = {Heidorn, G.E. and Jensen, K. and Miller, L.A. and Byrd, R.J. and Chodorow, M.S.},
journal = {IBM Systems Journal},
title = {The EPISTLE text-critiquing system},
year = {1982},
volume = {21},
number = {3},
pages = {305--326},
doi = {10.1147/sj.213.0305},
ISSN = {0018-8670},
month = {9},
}
@inproceedings{Richardson-et-al-1988,
author = {Richardson, Stephen D. and Braden-Harder, Lisa C.},
title = {The Experience of Developing a Large-scale Natural Language Text Processing System: CRITIQUE},
booktitle = {Proceedings of the Second Conference on Applied Natural Language Processing},
series = {ANLC '88},
year = {1988},
location = {Austin, Texas},
pages = {195--202},
numpages = {8},
publisher = {Association for Computational Linguistics},
address = {Stroudsburg, PA, USA},
}
@inproceedings{Arppe-2000,
author = {Antti Arppe},
title = {Developing a grammar checker for Swedish},
booktitle = {Proceedings of the Twelfth Nordic Conference in Computational Linguistics (NoDaLiDa)},
pages = {13–-27},
address = {Trondheim, Norway},
year = {2000},
}
@inproceedings{Mangu-brill-1997,
author = {Mangu, Lidia and Brill, Eric},
title = {Automatic Rule Acquisition for Spelling Correction},
booktitle = {Proceedings of the Fourteenth International Conference on Machine Learning},
series = {ICML '97},
year = {1997},
isbn = {1-55860-486-3},
pages = {187--194},
numpages = {8},
publisher = {Morgan Kaufmann Publishers Inc.},
address = {San Francisco, CA, USA},
}
@InProceedings{Rozovskaya-et-al-2011,
author = {Rozovskaya, Alla and Sammons, Mark and Gioja, Joshua and Roth, Dan},
title = {University of Illinois System in HOO Text Correction Shared Task},
booktitle = {Proceedings of the Generation Challenges Session at the 13th European Workshop on Natural Language Generation},
month = {9},
year = {2011},
address = {Nancy, France},
publisher = {Association for Computational Linguistics},
pages = {263--266},
url = {http://www.aclweb.org/anthology/W11-2843}
}
@InProceedings{Cahill-EtAl-2013,
author = {Cahill, Aoife and Chodorow, Martin and Wolff, Susanne and Madnani, Nitin},
title = {Detecting Missing Hyphens in Learner Text},
booktitle = {Proceedings of the Eighth Workshop on Innovative Use of NLP for Building Educational Applications},
month = {6},
year = {2013},
address = {Atlanta, Georgia},
publisher = {Association for Computational Linguistics},
pages = {300--305},
url = {http://www.aclweb.org/anthology/W13-1739}
}
@inproceedings{Andersen-et-al-2013,
author = {Andersen, {\O}istein E. and Yannakoudakis, Helen and Barker, Fiona and Parish, Tim},
booktitle = {Proceedings of the Eighth Workshop on Innovative Use of NLP for Building Educational Applications},
pages = {32--41},
title = {Developing and testing a self-assessment and tutoring system},
month = {6},
year = {2013},
publisher = {Association for Computational Linguistics},
series = {BEA 2013},
address = {Atlanta}
}
@InProceedings{Okanohara-tsujii-2007,
author = {Okanohara, Daisuke and Tsujii, Jun'ichi},
title = {A discriminative language model with pseudo-negative samples},
booktitle = {Proceedings of the 45th Annual Meeting of the Association of Computational Linguistics},
month = {6},
year = {2007},
address = {Prague, Czech Republic},
publisher = {Association for Computational Linguistics},
pages = {73--80},
url = {http://www.aclweb.org/anthology/P07-1010}
}
@InProceedings{Wagner-et-al-2007,
author = {Wagner, Joachim and Foster, Jennifer and van Genabith, Josef},
title = {A Comparative Evaluation of Deep and Shallow Approaches to the Automatic Detection of Common Grammatical Errors},
booktitle = {Proceedings of the 2007 Joint Conference on Empirical Methods in Natural Language Processing and Computational Natural Language Learning (EMNLP-CoNLL)},
month = {6},
year = {2007},
address = {Prague, Czech Republic},
publisher = {Association for Computational Linguistics},
pages = {112--121},
url = {http://www.aclweb.org/anthology/D/D07/D07-1012}
}
@InProceedings{Heilman-et-al-2014,
author = {Heilman, Michael and Cahill, Aoife and Madnani, Nitin and Lopez, Melissa and Mulholland, Matthew and Tetreault, Joel},
title = {Predicting Grammaticality on an Ordinal Scale},
booktitle = {Proceedings of the 52nd Annual Meeting of the Association for Computational Linguistics (Volume 2: Short Papers)},
month = {6},
year = {2014},
address = {Baltimore, Maryland},
publisher = {Association for Computational Linguistics},
pages = {174--180},
url = {http://www.aclweb.org/anthology/P14-2029}
}
@InProceedings{Lin-chen-2015,
author = {Lin, Chuan-Jie and Chen, Shao-Heng},
title = {NTOU Chinese Grammar Checker for CGED Shared Task},
booktitle = {Proceedings of the 2nd Workshop on Natural Language Processing Techniques for Educational Applications},
month = {7},
year = {2015},
address = {Beijing, China},
publisher = {Association for Computational Linguistics},
pages = {15--19},
url = {http://www.aclweb.org/anthology/W15-4403}
}
@InProceedings{Bergsma-et-al-2009,
author = {Shane Bergsma and Dekang Lin and Randy Goebel},
title = {Web-scale n-gram models for lexical disambiguation},
booktitle = {Proceedings of the 21st International Joint Conference on Artifical Intelligence},
series = {IJCAI'09},
month = {7},
year = {2009},
address = {Pasadena},
numpages = {6},
publisher = {Morgan Kaufmann Publishers Inc.},
pages = {1507--1512},
}
@inproceedings{Islam-Inkpen-2011,
author = {Islam, Aminul and Inkpen, Diana},
title = {Correcting Different Types of Errors in Texts},
booktitle = {Proceedings of the 24th Canadian Conference on Advances in Artificial Intelligence},
series = {Canadian AI'11},
year = {2011},
isbn = {978-3-642-21042-6},
location = {St. John's, Canada},
pages = {192--203},
numpages = {12},
publisher = {Springer-Verlag},
address = {Berlin, Heidelberg},
}
@InProceedings{Xie-et-al-2015,
author = {Xie, Weijian and Huang, Peijie and Zhang, Xinrui and Hong, Kaiduo and Huang, Qiang and Chen, Bingzhou and Huang, Lei},
title = {Chinese Spelling Check System Based on N-gram Model},
booktitle = {Proceedings of the Eighth SIGHAN Workshop on Chinese Language Processing},
month = {7},
year = {2015},
address = {Beijing, China},
publisher = {Association for Computational Linguistics},
pages = {128--136},
url = {http://www.aclweb.org/anthology/W15-3120}
}
@inproceedings{bryant2018,
title = {{Language Model Based Grammatical Error Correction without Annotated Training Data}},
author = "Bryant, Christopherand Briscoe, Ted",
booktitle = "Proceedings of the Thirteenth Workshop on Innovative Use of {NLP} for Building Educational Applications",
month = June,
year = "2018",
address = "New Orleans, Louisiana",
publisher = "Association for Computational Linguistics",
url = "https://www.aclweb.org/anthology/W18-0529",
doi = "10.18653/v1/W18-0529",
pages = "247--253"
}
@InProceedings{Borocs-et-al-2014,
author = {Boro\c{s}, Tiberiu and Dumitrescu, Stefan Daniel and Zafiu, Adrian and Barbu Mititelu, Verginica and Vaduva, Ionut Paul},
title = {RACAI GEC -- A hybrid approach to Grammatical Error Correction},
booktitle = {Proceedings of the Eighteenth Conference on Computational Natural Language Learning: Shared Task},
month = {6},
year = {2014},
address = {Baltimore, Maryland},
publisher = {Association for Computational Linguistics},
pages = {43--48},
url = {http://www.aclweb.org/anthology/W14-1705}
}
@InProceedings{Felice-EtAl-2014,
author = {Felice, Mariano and Yuan, Zheng and Andersen, {\O}istein E. and Yannakoudakis, Helen and Kochmar, Ekaterina},
title = {Grammatical error correction using hybrid systems and type filtering},
booktitle = {Proceedings of the Eighteenth Conference on Computational Natural Language Learning: Shared Task},
month = {6},
year = {2014},
address = {Baltimore, Maryland},
publisher = {Association for Computational Linguistics},
pages = {15--24},
url = {http://www.aclweb.org/anthology/W14-1702}
}
@InProceedings{Yuan-et-al-2016,
author = {Yuan, Zheng and Briscoe, Ted and Felice, Mariano},
title = {Candidate re-ranking for SMT-based grammatical error correction},
booktitle = {Proceedings of the 11th Workshop on Innovative Use of NLP for Building Educational Applications},
month = {6},
year = {2016},
address = {San Diego, CA},
publisher = {Association for Computational Linguistics},
pages = {256--266},
url = {http://www.aclweb.org/anthology/W16-0530}
}
@inproceedings{Fallman-2002,
author = {Fallman, Daniel},
title = {The Penguin: Using the Web As a Database for Descriptive and Dynamic Grammar and Spell Checking},
booktitle = {CHI '02 Extended Abstracts on Human Factors in Computing Systems},
series = {CHI EA '02},
year = {2002},
location = {Minneapolis},
pages = {616--617},
numpages = {2},
publisher = {ACM},
address = {New York},
}
@InProceedings{Hermet-et-al-2008,
author = {Matthieu Hermet and Alain Désilets and Stan Szpakowicz},
title = {Using the Web as a Linguistic Resource to Automatically Correct Lexico-Syntactic Errors},
booktitle = {Proceedings of the Sixth International Conference on Language Resources and Evaluation (LREC'08)},
year = {2008},
month = {5},
address = {Marrakech, Morocco},
editor = {Nicoletta Calzolari and Khalid Choukri and Bente Maegaard and Joseph Mariani and Jan Odijk and Stelios Piperidis and Daniel Tapias},
publisher = {European Language Resources Association (ELRA)},
isbn = {2-9517408-4-0},
pages = {874--878},
}
@InProceedings{Tetreault-Chodorow-2009,
author = {Joel Tetreault and Martin Chodorow},
title = {Examining the use of region web counts for ESL error detection},
booktitle = {Proceedings of the Web as Corpus Workshop (WAC-5)},
year = {2009},
month = {9},
location = {San Sebastian, Spain},
publisher = {Elhuyar Fundazioa},
}
@InProceedings{Gamon-leacock-2010,
author = {Gamon, Michael and Leacock, Claudia},
title = {Search right and thou shalt find ... Using Web Queries for Learner Error Detection},
booktitle = {Proceedings of the NAACL HLT 2010 Fifth Workshop on Innovative Use of NLP for Building Educational Applications},
month = {6},
year = {2010},
address = {Los Angeles, California},
publisher = {Association for Computational Linguistics},
pages = {37--44},
url = {http://www.aclweb.org/anthology/W10-1005}
}
@InProceedings{Rozovskaya-Roth-2011,
author = {Rozovskaya, Alla and Roth, Dan},
title = {Algorithm Selection and Model Adaptation for ESL Correction Tasks},
booktitle = {Proceedings of the 49th Annual Meeting of the Association for Computational Linguistics: Human Language Technologies},
month = {6},
year = {2011},
location = {Portland, Oregon},
publisher = {Association for Computational Linguistics},
pages = {924--933},
url = {http://www.aclweb.org/anthology/P11-1093}
}
@inproceedings{Lee-2004,
author = {Lee, John},
title = {Automatic Article Restoration},
booktitle = {HLT-NAACL 2004: Student Research Workshop},
editor = {Susan Dumais, Daniel Marcu and Salim Roukos},
year = {2004},
month = {5},
address = {Boston, Massachusetts, USA},
publisher = {Association for Computational Linguistics},
pages = {31--36}
}
@InProceedings{Defelice-pulman-2008,
author = {De Felice, Rachele and Pulman, Stephen G.},
title = {A Classifier-Based Approach to Preposition and Determiner Error Correction in L2 English},
booktitle = {Proceedings of the 22nd International Conference on Computational Linguistics (Coling 2008)},
month = {8},
year = {2008},
address = {Manchester, UK},
publisher = {Coling 2008 Organizing Committee},
pages = {169--176},
url = {http://www.aclweb.org/anthology/C08-1022}
}
@InProceedings{Gamon-2010,
author = {Gamon, Michael},
title = {Using Mostly Native Data to Correct Errors in Learners' Writing},
booktitle = {Human Language Technologies: The 2010 Annual Conference of the North American Chapter of the Association for Computational Linguistics},
month = {6},
year = {2010},
address = {Los Angeles, California},
publisher = {Association for Computational Linguistics},
pages = {163--171},
url = {http://www.aclweb.org/anthology/N10-1019}
}
@InProceedings{Sakaguchi-et-al-2012,
author = {Sakaguchi, Keisuke and Hayashibe, Yuta and Kondo, Shuhei and Kanashiro, Lis and Mizumoto, Tomoya and Komachi, Mamoru and Matsumoto, Yuji},
title = {NAIST at the HOO 2012 Shared Task},
booktitle = {Proceedings of the Seventh Workshop on Building Educational Applications Using NLP},
month = {6},
year = {2012},
address = {Montr\'{e}al, Canada},
publisher = {Association for Computational Linguistics},
pages = {281--288},
url = {http://www.aclweb.org/anthology/W12-2033}
}
@InProceedings{Rozovskaya-et-al-2013,
author = {Rozovskaya, Alla and Chang, Kai-Wei and Sammons, Mark and Roth, Dan},
title = {The University of Illinois System in the CoNLL-2013 Shared Task},
booktitle = {Proceedings of the Seventeenth Conference on Computational Natural Language Learning: Shared Task},
month = {8},
year = {2013},
address = {Sofia, Bulgaria},
publisher = {Association for Computational Linguistics},
pages = {13--19},
url = {http://www.aclweb.org/anthology/W13-3602}
}
@InProceedings{Dahlmeier-ng-2011,
author = {Dahlmeier, Daniel and Ng, Hwee Tou},
title = {Grammatical Error Correction with Alternating Structure Optimization},
booktitle = {Proceedings of the 49th Annual Meeting of the Association for Computational Linguistics: Human Language Technologies},
month = {6},
year = {2011},
address = {Portland, Oregon, USA},
publisher = {Association for Computational Linguistics},
pages = {915--923},
url = {http://www.aclweb.org/anthology/P11-1092}
}
@InProceedings{Quan-at-al-2012,
author = {Quan, Li and Kolomiyets, Oleksandr and Moens, Marie-Francine},
title = {KU Leuven at HOO-2012: A Hybrid Approach to Detection and Correction of Determiner and Preposition Errors in Non-native English Text},
booktitle = {Proceedings of the Seventh Workshop on Building Educational Applications Using NLP},
month = {6},
year = {2012},
address = {Montr\'{e}al, Canada},
publisher = {Association for Computational Linguistics},
pages = {263--271},
url = {http://www.aclweb.org/anthology/W12-2031}
}
@InProceedings{Cahill-et-al-2013,
author = {Cahill, Aoife and Madnani, Nitin and Tetreault, Joel and Napolitano, Diane},
title = {Robust Systems for Preposition Error Correction Using Wikipedia Revisions},
booktitle = {Proceedings of the 2013 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies},
month = {6},
year = {2013},
address = {Atlanta, Georgia},
publisher = {Association for Computational Linguistics},
pages = {507--517},
url = {http://www.aclweb.org/anthology/N13-1055}
}
@InProceedings{Jia-et-al-2013,
author = {Jia, Zhongye and Wang, Peilu and Zhao, Hai},
title = {Grammatical Error Correction as Multiclass Classification with Single Model},
booktitle = {Proceedings of the Seventeenth Conference on Computational Natural Language Learning: Shared Task},
month = {8},
year = {2013},
address = {Sofia, Bulgaria},
publisher = {Association for Computational Linguistics},
pages = {74--81},
url = {http://www.aclweb.org/anthology/W13-3610}
}
@InProceedings{Zhang-wang-2014,
author = {Zhang, Longkai and Wang, Houfeng},
title = {A Unified Framework for Grammar Error Correction},
booktitle = {Proceedings of the Eighteenth Conference on Computational Natural Language Learning: Shared Task},
month = {6},
year = {2014},
address = {Baltimore, Maryland},
publisher = {Association for Computational Linguistics},
pages = {96--102},
url = {http://www.aclweb.org/anthology/W14-1713}
}
@InProceedings{Berend-et-al-2013,
author = {Berend, Gabor and Vincze, Veronika and Zarrie{\ss}, Sina and Farkas, Rich\'{a}rd},
title = {{LFG}-based Features for Noun Number and Article Grammatical Errors},
booktitle = {Proceedings of the Seventeenth Conference on Computational Natural Language Learning: Shared Task},
month = {8},
year = {2013},
address = {Sofia, Bulgaria},
publisher = {Association for Computational Linguistics},
pages = {62--67},
url = {http://www.aclweb.org/anthology/W13-3608}
}
@InProceedings{Vandenbosch-berck-2013,
author = {{van den Bosch}, Antal and Berck, Peter},
title = {Memory-based Grammatical Error Correction},
booktitle = {Proceedings of the Seventeenth Conference on Computational Natural Language Learning: Shared Task},
month = {8},
year = {2013},
address = {Sofia, Bulgaria},
publisher = {Association for Computational Linguistics},
pages = {102--108},
url = {http://www.aclweb.org/anthology/W13-3614}
}
@InProceedings{Yoshimoto-et-al-2013,
author = {Yoshimoto, Ippei and Kose, Tomoya and Mitsuzawa, Kensuke and Sakaguchi, Keisuke and Mizumoto, Tomoya and Hayashibe, Yuta and Komachi, Mamoru and Matsumoto, Yuji},
title = {NAIST at 2013 CoNLL Grammatical Error Correction Shared Task},
booktitle = {Proceedings of the Seventeenth Conference on Computational Natural Language Learning: Shared Task},
month = {8},
year = {2013},
address = {Sofia, Bulgaria},
publisher = {Association for Computational Linguistics},
pages = {26--33},
url = {http://www.aclweb.org/anthology/W13-3604}
}
@InProceedings{Rozovskaya-et-al-2014,
author = {Rozovskaya, Alla and Chang, Kai-Wei and Sammons, Mark and Roth, Dan and Habash, Nizar},
title = {The Illinois-Columbia System in the CoNLL-2014 Shared Task},
booktitle = {Proceedings of the Eighteenth Conference on Computational Natural Language Learning: Shared Task},
month = {6},
year = {2014},
address = {Baltimore, Maryland},
publisher = {Association for Computational Linguistics},
pages = {34--42},
url = {http://www.aclweb.org/anthology/W14-1704}
}
@InProceedings{Wang-et-al-2014,
author = {Wang, Peilu and Jia, Zhongye and Zhao, Hai},
title = {Grammatical Error Detection and Correction using a Single Maximum Entropy Model},
booktitle = {Proceedings of the Eighteenth Conference on Computational Natural Language Learning: Shared Task},
month = {6},
year = {2014},
address = {Baltimore, Maryland},
publisher = {Association for Computational Linguistics},
pages = {74--82},
url = {http://www.aclweb.org/anthology/W14-1710}
}
@InProceedings{Wu-et-al-2010,
author = {Wu, Jian-Cheng and Chang, Yu-Chia and Mitamura, Teruko and Chang, Jason S.},
title = {Automatic Collocation Suggestion in Academic Writing},
booktitle = {Proceedings of the ACL 2010 Conference Short Papers},
month = {7},
year = {2010},
address = {Uppsala, Sweden},
publisher = {Association for Computational Linguistics},
pages = {115--119},
url = {http://www.aclweb.org/anthology/P10-2021}
}
@article{Shannon-1948,
author = {Shannon, Claude E.},
journal = {The Bell System Technical Journal},
number = {3},
pages = {379--423},