File size: 3,163 Bytes
3a1e7b1
 
 
 
 
 
 
 
 
 
 
 
 
 
de11400
3a1e7b1
 
 
1688e59
 
 
3a1e7b1
 
de11400
1dd0914
de11400
1dd0914
 
de11400
1dd0914
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
de11400
1dd0914
 
 
de11400
1dd0914
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
---
license: cc-by-nc-4.0
task_categories:
- audio-classification
- automatic-speech-recognition
language:
- ar
size_categories:
- 1M<n<10M
tags:
- arabic
- arabic-speech
- ASR
- quran
pretty_name: 'Tadabur: A Large-Scale Quran Audio Dataset'
---


<p align="center">
  <img src="Iqraa_Final_logo.png" alt="Iqraa logo" width="320">
</p>


# Tadabur: A Large-Scale Quran Audio Dataset

**Tadabur** is a large-scale, high-diversity Qur’anic speech dataset designed to advance research in **Qur’anic Automatic Speech Recognition (ASR)**, **reciter modeling**, **tajwīd-aware speech processing**, and **prosodic analysis**.  
It is one of the most comprehensive publicly available collections of Qur’anic recitation audio to date.

🔗 **Paper:** *Tadabur: A Large-Scale Quran Dataset*  
🔗 **Github** https://github.com/fherran/iqraa-dataset

## 📊 Dataset Summary

| Property | Value |
|--------|------|
| **Total Audio Duration** | ~2,900 hours |
| **Verse-Level Segments** | 402,718 |
| **Distinct Reciters** | 312+ |
| **Surahs Covered** | 114 (complete Qur’an) |
| **Verses Covered** | 6,236 |
| **Language** | Classical Arabic (Qur’anic) |
| **Alignment** | Verse-level + word-level timestamps |
| **License** | Apache 2.0 |

Iqraa captures **wide acoustic and stylistic variation**, including:
- Multiple recitation styles (*murattal*, *mujawwad*, etc.)
- Diverse recording conditions
- Variable recitation speed and melodic patterns

## 🎯 Supported Tasks

Iqraa supports a broad range of speech and audio research tasks:

- **Automatic Speech Recognition (ASR)**
- **Forced alignment & word-level timestamping**
- **Reciter / speaker identification**
- **And more**

## 🧩 Dataset Structure

Each example in the dataset consists of **two components**:
1. **Audio file** containing a single Quran verse
2. **Metadata file (JSON)** describing the verse, reciter, and word alignment

The structure of each example is as follows:

```json
{
  "reciter_id": ...,
  "surah_id": ...,
  "ayah_id": ...,
  "word_alignments": [...],
  "text_ar_simple": "...",
  "text_ar_uthmani": "...",
  "ayah_duration_s": ...,
  "audio_filename": "..."
}
```

## 📝 Notes
Some reciters may appear **multiple times for the same surah and ayah**. These repetitions intentionally capture **natural variation** in recitation, including differences in pace, melody, pronunciation, and recording conditions.


## ⚖️ Licensing

This dataset is released under the **Creative Commons Attribution–NonCommercial 4.0 (CC BY-NC 4.0)** license.

**For research and educational purposes only.**  

Attribution is required.


## 🕌 Ethical & Cultural Considerations

The Qur’an holds deep religious and cultural significance.  
Iqraa is intended solely for **respectful and beneficial use**, including:
- Academic research
- Education

🚫 Users must **not** employ this dataset for:
- Mockery or distortion of Quran recitation
- Disrespectful or misleading content


## 📚 Citation

If you use Tadabur in your work, please cite:

```bibtex
@article{alherran2025iqraa,
  title={Tadabur: A Large-Scale Quran Dataset},
  author={Alherran, Faisal},
  year={2025}
}