Datasets:
Model stringlengths 17 34 | Clean Studio float64 10.2 152 | Ambient Room Noise float64 13.6 152 | Harsh Environment float64 15.4 160 | Distant / Low-Volume Mic float64 10.3 150 | Wideband Phone (VoLTE) float64 15.9 146 | Randomized Phone Channel float64 17.8 149 | Narrowband 2G + Packet Loss float64 50.2 226 | Average float64 21 162 |
|---|---|---|---|---|---|---|---|---|
badrex/Ethio-ASR-amharic | 13.36 | 14.66 | 17 | 13.42 | 19.22 | 20.76 | 50.18 | 21.23 |
badrex/Ethio-ASR-multilingual-300M | 27.46 | 32.23 | 40.51 | 27.46 | 47.7 | 50.5 | 107.69 | 47.65 |
badrex/Ethio-ASR-multilingual-600M | 21.74 | 24.28 | 27.83 | 21.92 | 32.56 | 34.18 | 68.62 | 33.02 |
badrex/Ethio-ASR-multilingual-94M | 25.11 | 27.56 | 31.79 | 25.14 | 36.45 | 38.11 | 71.32 | 36.5 |
facebook/mms-1b-all | 81.07 | 81.83 | 82.39 | 81.08 | 82.97 | 83.14 | 89.2 | 83.1 |
omniASR_CTC_1B_v2 | 14.24 | 16.19 | 19.44 | 14.35 | 22.39 | 24.12 | 78 | 26.96 |
omniASR_CTC_300M_v2 | 18.91 | 20.36 | 23.97 | 18.98 | 28.82 | 31.29 | 76.78 | 31.3 |
omniASR_CTC_3B_v2 | 11.5 | 13.62 | 15.44 | 11.34 | 15.92 | 17.76 | 61.04 | 20.95 |
omniASR_LLM_1B_v2 | 11.35 | 16.07 | 17.7 | 11.4 | 20.33 | 21.23 | 60.43 | 22.64 |
omniASR_LLM_300M_v2 | 14.2 | 18.93 | 21.53 | 14.7 | 23.7 | 24.95 | 62.99 | 25.86 |
omniASR_LLM_3B_v2 | 10.2 | 16 | 17.42 | 10.26 | 18.81 | 21.03 | 64.58 | 22.61 |
openai/whisper-small | 151.7 | 152.44 | 159.98 | 150.27 | 145.86 | 149.03 | 226.12 | 162.2 |
GSMA EthioTelecomBench: Amharic ASR Benchmark for Telecom Domain
Overview
GSMA EthioTelecomBench is a comprehensive benchmark for evaluating Automatic Speech Recognition (ASR) systems on Amharic speech, with a focus on telecom customer service conversations. This dataset contains evaluation results from 12 models across 7 evaluation splits.
Audio Conditions
The benchmark evaluates models across different audio conditions:
| Column Name | Description |
|---|---|
| Clean Studio | High-quality studio recordings |
| Ambient Room Noise | Standard recordings with background noise |
| Harsh Environment | Heavily degraded audio conditions |
| Distant / Low-Volume Mic | Low-quality microphone recordings |
| Wideband Phone (VoLTE) | Real telecom VoLTE recordings |
| Randomized Phone Channel | Random phone channel conditions |
| Narrowband 2G + Packet Loss | Degraded 2G network with packet loss |
Text Normalization
All WER and CER metrics are computed after applying full text normalization to both reference and predicted transcriptions:
- Number-to-Text Conversion: Arabic numerals are converted to Amharic text (e.g., "123" β "α αα΅ ααΆ αα« αΆα΅α΅")
- Punctuation Removal: All punctuation marks (including Ge'ez punctuation α α‘α’α£α€α₯α¦α§α¨) are removed
- Character Normalization: Ge'ez character variants are normalized to canonical forms:
- α/α/α /α»/α β α
- α /α‘/α’/α£/α€/α₯/α¦ β α°/α±/α²/α³/α΄/α΅/αΆ
- α/α/α/α/α/α/α β α /α‘/α’/α /α€/α₯/α¦
- α/α/α/α/α/α /α β αΈ/αΉ/αΊ/α»/αΌ/α½/αΎ
- And other labialized character normalizations
- Whitespace Normalization: Multiple spaces collapsed to single space
Evaluated Models
The benchmark includes the following model families:
Ethio-ASR Models (badrex)
badrex/Ethio-ASR-amharic- Amharic-specific modelbadrex/Ethio-ASR-multilingual-94M- 94M parameter multilingualbadrex/Ethio-ASR-multilingual-300M- 300M parameter multilingualbadrex/Ethio-ASR-multilingual-600M- 600M parameter multilingual
OmniASR Models
omniASR_CTC_300M_v2- CTC-based 300MomniASR_CTC_1B_v2- CTC-based 1BomniASR_CTC_3B_v2- CTC-based 3BomniASR_LLM_300M_v2- LLM-based 300MomniASR_LLM_1B_v2- LLM-based 1BomniASR_LLM_3B_v2- LLM-based 3B
Baseline Models
facebook/mms-1b-all- Meta's Massively Multilingual Speechopenai/whisper-small- OpenAI Whisper Small
Dataset Files
This dataset contains three CSV tables:
1. WER.csv
Word Error Rate (WER) scores for all models across all audio conditions. Lower is better.
2. CER.csv
Character Error Rate (CER) scores for all models across all audio conditions. Lower is better.
3. Gender_GAP.csv
Gender fairness analysis showing:
- Male WER/CER scores
- Female WER/CER scores
- Gender gap (Female - Male): Positive values indicate higher error rates for female speakers
Key Findings
Gender Fairness Analysis
Average WER gender gap (Female - Male) across models shows female speakers are consistently disadvantaged across all audio conditions, with gaps ranging from +3.77% to +13.64%.
Key Observations
Domain Adaptation Matters: Models fine-tuned on Amharic (Ethio-ASR family) significantly outperform general multilingual models on telecom domain data.
Gender Bias: Most models show higher error rates for female speakers, indicating a systematic gender bias in ASR performance.
Audio Quality Impact: Performance degrades significantly on low-quality and over-augmented audio, highlighting the need for robust ASR systems.
Model Size vs Performance: Larger models (3B parameters) generally perform better, but domain-specific smaller models can be competitive.
Usage
from datasets import load_dataset
# Load WER scores
wer_data = load_dataset("SAARAI/GSMAEthioTelecomBench", data_files="data/WER.csv", split="train")
# Load CER scores
cer_data = load_dataset("SAARAI/GSMAEthioTelecomBench", data_files="data/CER.csv", split="train")
# Load Gender Gap analysis
gender_data = load_dataset("SAARAI/GSMAEthioTelecomBench", data_files="data/Gender_GAP.csv", split="train")
- Downloads last month
- 50