Intent vs. Surface: Recovering Acoustic Realization from Modern ASR for Pronunciation Training
Summary
A study by Seongjin Park investigates whether modern Automatic Speech Recognition (ASR) systems are suitable for pronunciation feedback in language learning, identifying a tendency called "intent bias." This bias causes ASR to recover intended words rather than actual pronunciations, masking mispronunciations. Evaluating eight ASR systems across three architectures on L2-ARCTIC and speechocean762 L2 English corpora, the research found that ASR systems with lower Word Error Rate (WER) inversely correlate with overcorrection, meaning they mask more pronunciation errors. The paper proposes "surface-faithful reranking," an inference-time method using phoneme-level acoustic similarity. This method reduces the false acceptance rate of mispronunciations by 6.0 percentage points on L2-ARCTIC and 5.6 on speechocean762, consistently across diverse learner groups, though substantial overcorrection persists.
Key takeaway
For NLP Engineers developing language learning applications, modern ASR systems, despite their low WER, are inherently suboptimal for pronunciation training due to "intent bias." You should consider implementing surface-faithful reranking to significantly improve mispronunciation detection. Furthermore, advocate for or develop ASR systems with pronunciation-aware objectives to address the remaining overcorrection and enhance feedback accuracy for learners.
Key insights
Modern ASR's intent bias masks mispronunciations, but surface-faithful reranking improves error detection for language learners.
Principles
- ASR systems with lower WER mask more pronunciation errors.
- Pronunciation feedback requires acoustic realization, not just intended words.
Method
Surface-faithful reranking is an inference-time method that uses phoneme-level acoustic similarity to select N-best hypotheses closer to actual learner pronunciation without retraining.
In practice
- Apply surface-faithful reranking to existing ASR systems.
- Focus on phoneme-level acoustic similarity for error detection.
Topics
- ASR
- Pronunciation Training
- Language Learning
- Intent Bias
- Surface-faithful Reranking
- Phoneme-level Acoustic Similarity
Best for: Research Scientist, AI Scientist, NLP Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.