Datasets:
Tasks:
Automatic Speech Recognition
Formats:
soundfolder
Languages:
Tagalog
Size:
1K - 10K
Tags:
Audio
Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Filipino-English Code-Switching Speech Dataset
|
| 2 |
+
|
| 3 |
+
**Status: Under publication**
|
| 4 |
+
|
| 5 |
+
A **Filipino-English (Taglish) read-speech dataset** created for training and evaluating automatic speech recognition (ASR) systems on code-switched speech. The corpus contains **3,555 manually validated utterances from 152 speakers**, totaling approximately **8.9 hours of audio**.
|
| 6 |
+
|
| 7 |
+
| | |
|
| 8 |
+
| ---------------- | ------------------- |
|
| 9 |
+
| **Languages** | Filipino + English |
|
| 10 |
+
| **Speech** | Read, code-switched |
|
| 11 |
+
| **Domain** | Philippine news |
|
| 12 |
+
| **Utterances** | 3,555 |
|
| 13 |
+
| **Audio** | FLAC, 16 kHz |
|
| 14 |
+
| **Train / Test** | 6.89 h / 2.04 h |
|
| 15 |
+
| **Split** | Speaker-disjoint |
|
| 16 |
+
|
| 17 |
+
## Collection & Quality Control
|
| 18 |
+
|
| 19 |
+
Reading prompts were drawn from Philippine news text and filtered specifically for **code-switching, readability, and appropriateness**. Recordings were collected through a web-based platform and reviewed by native Filipino-speaking annotators.
|
| 20 |
+
|
| 21 |
+
Transcripts were manually normalized, including abbreviation expansion, number normalization, initialism handling, and correction of audio–text mismatches. Annotation disagreements were resolved through expert review. The dataset also provides **signal-to-noise ratio (SNR)** estimates for optional quality filtering.
|
| 22 |
+
|
| 23 |
+
## ASR Results
|
| 24 |
+
|
| 25 |
+
The dataset was evaluated using several pretrained ASR models.
|
| 26 |
+
|
| 27 |
+
| Model | Pretrained WER | After Fine-tuning |
|
| 28 |
+
| -------------------- | -------------: | ----------------: |
|
| 29 |
+
| **Whisper Large v3** | 13.62% | **9.24%** |
|
| 30 |
+
| MMS | 26.41% | **17.60%** |
|
| 31 |
+
| Qwen3-ASR | 25.17% | **20.13%** |
|
| 32 |
+
| Gemma 4 | 16.18% | — |
|
| 33 |
+
|
| 34 |
+
Fine-tuning on the dataset produced relative WER reductions of **32.16% for Whisper, 33.36% for MMS, and 20.02% for Qwen3-ASR**. In contrast, fine-tuning on general Filipino FLEURS data did not improve performance on the Taglish test set, highlighting the value of **domain-matched code-switched speech data**.
|
| 35 |
+
|
| 36 |
+
## Intended Use & Limitations
|
| 37 |
+
|
| 38 |
+
The dataset is intended for **Filipino-English ASR fine-tuning, benchmarking, and error analysis**.
|
| 39 |
+
|
| 40 |
+
**The dataset and accompanying study are currently under publication. Final repository, license, and citation details will be provided upon release.**
|