Commit ·
3859a47
1
Parent(s): 80b119a
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
This model is an implementation of the paper [A Simple Recipe for Multilingual Grammatical Error Correction](https://arxiv.org/pdf/2106.03830.pdf) from Google where they report the State of the art score in the task of Grammatical Error Correction (GEC).
|
| 2 |
We implement the version with the T5-small with the reported F_0.5 score in the paper (60.70).
|
| 3 |
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
tags:
|
| 5 |
+
- grammatical error correction
|
| 6 |
+
- text2text
|
| 7 |
+
- t5
|
| 8 |
+
license: apache-2.0
|
| 9 |
+
datasets:
|
| 10 |
+
- clang-8
|
| 11 |
+
- conll-14
|
| 12 |
+
- con-13
|
| 13 |
+
metrics:
|
| 14 |
+
- f0.5
|
| 15 |
+
---
|
| 16 |
+
|
| 17 |
This model is an implementation of the paper [A Simple Recipe for Multilingual Grammatical Error Correction](https://arxiv.org/pdf/2106.03830.pdf) from Google where they report the State of the art score in the task of Grammatical Error Correction (GEC).
|
| 18 |
We implement the version with the T5-small with the reported F_0.5 score in the paper (60.70).
|
| 19 |
|