Update README.md
Browse files
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{
|
| 149 |
-
title =
|
| 150 |
-
author =
|
| 151 |
-
booktitle =
|
| 152 |
-
year =
|
| 153 |
-
|
|
|
|
|
|
|
| 154 |
}
|
| 155 |
|
| 156 |
@misc{sada22,
|
| 157 |
-
|
| 158 |
-
|
| 159 |
-
year
|
| 160 |
-
|
|
|
|
| 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 |
```
|