wageehkhad commited on
Commit
ae48c56
·
verified ·
1 Parent(s): 24feab3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -10
README.md CHANGED
@@ -145,18 +145,21 @@ print(f"ALDi score: {score:.3f}")
145
  If you use this model, please cite the ALDi paper and the SADA dataset:
146
 
147
  ```bibtex
148
- @inproceedings{keleg-etal-2023-aldi,
149
- title = "{ALDi}: Quantifying the {A}rabic Level of Dialectness of Text",
150
- author = "Keleg, Amr and Goldwater, Sharon and Magdy, Walid",
151
- booktitle = "Proceedings of the 2023 Conference on Empirical Methods in Natural Language Processing",
152
- year = "2023",
153
- url = "https://aclanthology.org/2023.emnlp-main.655",
 
 
154
  }
155
 
156
  @misc{sada22,
157
- title = {SADA: Saudi Audio Dataset for Arabic},
158
- author = {Al-Gamdi et al.},
159
- year = {2022},
160
- url = {https://huggingface.co/datasets/MohamedRashad/SADA22},
 
161
  }
162
  ```
 
145
  If you use this model, please cite the ALDi paper and the SADA dataset:
146
 
147
  ```bibtex
148
+ @inproceedings{keleg2023aldi,
149
+ title = {ALDi: Quantifying the Arabic Level of Dialectness of Text},
150
+ author = {Keleg, Amr and Goldwater, Sharon and Magdy, Walid},
151
+ booktitle = {Proceedings of the 2023 Conference on Empirical Methods in Natural Language Processing (EMNLP)},
152
+ year = {2023},
153
+ publisher = {Association for Computational Linguistics},
154
+ address = {Singapore},
155
+ url = {https://aclanthology.org/2023.emnlp-main.655}
156
  }
157
 
158
  @misc{sada22,
159
+ author = {Al-Gamdi, Ahmed and others},
160
+ title = {SADA: Saudi Audio Dataset for Arabic},
161
+ year = {2022},
162
+ howpublished = {\url{https://huggingface.co/datasets/MohamedRashad/SADA22}},
163
+ note = {Accessed 2026}
164
  }
165
  ```