SOTAVerified

Sagalee: an Open Source Automatic Speech Recognition Dataset for Oromo Language

2025-02-01Code Available1· sign in to hype

Turi Abu, Ying Shi, Thomas Fang Zheng, Dong Wang

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

We present a novel Automatic Speech Recognition (ASR) dataset for the Oromo language, a widely spoken language in Ethiopia and neighboring regions. The dataset was collected through a crowd-sourcing initiative, encompassing a diverse range of speakers and phonetic variations. It consists of 100 hours of real-world audio recordings paired with transcriptions, covering read speech in both clean and noisy environments. This dataset addresses the critical need for ASR resources for the Oromo language which is underrepresented. To show its applicability for the ASR task, we conducted experiments using the Conformer model, achieving a Word Error Rate (WER) of 15.32% with hybrid CTC and AED loss and WER of 18.74% with pure CTC loss. Additionally, fine-tuning the Whisper model resulted in a significantly improved WER of 10.82%. These results establish baselines for Oromo ASR, highlighting both the challenges and the potential for improving ASR performance in Oromo. The dataset is publicly available at https://github.com/turinaf/sagalee and we encourage its use for further research and development in Oromo speech processing.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
SagaleeWhisper-largev3-finetunedTest WER10.82Unverified
SagaleeConformerTest WER15.32Unverified

Reproductions