gotutiyan commited on
Commit
af64de5
1 Parent(s): b03dac6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -0
README.md CHANGED
@@ -1,3 +1,28 @@
1
  ---
2
  license: mit
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
  ---
4
+
5
+ This a reproduction of the following paper:
6
+ ```
7
+ @inproceedings{katsumata-komachi-2020-stronger,
8
+ title = "Stronger Baselines for Grammatical Error Correction Using a Pretrained Encoder-Decoder Model",
9
+ author = "Katsumata, Satoru and
10
+ Komachi, Mamoru",
11
+ booktitle = "Proceedings of the 1st Conference of the Asia-Pacific Chapter of the Association for Computational Linguistics and the 10th International Joint Conference on Natural Language Processing",
12
+ month = dec,
13
+ year = "2020",
14
+ address = "Suzhou, China",
15
+ publisher = "Association for Computational Linguistics",
16
+ url = "https://aclanthology.org/2020.aacl-main.83",
17
+ pages = "827--832",
18
+ }
19
+ ```
20
+
21
+ This model achieves the following results:
22
+ |Data|Metric|gotutiyan/gec-bart-large|Paper (bart-large)|
23
+ |:--|:--|:--|:--|
24
+ |CoNLL-2014|M2 (P/R/F0.5)|71.01 / 43.3 / 62.9|69.3 / 45.0 /62.6|
25
+ |BEA19-test|ERRANT (P/R/F0.5)3|70.4 / 55.0 / 66.6|68.3 / 57.1 /65.6|
26
+ |JFLEG-test|GLEU|57.8|57.3|
27
+
28
+ The details can be found in the [GitHub repository](https://github.com/gotutiyan/GEC-BART).