abdo1819 commited on
Commit
87e0417
·
verified ·
1 Parent(s): e3d9df1

Publish v1 dataset card and metadata

Browse files
LICENSE.md ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Component licenses
2
+
3
+ Copyright © 2026 Abdelrahman R. Hashem.
4
+
5
+ This mixed-source dataset does not have one blanket license. The `license` and
6
+ `license_note` fields in each `metadata.jsonl` row are authoritative for that
7
+ row.
8
+
9
+ ## Author-created generated rows
10
+
11
+ The author-created prompts, generated transcripts, and resulting synthetic
12
+ audio identified as `cc-by-4.0` are licensed under the Creative Commons
13
+ Attribution 4.0 International License (CC BY 4.0):
14
+ https://creativecommons.org/licenses/by/4.0/
15
+
16
+ Attribution: Abdelrahman R. Hashem, *Synthetic Arabic-English Code-Switched
17
+ Speech for ASR* (2026).
18
+
19
+ ## ArE-CSTD-derived rows
20
+
21
+ Rows identified as `cc-by-nc-sa-4.0` contain text adapted from ArE-CSTD and are
22
+ distributed under Creative Commons Attribution-NonCommercial-ShareAlike 4.0
23
+ International (CC BY-NC-SA 4.0), following the stricter license stated in the
24
+ ArE-CSTD dataset card:
25
+ https://creativecommons.org/licenses/by-nc-sa/4.0/
26
+
27
+ Users of those rows must also attribute ArE-CSTD and comply with its
28
+ noncommercial and share-alike conditions. This notice does not replace the
29
+ upstream terms or grant rights beyond them.
README.md ADDED
@@ -0,0 +1,117 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - ar
4
+ - en
5
+ pretty_name: Synthetic Arabic-English Code-Switched Speech for ASR
6
+ tags:
7
+ - audio
8
+ - automatic-speech-recognition
9
+ - code-switching
10
+ - egyptian-arabic
11
+ - synthetic-speech
12
+ - datasets
13
+ task_categories:
14
+ - automatic-speech-recognition
15
+ size_categories:
16
+ - 1K<n<10K
17
+ license: other
18
+ configs:
19
+ - config_name: generated_only
20
+ drop_labels: true
21
+ data_files:
22
+ - split: train
23
+ path: generated_only/train/**
24
+ - split: test
25
+ path: generated_only/test/**
26
+ - config_name: synthetic
27
+ drop_labels: true
28
+ data_files:
29
+ - split: train
30
+ path: synthetic/train/**
31
+ - split: test
32
+ path: synthetic/test/**
33
+ ---
34
+
35
+ # Synthetic Arabic-English Code-Switched Speech for ASR
36
+
37
+ This dataset contains synthetic speech generated for Egyptian Arabic-English code-switched automatic speech recognition. It is published separately from the human review annotations so the human audio remains in its [upstream Hugging Face repository](https://huggingface.co/datasets/MohamedRashad/arabic-english-code-switching).
38
+
39
+ ## Configurations
40
+
41
+ | Configuration | Train | Test | Publication status |
42
+ |---|---:|---:|---|
43
+ | `generated_only` | 3,555 | 389 | Author-created components released under CC BY 4.0 |
44
+ | `synthetic` | 8,655 | 962 | Contains 5,673 ArE-CSTD-derived texts; noncommercial/share-alike terms apply |
45
+
46
+ ## Loading
47
+
48
+ ```python
49
+ from datasets import load_dataset
50
+
51
+ dataset = load_dataset("abdo1819/arabic-english-code-switching-synthetic-asr", "generated_only")
52
+ ```
53
+
54
+ Use `"synthetic"` only after reviewing the component-license section below.
55
+
56
+ ## Data fields
57
+
58
+ - `audio`: decoded by Hugging Face from `file_name`
59
+ - `text`: ASR reference transcript
60
+ - `id`: deterministic public identifier without a local path
61
+ - `language`: `ar-en`
62
+ - `split`: `train` or `test`
63
+ - `data_source` and `source_dataset`: source identity
64
+ - `license` and `license_note`: row-level license status
65
+ - `domain`, `text_source`, `source_type`, `prompt_file`, `text_generation_model`, `tts_model`, and `tts_language`: generation provenance
66
+
67
+ ## Data creation
68
+
69
+ All 9,617 mono 16-bit PCM WAV files were synthesized at 24 kHz with `gemini-2.5-pro-preview-tts`, using the `ar-EG` language setting and prebuilt voices. The text has two origins:
70
+
71
+ - 5,673 cleaned Egyptian Arabic-English lines adapted from ArE-CSTD.
72
+ - 3,944 domain-oriented lines generated from structured prompts for engineering, finance, justice, and medicine; the recorded text-generation model is `gemini-3.1-pro-preview`.
73
+
74
+ The corpus contains approximately 14.69 hours. The `generated_only` configuration filters out ArE-CSTD-derived rows.
75
+
76
+ ## Component licenses
77
+
78
+ This repository uses `license: other` because its components have different licenses. The `license` and `license_note` fields identify the terms for each row.
79
+
80
+ - **Prompt-generated rows:** Abdelrahman R. Hashem releases the author-created prompts, generated text, and resulting synthetic audio under **CC BY 4.0**. [Google's Gemini API terms](https://ai.google.dev/gemini-api/terms) state that Google does not claim ownership of generated content.
81
+ - **ArE-CSTD-derived rows:** the [ArE-CSTD card](https://huggingface.co/datasets/SDAIANCAI/Ar-En-Code-Switching-Textual-Dataset) body states **CC BY-NC-SA 4.0**, although its Hugging Face metadata currently says CC BY-SA 4.0. This release follows the stricter card-body statement. Attribution and share-alike obligations apply, and commercial use is not permitted.
82
+
83
+ This section records provenance and risks; it is not legal advice.
84
+
85
+ ## Intended uses and limitations
86
+
87
+ - Training or evaluating Arabic-English code-switched ASR.
88
+ - Studying synthetic speech augmentation.
89
+ - The synthetic test partition is not evidence of real-world human-speech robustness.
90
+ - TTS voices do not represent real demographic, acoustic, or prosodic diversity.
91
+ - TTS artifacts and prompt repetition can make results easier or more model-specific than human speech.
92
+
93
+ ## Companion human review annotations
94
+
95
+ Review decisions, correction deltas, and canonical split membership for the upstream human dataset are prepared as a separate metadata-only repository:
96
+
97
+ [`abdo1819/arabic-english-code-switching-review-annotations`](https://huggingface.co/datasets/abdo1819/arabic-english-code-switching-review-annotations)
98
+
99
+ That package contains no human audio and joins to the pinned upstream dataset by row index.
100
+
101
+ ## Citation
102
+
103
+ ```bibtex
104
+ @dataset{hashem2026syntheticcodeswitchasr,
105
+ author = {Hashem, Abdelrahman R.},
106
+ title = {Synthetic Arabic-English Code-Switched Speech for ASR},
107
+ year = {2026},
108
+ publisher = {Hugging Face},
109
+ url = {https://huggingface.co/datasets/abdo1819/arabic-english-code-switching-synthetic-asr}
110
+ }
111
+ ```
112
+
113
+ Please also cite ArE-CSTD when using the `synthetic` configuration.
114
+
115
+ ## Contact
116
+
117
+ Abdelrahman R. Hashem — `arh13@fayoum.edu.eg`
generated_only/test/metadata.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
generated_only/train/metadata.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
release_summary.json ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "release_name": "classic_asr_v1",
3
+ "canonical_dir": "/home/abdo1819/work/master/qwen_asr/qwen3asr_data/canonical_v1",
4
+ "link_mode": "hardlink",
5
+ "profiles": {
6
+ "generated_only": {
7
+ "splits": {
8
+ "train": {
9
+ "rows": 3555,
10
+ "hours": 7.864,
11
+ "source_counts": {
12
+ "synthetic": 3555
13
+ },
14
+ "license_counts": {
15
+ "cc-by-4.0": 3555
16
+ },
17
+ "sample_rates": {
18
+ "24000": 3555
19
+ },
20
+ "metadata_sha256": "c6e1fb990d536be9349479ebb351d5631d6a0cddb95e1bb5b0cc57d86ea2a84d"
21
+ },
22
+ "test": {
23
+ "rows": 389,
24
+ "hours": 0.8589,
25
+ "source_counts": {
26
+ "synthetic": 389
27
+ },
28
+ "license_counts": {
29
+ "cc-by-4.0": 389
30
+ },
31
+ "sample_rates": {
32
+ "24000": 389
33
+ },
34
+ "metadata_sha256": "f05bf8d35d8cfadbea3ff34b7a269b13088fc257258ff972a27c928b23a3cbef"
35
+ }
36
+ }
37
+ },
38
+ "synthetic": {
39
+ "splits": {
40
+ "train": {
41
+ "rows": 8655,
42
+ "hours": 13.2281,
43
+ "source_counts": {
44
+ "synthetic": 8655
45
+ },
46
+ "license_counts": {
47
+ "cc-by-4.0": 3555,
48
+ "cc-by-nc-sa-4.0": 5100
49
+ },
50
+ "sample_rates": {
51
+ "24000": 8655
52
+ },
53
+ "metadata_sha256": "63f5675da5ddd098a4257d70e2ad1fbf060f663fce83d80ed607f9a953a48e57"
54
+ },
55
+ "test": {
56
+ "rows": 962,
57
+ "hours": 1.4576,
58
+ "source_counts": {
59
+ "synthetic": 962
60
+ },
61
+ "license_counts": {
62
+ "cc-by-nc-sa-4.0": 573,
63
+ "cc-by-4.0": 389
64
+ },
65
+ "sample_rates": {
66
+ "24000": 962
67
+ },
68
+ "metadata_sha256": "817ece51540a03c2ca8ec777b6d1d04cbf59d8b69f46ad3b52d02e91fca7e49f"
69
+ }
70
+ }
71
+ }
72
+ }
73
+ }
synthetic/test/metadata.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
synthetic/train/metadata.jsonl ADDED
The diff for this file is too large to render. See raw diff