jvamvas commited on
Commit
862e61d
·
verified ·
1 Parent(s): 2ca59df

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +75 -0
README.md ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: unknown
3
+ task_categories:
4
+ - text-classification
5
+ language:
6
+ - en
7
+ ---
8
+
9
+ # Lang 8 Task from the PEER Benchmark (Performance Evaluation of Edit Representations)
10
+
11
+ Description from the [benchmark paper](https://arxiv.org/abs/2004.09143):
12
+ > A corpus for GEC derived from the English subset of the Lang-8 platform, an online language learning website that encourages users to correct each other’s grammar (Mizumoto et al. 2012). In particular, we work with the version of the dataset released by Bryant et al. (2019) and further process it to skip examples where there are no grammar corrections.
13
+
14
+ The dataset was originally published at https://doi.org/10.5281/zenodo.4478266.
15
+
16
+ ## Citations
17
+
18
+ PEER Benchmark:
19
+ ```bibtex
20
+ @article{marrese-taylor-et-al-2021,
21
+ title = {Variational Inference for Learning Representations of Natural Language Edits},
22
+ volume = {35},
23
+ url = {https://ojs.aaai.org/index.php/AAAI/article/view/17598}, DOI = {10.1609/aaai.v35i15.17598},
24
+ number = {15},
25
+ journal = {Proceedings of the AAAI Conference on Artificial Intelligence},
26
+ author = {Marrese-Taylor, Edison and Reid, Machel and Matsuo, Yutaka},
27
+ year = {2021},
28
+ month = {May},
29
+ pages = {13552-13560},
30
+ }
31
+ ```
32
+
33
+ Original data source:
34
+ ```bibtex
35
+ @inproceedings{mizumoto-etal-2012-effect,
36
+ title = "The Effect of Learner Corpus Size in Grammatical Error Correction of {ESL} Writings",
37
+ author = "Mizumoto, Tomoya and
38
+ Hayashibe, Yuta and
39
+ Komachi, Mamoru and
40
+ Nagata, Masaaki and
41
+ Matsumoto, Yuji",
42
+ editor = "Kay, Martin and
43
+ Boitet, Christian",
44
+ booktitle = "Proceedings of {COLING} 2012: Posters",
45
+ month = dec,
46
+ year = "2012",
47
+ address = "Mumbai, India",
48
+ publisher = "The COLING 2012 Organizing Committee",
49
+ url = "https://aclanthology.org/C12-2084/",
50
+ pages = "863--872"
51
+ }
52
+
53
+ @inproceedings{bryant-etal-2019-bea,
54
+ title = "The {BEA}-2019 Shared Task on Grammatical Error Correction",
55
+ author = "Bryant, Christopher and
56
+ Felice, Mariano and
57
+ Andersen, {\O}istein E. and
58
+ Briscoe, Ted",
59
+ editor = "Yannakoudakis, Helen and
60
+ Kochmar, Ekaterina and
61
+ Leacock, Claudia and
62
+ Madnani, Nitin and
63
+ Pil{\'a}n, Ildik{\'o} and
64
+ Zesch, Torsten",
65
+ booktitle = "Proceedings of the Fourteenth Workshop on Innovative Use of NLP for Building Educational Applications",
66
+ month = aug,
67
+ year = "2019",
68
+ address = "Florence, Italy",
69
+ publisher = "Association for Computational Linguistics",
70
+ url = "https://aclanthology.org/W19-4406/",
71
+ doi = "10.18653/v1/W19-4406",
72
+ pages = "52--75",
73
+ abstract = "This paper reports on the BEA-2019 Shared Task on Grammatical Error Correction (GEC). As with the CoNLL-2014 shared task, participants are required to correct all types of errors in test data. One of the main contributions of the BEA-2019 shared task is the introduction of a new dataset, the Write{\&}Improve+LOCNESS corpus, which represents a wider range of native and learner English levels and abilities. Another contribution is the introduction of tracks, which control the amount of annotated data available to participants. Systems are evaluated in terms of ERRANT F{\_}0.5, which allows us to report a much wider range of performance statistics. The competition was hosted on Codalab and remains open for further submissions on the blind test set."
74
+ }
75
+ ```