balhafni commited on
Commit
447179d
1 Parent(s): 39c7f8c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -5
README.md CHANGED
@@ -35,17 +35,22 @@ To use the model with a transformers pipeline:
35
  ## Citation
36
  ```bibtex
37
  @inproceedings{alhafni-etal-2023-advancements,
38
- title = "Advancements in Arabic Grammatical Error Detection and Correction: An Empirical Investigation",
39
- author = "Alhafni, Bashar and
40
- Inoue, Go and
41
  Khairallah, Christian and
42
  Habash, Nizar",
 
 
 
43
  booktitle = "Proceedings of the 2023 Conference on Empirical Methods in Natural Language Processing",
44
  month = dec,
45
  year = "2023",
46
- address = "Singapore, Singapore",
47
  publisher = "Association for Computational Linguistics",
48
- url = "https://arxiv.org/abs/2305.14734",
 
 
49
  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.",
50
  }
51
  ```
 
35
  ## Citation
36
  ```bibtex
37
  @inproceedings{alhafni-etal-2023-advancements,
38
+ title = "Advancements in {A}rabic Grammatical Error Detection and Correction: An Empirical Investigation",
39
+ author = "Alhafni, Bashar and
40
+ Inoue, Go and
41
  Khairallah, Christian and
42
  Habash, Nizar",
43
+ editor = "Bouamor, Houda and
44
+ Pino, Juan and
45
+ Bali, Kalika",
46
  booktitle = "Proceedings of the 2023 Conference on Empirical Methods in Natural Language Processing",
47
  month = dec,
48
  year = "2023",
49
+ address = "Singapore",
50
  publisher = "Association for Computational Linguistics",
51
+ url = "https://aclanthology.org/2023.emnlp-main.396",
52
+ doi = "10.18653/v1/2023.emnlp-main.396",
53
+ pages = "6430--6448",
54
  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.",
55
  }
56
  ```