qwerttyuiiop commited on
Commit
65c1b99
·
verified ·
1 Parent(s): 0e8589b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -11
README.md CHANGED
@@ -1,7 +1,5 @@
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
  | | |
@@ -14,12 +12,6 @@ A **Filipino-English (Taglish) read-speech dataset** created for training and ev
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.
@@ -31,10 +23,12 @@ The dataset was evaluated using several pretrained ASR models.
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.**
 
1
  # Filipino-English Code-Switching Speech Dataset
2
 
 
 
3
  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**.
4
 
5
  | | |
 
12
  | **Train / Test** | 6.89 h / 2.04 h |
13
  | **Split** | Speaker-disjoint |
14
 
 
 
 
 
 
 
15
  ## ASR Results
16
 
17
  The dataset was evaluated using several pretrained ASR models.
 
23
  | Qwen3-ASR | 25.17% | **20.13%** |
24
  | Gemma 4 | 16.18% | — |
25
 
26
+ 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.
27
+
28
+ The evaluation script can be found at ./eval_script.py
29
 
30
+ ## Intended Use
31
 
32
  The dataset is intended for **Filipino-English ASR fine-tuning, benchmarking, and error analysis**.
33
 
34
+ **The dataset and accompanying study are currently under publication. Final repository, license, and citation details will be provided upon release.**