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.
Seeds Before Objectives: Rethinking Evaluation for Low-Resource Garhwali ASR
This paper argues that single-run evaluations in low-resource ASR are unreliable and demonstrates with a new multi-seed Garhwali ASR benchmark that many reported gains vanish under seed-level testing, while standard CTC with w2v-BERT 2.0 remains the most robust approach.
Easper: An Accessible ASR Pipeline for Language Documentation
This paper presents Easper, an open-source no-code ASR pipeline that lets field linguists fine-tune models like Whisper from ELAN annotations, and evaluates data selection strategies for bootstrapping ASR on low-resource Vanuatu languages.