balhafni commited on
Commit
7207255
1 Parent(s): 518bf17

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -11,12 +11,12 @@ language:
11
  **AraBART+Morph+GEC<sup>13</sup>** is a Modern Standard Arabic (MSA) grammatical error correction (GEC) model that was built by fine-tuning the [AraBART](https://huggingface.co/moussaKam/AraBART) model.
12
  For the fine-tuning, we used the [QALB-2015](https://aclanthology.org/W14-3605.pdf) and [QALB-2015](https://aclanthology.org/W15-3204.pdf) datasets. Please note that this model was fine-tuned on morphologically preprocessed text.
13
  Our fine-tuning procedure and the hyperparameters we used can be found in our paper *"[Advancements in Arabic Grammatical Error Detection and Correction:
14
- An Empirical Investigation]()."* Our fine-tuning code and data can be found [here](https://github.com/CAMeL-Lab/arabic-gec).
15
 
16
  ## Intended uses
17
  You can use the AraBART+Morph+GEC<sup>13</sup> model as part of an extended version of the [transformers](https://github.com/CAMeL-Lab/arabic-gec) that we make publicly available.
18
  The GEC model is intended to be used with this [GED](https://huggingface.co/CAMeL-Lab/camelbert-msa-qalb15-ged-13) model as we outlined in the example below.
19
- We used this GEC model to report results on the QALB-2015-L2 dev and test sets in our [paper]().
20
 
21
  #### How to use
22
  To use the model with our extended version of transformers:
 
11
  **AraBART+Morph+GEC<sup>13</sup>** is a Modern Standard Arabic (MSA) grammatical error correction (GEC) model that was built by fine-tuning the [AraBART](https://huggingface.co/moussaKam/AraBART) model.
12
  For the fine-tuning, we used the [QALB-2015](https://aclanthology.org/W14-3605.pdf) and [QALB-2015](https://aclanthology.org/W15-3204.pdf) datasets. Please note that this model was fine-tuned on morphologically preprocessed text.
13
  Our fine-tuning procedure and the hyperparameters we used can be found in our paper *"[Advancements in Arabic Grammatical Error Detection and Correction:
14
+ An Empirical Investigation](https://arxiv.org/abs/2305.14734)."* Our fine-tuning code and data can be found [here](https://github.com/CAMeL-Lab/arabic-gec).
15
 
16
  ## Intended uses
17
  You can use the AraBART+Morph+GEC<sup>13</sup> model as part of an extended version of the [transformers](https://github.com/CAMeL-Lab/arabic-gec) that we make publicly available.
18
  The GEC model is intended to be used with this [GED](https://huggingface.co/CAMeL-Lab/camelbert-msa-qalb15-ged-13) model as we outlined in the example below.
19
+ We used this GEC model to report results on the QALB-2015-L2 dev and test sets in our [paper](https://arxiv.org/abs/2305.14734).
20
 
21
  #### How to use
22
  To use the model with our extended version of transformers: