SaiedAlshahrani commited on
Commit
80d9692
1 Parent(s): 999fe5c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -36,17 +36,17 @@ We trained this Arabic Wikipedia Masked Language Model (arRoBERTa<sub>BASE</sub>
36
  For more details about the experiment, please **read** and **cite** our paper:
37
 
38
  ```bash
39
- @inproceedings{alshahrani-etal-2023-implications,
40
- title = "{{Performance Implications of Using Unrepresentative Corpora in Arabic Natural Language Processing}}",
41
- author = "Alshahrani, Saied and Alshahrani, Norah and Dey, Soumyabrata and Matthews, Jeanna",
42
  booktitle = "Proceedings of the The First Arabic Natural Language Processing Conference (ArabicNLP 2023)",
43
- month = dec,
44
  year = "2023",
45
  address = "Singapore (Hybrid)",
46
  publisher = "Association for Computational Linguistics",
47
- url = "https://webspace.clarkson.edu/~alshahsf/unrepresentative_corpora.pdf",
48
- doi = "#################",
49
- pages = "###--###",
50
  abstract = "Wikipedia articles are a widely used source of training data for Natural Language Processing (NLP) research, particularly as corpora for low-resource languages like Arabic. However, it is essential to understand the extent to which these corpora reflect the representative contributions of native speakers, especially when many entries in a given language are directly translated from other languages or automatically generated through automated mechanisms. In this paper, we study the performance implications of using inorganic corpora that are not representative of native speakers and are generated through automated techniques such as bot generation or automated template-based translation. The case of the Arabic Wikipedia editions gives a unique case study of this since the Moroccan Arabic Wikipedia edition (ARY) is small but representative, the Egyptian Arabic Wikipedia edition (ARZ) is large but unrepresentative, and the Modern Standard Arabic Wikipedia edition (AR) is both large and more representative. We intrinsically evaluate the performance of two main NLP upstream tasks, namely word representation and language modeling, using word analogy evaluations and fill-mask evaluations using our two newly created datasets: Arab States Analogy Dataset (ASAD) and Masked Arab States Dataset (MASD). We demonstrate that for good NLP performance, we need both large and organic corpora; neither alone is sufficient. We show that producing large corpora through automated means can be a counter-productive, producing models that both perform worse and lack cultural richness and meaningful representation of the Arabic language and its native speakers.",
51
  }
52
  ```
 
36
  For more details about the experiment, please **read** and **cite** our paper:
37
 
38
  ```bash
39
+ @inproceedings{alshahrani-etal-2023-performance,
40
+ title = "{Performance Implications of Using Unrepresentative Corpora in {A}rabic Natural Language Processing}",
41
+ author = "Alshahrani, Saied and Alshahrani, Norah and Dey, Soumyabrata and Matthews, Jeanna",
42
  booktitle = "Proceedings of the The First Arabic Natural Language Processing Conference (ArabicNLP 2023)",
43
+ month = December,
44
  year = "2023",
45
  address = "Singapore (Hybrid)",
46
  publisher = "Association for Computational Linguistics",
47
+ url = "https://aclanthology.org/2023.arabicnlp-1.19",
48
+ doi = "10.18653/v1/2023.arabicnlp-1.19",
49
+ pages = "218--231",
50
  abstract = "Wikipedia articles are a widely used source of training data for Natural Language Processing (NLP) research, particularly as corpora for low-resource languages like Arabic. However, it is essential to understand the extent to which these corpora reflect the representative contributions of native speakers, especially when many entries in a given language are directly translated from other languages or automatically generated through automated mechanisms. In this paper, we study the performance implications of using inorganic corpora that are not representative of native speakers and are generated through automated techniques such as bot generation or automated template-based translation. The case of the Arabic Wikipedia editions gives a unique case study of this since the Moroccan Arabic Wikipedia edition (ARY) is small but representative, the Egyptian Arabic Wikipedia edition (ARZ) is large but unrepresentative, and the Modern Standard Arabic Wikipedia edition (AR) is both large and more representative. We intrinsically evaluate the performance of two main NLP upstream tasks, namely word representation and language modeling, using word analogy evaluations and fill-mask evaluations using our two newly created datasets: Arab States Analogy Dataset (ASAD) and Masked Arab States Dataset (MASD). We demonstrate that for good NLP performance, we need both large and organic corpora; neither alone is sufficient. We show that producing large corpora through automated means can be a counter-productive, producing models that both perform worse and lack cultural richness and meaningful representation of the Arabic language and its native speakers.",
51
  }
52
  ```