Upload folder using huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,3 +1,100 @@
|
|
| 1 |
---
|
| 2 |
license: cc-by-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: cc-by-4.0
|
| 3 |
+
language:
|
| 4 |
+
- ar
|
| 5 |
+
pretty_name: Quran Recitation Detect & Split
|
| 6 |
+
size_categories:
|
| 7 |
+
- n<1K
|
| 8 |
+
task_categories:
|
| 9 |
+
- text-classification
|
| 10 |
+
tags:
|
| 11 |
+
- arabic
|
| 12 |
+
- quran
|
| 13 |
+
- asr-transcripts
|
| 14 |
+
- text-segmentation
|
| 15 |
+
- benchmark
|
| 16 |
+
- agent-evaluation
|
| 17 |
+
configs:
|
| 18 |
+
- config_name: default
|
| 19 |
+
data_files:
|
| 20 |
+
- split: train
|
| 21 |
+
path: train.csv
|
| 22 |
+
- split: test
|
| 23 |
+
path: test.csv
|
| 24 |
---
|
| 25 |
+
|
| 26 |
+
# Quran Recitation Detect & Split
|
| 27 |
+
|
| 28 |
+
258 human-reviewed ASR transcripts of real Quran recitations (254 Quranic,
|
| 29 |
+
4 non-Quran), with gold labels for two tasks:
|
| 30 |
+
|
| 31 |
+
1. **Detection** — which ayahs (verses) does the transcript contain?
|
| 32 |
+
2. **Split** — segment the transcript text by ayah.
|
| 33 |
+
|
| 34 |
+
Transcripts come from a production recitation-checking application:
|
| 35 |
+
users recite from memory, audio is transcribed by a commercial ASR model,
|
| 36 |
+
and each transcript was manually reviewed (ayah assignment, per-ayah split,
|
| 37 |
+
confidence). Transcripts are noisy — they contain ASR errors, hesitations,
|
| 38 |
+
repeated words, and openings such as the *isti'adhah* and *basmala* that are
|
| 39 |
+
not part of the labeled ayahs. The 4 non-Quran rows are negative examples on
|
| 40 |
+
which a system should **abstain**.
|
| 41 |
+
|
| 42 |
+
This is the frozen dataset used in the paper
|
| 43 |
+
*Autoresearch with Coding Agents: Generalizers and Metric-Maximizers on
|
| 44 |
+
Quran Recitation Data* (under review). The train/test split is exactly the
|
| 45 |
+
split used in the paper's held-out study (deterministic stratified 60/40,
|
| 46 |
+
seed 42; both non-Quran pairs split 2/2). The evaluation harness
|
| 47 |
+
(`eval.py`, `research_score`) is in the companion code repository
|
| 48 |
+
(link added upon paper acceptance).
|
| 49 |
+
|
| 50 |
+
## Schema
|
| 51 |
+
|
| 52 |
+
| column | description |
|
| 53 |
+
| --- | --- |
|
| 54 |
+
| `id` | row id (`train-NNN` / `test-NNN`) |
|
| 55 |
+
| `transcript` | raw ASR transcript (Arabic, no diacritics) |
|
| 56 |
+
| `ayah_assignment` | gold ayah ids, e.g. `002001-002005`; comma-separated segments for non-contiguous recitations; `non_quran` for negative examples |
|
| 57 |
+
| `confidence` | reviewer confidence for the gold label |
|
| 58 |
+
| `transcript_split_by_ayahs` | gold split: transcript text segmented by ayah (`|`-separated) |
|
| 59 |
+
| `actual_ayahs` | reference ayah ids covered by the recitation |
|
| 60 |
+
|
| 61 |
+
Ayah ids are `SSSAAA` (3-digit surah + 3-digit ayah), e.g. `095001` =
|
| 62 |
+
Surah 95 (At-Tin), ayah 1.
|
| 63 |
+
|
| 64 |
+
`quran_ref.json` is a slim Quran reference used by the harness:
|
| 65 |
+
`{surah: [{id, ar, clean}]}` with `ar` the Uthmani text and `clean` a
|
| 66 |
+
harakat-free canonicalized form (public text).
|
| 67 |
+
|
| 68 |
+
## Splits
|
| 69 |
+
|
| 70 |
+
| split | rows | Quran | non-Quran |
|
| 71 |
+
| --- | --- | --- | --- |
|
| 72 |
+
| train | 151 | 149 | 2 |
|
| 73 |
+
| test | 107 | 105 | 2 |
|
| 74 |
+
|
| 75 |
+
## Provenance & privacy
|
| 76 |
+
|
| 77 |
+
- Recordings were made by consenting users of the application; only
|
| 78 |
+
ASR-derived **text** is released — no audio.
|
| 79 |
+
- The dataset is **de-identified**: user and recording identifiers are
|
| 80 |
+
removed and replaced by sequential row ids. The 4 non-Quran transcripts
|
| 81 |
+
were manually reviewed and contain no personal content.
|
| 82 |
+
- Quranic text itself is public domain.
|
| 83 |
+
|
| 84 |
+
## Versioning
|
| 85 |
+
|
| 86 |
+
This release corresponds to dataset freeze **v1.1** in the paper
|
| 87 |
+
(the frozen inputs are pinned by SHA-256 in the companion repository).
|
| 88 |
+
|
| 89 |
+
SHA-256 of released files:
|
| 90 |
+
|
| 91 |
+
```
|
| 92 |
+
train.csv fa2cb114df7972946f3f48f0384b5081e94a1a8c8d46a9e3713cb3d9dc9386fa
|
| 93 |
+
test.csv deef397e82f54106eac65e40fcc75b02cd44fbc5b1d03ab3f345842930938fd4
|
| 94 |
+
quran_ref.json 0795fe4e3dd01ebdce3f732ba3645226849e299e07a6db7e40eee5c8882baca7
|
| 95 |
+
```
|
| 96 |
+
|
| 97 |
+
## Citation
|
| 98 |
+
|
| 99 |
+
Citation will be added upon paper acceptance (double-blind review in
|
| 100 |
+
progress).
|
quran_ref.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
test.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
train.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|