Datasets:
update README for Hugging Face
Browse files
README.md
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# ErAConD: Error Annotated Conversational Dialog Dataset for Grammatical Error Correction
|
| 2 |
|
| 3 |
The first high-quality, fine-grained error-correction conversation dataset between English second language learner and an educational chatbot.
|
|
@@ -5,3 +21,7 @@ The first high-quality, fine-grained error-correction conversation dataset betwe
|
|
| 5 |
Details of this dataset could be found in:
|
| 6 |
|
| 7 |
> Xun Yuan, Derek Pham, Sam Davidson, and Zhou Yu. 2022. [ErAConD: Error Annotated Conversational Dialog Dataset for Grammatical Error Correction](https://aclanthology.org/2022.naacl-main.5/). In Proceedings of the 2022 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies, pages 76–84, Seattle, United States. Association for Computational Linguistics.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
tags:
|
| 6 |
+
- text
|
| 7 |
+
- grammatical-error-correction
|
| 8 |
+
task_categories:
|
| 9 |
+
- translation
|
| 10 |
+
size_categories:
|
| 11 |
+
- 1K<n<10K
|
| 12 |
+
pretty_name: >-
|
| 13 |
+
ErAConD: Error Annotated Conversational Dialog Dataset for Grammatical Error Correction
|
| 14 |
+
viewer: false
|
| 15 |
+
---
|
| 16 |
+
|
| 17 |
# ErAConD: Error Annotated Conversational Dialog Dataset for Grammatical Error Correction
|
| 18 |
|
| 19 |
The first high-quality, fine-grained error-correction conversation dataset between English second language learner and an educational chatbot.
|
|
|
|
| 21 |
Details of this dataset could be found in:
|
| 22 |
|
| 23 |
> Xun Yuan, Derek Pham, Sam Davidson, and Zhou Yu. 2022. [ErAConD: Error Annotated Conversational Dialog Dataset for Grammatical Error Correction](https://aclanthology.org/2022.naacl-main.5/). In Proceedings of the 2022 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies, pages 76–84, Seattle, United States. Association for Computational Linguistics.
|
| 24 |
+
|
| 25 |
+
Preprint: https://arxiv.org/abs/2112.08466
|
| 26 |
+
|
| 27 |
+
GitHub: https://github.com/yuanxun-yx/eracond
|