Revisiting ASR Error Correction with Specialized Models

· Source: Apple Machine Learning Research · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Natural Language Processing · Depth: Expert, quick

Summary

A new research paper, "Revisiting ASR Error Correction with Specialized Models," published in July 2026 by Zijin Gu et al. from Google and Apple, introduces compact seq2seq models designed for automatic speech recognition (ASR) error correction. These models are specifically trained on real and synthetically generated ASR errors, addressing limitations of traditional text-only language models and large language models (LLMs) which often introduce latency, hallucination, or struggle with low-error regimes. The authors developed synthetic corpora using cascaded text-to-speech (TTS) and ASR, emphasizing the importance of diverse error distributions. A novel "correction-first decoding" method is proposed, where the correction model generates candidates subsequently rescored by ASR acoustic scores. This approach achieves 1.5/3.3% WER on LibriSpeech test-clean/other with 15x fewer parameters than LLMs, outperforming them and demonstrating generalization across various ASR architectures like CTC, Seq2seq, and Transducer, as well as diverse domains.

Key takeaway

For Machine Learning Engineers developing or deploying ASR systems, this research offers a compelling alternative to large language models for error correction. Your teams should consider implementing compact seq2seq models with correction-first decoding, as they achieve superior accuracy (1.5/3.3% WER) with 15x fewer parameters than LLMs, reducing latency and hallucination risks. This approach generalizes across ASR architectures, providing precise corrections even in low-error scenarios where LLMs falter.

Key insights

Specialized seq2seq models correct ASR errors more efficiently and accurately than LLMs, especially in low-error regimes.

Principles

Method

Train compact seq2seq models on real and synthetic ASR errors (generated via cascaded TTS/ASR), then use correction-first decoding to rescore candidates with ASR acoustic scores.

In practice

Topics

Best for: AI Engineer, Research Scientist, AI Scientist, Machine Learning Engineer, NLP Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Apple Machine Learning Research.