Update README.md
Browse files
README.md
CHANGED
@@ -91,17 +91,22 @@ print(generated_text) # وقال له أنه يحب أكل الطعام بكثر
|
|
91 |
## Citation
|
92 |
```bibtex
|
93 |
@inproceedings{alhafni-etal-2023-advancements,
|
94 |
-
title = "Advancements in
|
95 |
-
author = "Alhafni, Bashar
|
96 |
-
Inoue, Go
|
97 |
Khairallah, Christian and
|
98 |
Habash, Nizar",
|
|
|
|
|
|
|
99 |
booktitle = "Proceedings of the 2023 Conference on Empirical Methods in Natural Language Processing",
|
100 |
month = dec,
|
101 |
year = "2023",
|
102 |
-
address = "Singapore
|
103 |
publisher = "Association for Computational Linguistics",
|
104 |
-
url = "https://
|
|
|
|
|
105 |
abstract = "Grammatical error correction (GEC) is a well-explored problem in English with many existing models and datasets. However, research on GEC in morphologically rich languages has been limited due to challenges such as data scarcity and language complexity. In this paper, we present the first results on Arabic GEC using two newly developed Transformer-based pretrained sequence-to-sequence models. We also define the task of multi-class Arabic grammatical error detection (GED) and present the first results on multi-class Arabic GED. We show that using GED information as auxiliary input in GEC models improves GEC performance across three datasets spanning different genres. Moreover, we also investigate the use of contextual morphological preprocessing in aiding GEC systems. Our models achieve SOTA results on two Arabic GEC shared task datasets and establish a strong benchmark on a recently created dataset. We make our code, data, and pretrained models publicly available.",
|
106 |
}
|
107 |
```
|
|
|
91 |
## Citation
|
92 |
```bibtex
|
93 |
@inproceedings{alhafni-etal-2023-advancements,
|
94 |
+
title = "Advancements in {A}rabic Grammatical Error Detection and Correction: An Empirical Investigation",
|
95 |
+
author = "Alhafni, Bashar and
|
96 |
+
Inoue, Go and
|
97 |
Khairallah, Christian and
|
98 |
Habash, Nizar",
|
99 |
+
editor = "Bouamor, Houda and
|
100 |
+
Pino, Juan and
|
101 |
+
Bali, Kalika",
|
102 |
booktitle = "Proceedings of the 2023 Conference on Empirical Methods in Natural Language Processing",
|
103 |
month = dec,
|
104 |
year = "2023",
|
105 |
+
address = "Singapore",
|
106 |
publisher = "Association for Computational Linguistics",
|
107 |
+
url = "https://aclanthology.org/2023.emnlp-main.396",
|
108 |
+
doi = "10.18653/v1/2023.emnlp-main.396",
|
109 |
+
pages = "6430--6448",
|
110 |
abstract = "Grammatical error correction (GEC) is a well-explored problem in English with many existing models and datasets. However, research on GEC in morphologically rich languages has been limited due to challenges such as data scarcity and language complexity. In this paper, we present the first results on Arabic GEC using two newly developed Transformer-based pretrained sequence-to-sequence models. We also define the task of multi-class Arabic grammatical error detection (GED) and present the first results on multi-class Arabic GED. We show that using GED information as auxiliary input in GEC models improves GEC performance across three datasets spanning different genres. Moreover, we also investigate the use of contextual morphological preprocessing in aiding GEC systems. Our models achieve SOTA results on two Arabic GEC shared task datasets and establish a strong benchmark on a recently created dataset. We make our code, data, and pretrained models publicly available.",
|
111 |
}
|
112 |
```
|