reemalyami commited on
Commit
6b4c9a0
1 Parent(s): 460667a

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +30 -0
README.md ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ The **AraRoBERTa** models are mono-dialectal Arabic models trained on a country-level dialect. AraRoBERTa uses RoBERTa base config. More details are available in the paper [click](https://aclanthology.org/2022.wanlp-1.24/).
2
+
3
+ The following are the AraRoBERTa seven dialectal variations:
4
+
5
+ * [AraRoBERTa-SA](https://huggingface.co/reemalyami/AraRoBERTa-SA): Saudi Arabia (SA) dialect.
6
+ * [AraRoBERTa-EGY](https://huggingface.co/reemalyami/AraRoBERTa-EGY): Egypt (EGY) dialect.
7
+ * [AraRoBERTa-KU](https://huggingface.co/reemalyami/AraRoBERTa-KU): Kuwait (KU) dialect.
8
+ * [AraRoBERTa-OM](https://huggingface.co/reemalyami/AraRoBERTa-OM): Oman (OM) dialect.
9
+ * [AraRoBERTa-LB](https://huggingface.co/reemalyami/AraRoBERTa-LB): Lebanon (LB) dialect.
10
+ * [AraRoBERTa-JO](https://huggingface.co/reemalyami/AraRoBERTa-JO): Jordan (JO) dialect.
11
+ * [AraRoBERTa-DZ](https://huggingface.co/reemalyami/AraRoBERTa-DZ): Algeria (DZ) dialect
12
+
13
+ # When using the model, please cite our paper:
14
+
15
+ ```python
16
+ @inproceedings{alyami-al-zaidy-2022-weakly,
17
+ title = "Weakly and Semi-Supervised Learning for {A}rabic Text Classification using Monodialectal Language Models",
18
+ author = "AlYami, Reem and Al-Zaidy, Rabah",
19
+ booktitle = "Proceedings of the The Seventh Arabic Natural Language Processing Workshop (WANLP)",
20
+ month = dec,
21
+ year = "2022",
22
+ address = "Abu Dhabi, United Arab Emirates (Hybrid)",
23
+ publisher = "Association for Computational Linguistics",
24
+ url = "https://aclanthology.org/2022.wanlp-1.24",
25
+ pages = "260--272",
26
+ }
27
+ ```
28
+
29
+ # Contact
30
+ **Reem AlYami**: [Linkedin](https://www.linkedin.com/in/reem-alyami/) | <reem.yami@kfupm.edu.sa> | <yami.m.reem@gmail.com>