Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,33 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
language:
|
4 |
+
- ar
|
5 |
+
base_model:
|
6 |
+
- aubmindlab/bert-base-arabertv02
|
7 |
+
pipeline_tag: token-classification
|
8 |
+
---
|
9 |
+
|
10 |
+
# SWEET<sub>NoPnx</sub> ZAEBUC Model
|
11 |
+
|
12 |
+
## Model Description
|
13 |
+
`CAMeL-Lab/text-editing-zaebuc-pnx` is a text editing model tailored for grammatical error correction (GEC) in Modern Standard Arabic (MSA).
|
14 |
+
The model is based on [AraBERTv02](https://huggingface.co/aubmindlab/bert-base-arabertv02), which we fine-tuned using the [ZAEBUC](https://sites.google.com/view/zaebuc/home) dataset.
|
15 |
+
This model was introduced in our ACL 2025 paper, [Enhancing Text Editing for Grammatical Error Correction: Arabic as a Case Study](https://arxiv.org/abs/2503.00985), where we refer to it as SWEET (Subword Edit Error Tagger).
|
16 |
+
|
17 |
+
The model was fine-tuned to fix non-punctuation (i.e., NoPnx) errors. Details about the training procedure, data preprocessing, and hyperparameters are available in the paper.
|
18 |
+
The fine-tuning code and associated resources are publicly available on our GitHub repository: https://github.com/CAMeL-Lab/text-editing.
|
19 |
+
|
20 |
+
|
21 |
+
|
22 |
+
## Citation
|
23 |
+
```bibtex
|
24 |
+
@inter{alhafni-habash-2025-enhancing,
|
25 |
+
title={Enhancing Text Editing for Grammatical Error Correction: Arabic as a Case Study},
|
26 |
+
author={Bashar Alhafni and Nizar Habash},
|
27 |
+
year={2025},
|
28 |
+
eprint={2503.00985},
|
29 |
+
archivePrefix={arXiv},
|
30 |
+
primaryClass={cs.CL},
|
31 |
+
url={https://arxiv.org/abs/2503.00985},
|
32 |
+
}
|
33 |
+
```
|