Update README.md
Browse files# ADI-20: Arabic Dialect Identification Dataset
ADI-20 extends ADI-17 to 20 Arabic varieties. This repository contains the additional data and manifests required to extend ADI-17 into the full ADI-20 dataset used in the paper **“ADI-20: Arabic Dialect Identification dataset and models”**.
The additional files also include the CSV manifests for **ADI-20-53h**, the sampled training subset used in the paper for controlled-data experiments.
Official model implementations and training examples are available here:
https://github.com/elyadata/ADI-20
## Citation
If you use this dataset, please cite:
```bibtex
@inproceedings{elleuch25_interspeech,
title = {{ADI-20: Arabic Dialect Identification dataset and models}},
author = {Haroun Elleuch and Salima Mdhaffar and Yannick Estève and Fethi Bougares},
year = {2025},
booktitle = {{Interspeech 2025}},
pages = {2775--2779},
doi = {10.21437/Interspeech.2025-884},
issn = {2958-1796},
}
```
|
@@ -26,4 +26,10 @@ dataset_info:
|
|
| 26 |
num_examples: 2307
|
| 27 |
download_size: 63077132529
|
| 28 |
dataset_size: 139809830089
|
| 29 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 26 |
num_examples: 2307
|
| 27 |
download_size: 63077132529
|
| 28 |
dataset_size: 139809830089
|
| 29 |
+
language:
|
| 30 |
+
- ar
|
| 31 |
+
tags:
|
| 32 |
+
- dialect
|
| 33 |
+
- DID
|
| 34 |
+
- ADI
|
| 35 |
+
---
|