Building an ASR Solution for Training and Assessing Children's Reading
Summary
Presents an open-source ASR system for assessing children's reading in Bambara, including field data collection, benchmark construction, model adaptation, and classroom validation, achieving significant word error rate reduction.
View Cached Full Text
Cached at: 07/01/26, 05:34 AM
# Building an ASR Solution for Training and Assessing Children's Reading Source: [https://arxiv.org/abs/2606.31508](https://arxiv.org/abs/2606.31508) [View PDF](https://arxiv.org/pdf/2606.31508) > Abstract:Automatic speech recognition for children's reading remains underdeveloped for most African languages, including Bambara, despite its potential value for reproducible literacy assessment\. We present an open\-source system for assessing children's reading in Bambara, developed through an end\-to\-end process linking field data collection, benchmark construction, model adaptation, a reading application, and classroom validation\. A mobile collection and assessment app was used to collect 55 hours of raw reading speech from 60 children, from which we construct a public benchmark for Bambara child\-reading assessment\. Fine\-tuning experiments compare Soloni, a Bambara\-adapted Fast\-Conformer ASR framework with TDT and CTC decoders, with QuartzNet, a compact convolutional ASR architecture\. The best Soloni model reduces WER from 0\.42 to 0\.22 and CER from 0\.15 to 0\.08, substantially outperforming QuartzNet on the isolated benchmark\. The experiments further show that repeated readings of the same texts provide architecture\-dependent benefits: they substantially improve QuartzNet but add only marginal gains for Soloni, while SpecAugment regulates training without exceeding the best unaugmented configuration\. Disaggregated analysis identifies children under 10 as the main source of residual errors, motivating targeted collection from younger readers\. Ten classroom trials supported continued use of the application\. ## Submission history From: Michael Leventhal \[[view email](https://arxiv.org/show-email/500ae39a/2606.31508)\] **\[v1\]**Tue, 30 Jun 2026 11:24:17 UTC \(322 KB\)
Similar Articles
Adapting Foundation ASR Models to Dysarthric Speech: A Case Study
This paper presents a personalized ASR system for a dysarthric speaker by fine-tuning the Whisper foundation model, achieving 9.7% word error rate using only 22.5 hours of adaptation data plus 8.8 hours of user corrections. The results demonstrate that personalized fine-tuning can make foundation ASR models substantially more effective for dysarthric speech, with a deployed mobile application enabling real-world data collection.
Transcribing Children's Speech: ASR Performance and Obtaining Reliable Orthographic Transcriptions
This paper evaluates nine ASR models (Whisper, Parakeet, Wav2Vec2) on Dutch child speech datasets JASMIN and DART, finding that fine-tuned Whisper-medium achieves the best performance (WER 5.54% on JASMIN, 70.37% on DART). It also proposes a selection method to automatically identify correctly pronounced utterances with high precision, reducing the need for manual verification.
From Monolingual to Multilingual: Evaluating Mamba for ASR in South African Languages
This paper evaluates the Mamba state space model for ASR on seven South African languages, finding it matches Conformer accuracy with fewer resources, and explores multilingual training strategies and low-resource settings.
Benchmarking Commercial ASR Systems on Code-Switching Speech: Arabic, Persian, and German
This paper presents a benchmark evaluating five commercial ASR systems on code-switching speech across Arabic-English, Persian-English, and German-English pairs, using a two-stage pipeline to select 300 samples per pair and assessing performance with WER and BERTScore. ElevenLabs Scribe v2 achieves the lowest overall WER (13.2%) and highest BERTScore (0.936), with public dataset available.
@MaxForAI: If you are working on voice agents, you should try this project. A team from NTU, NUS, and Shanghai AI Lab released: Mega-ASR. This fully open-source ASR is built on Qwen3-ASR, aiming to break the long-standing bottleneck of ASR performance in noisy, reverberant, or other impaired real-world environments...
NTU, NUS, and Shanghai AI Lab jointly released Mega-ASR, a fully open-source ASR model built on Qwen3-ASR. Using the Voices-in-the-Wild-2M dataset and progressive acoustic-to-semantic optimization, it achieves up to 30% relative Word Error Rate (WER) reduction in real-world noisy environments. With only 1.7B parameters, it enables efficient inference on consumer-grade hardware.