Building an ASR Solution for Training and Assessing Children's Reading

arXiv cs.CL Papers

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.

arXiv:2606.31508v1 Announce Type: new 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.
Original Article
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

arXiv cs.CL

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

arXiv cs.CL

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.

Easper: An Accessible ASR Pipeline for Language Documentation

arXiv cs.CL

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.