Fewer Hallucinations, More Verification: A Three-Stage LLM-Based Framework for ASR Error Correction
Yangui Fang, Baixu Chen, Jing Peng, Xu Li, Yu Xi, Chengwei Zhang, Guohui Zhong
TL;DR
<3-5 sentence high-level summary> The paper addresses the challenge of correcting ASR errors without inducing hallucinations by leveraging general-purpose LLMs. It introduces the Reliable LLM Correction Framework (RLLM-CF), a three-stage approach comprising error pre-detection, chain-of-thought subtask iterative correction, and answer verification, designed to operate without fine-tuning or external data. Empirical results on AISHELL-1, AISHELL-2, and LibriSpeech show notable reductions in $CER$ and $WER$ across languages, with explicit analysis of hallucination types and ablations that validate the framework’s contributions. The work offers a practical, scalable path for robust ASR error correction using LLMs in real-world settings, emphasizing reliability and grounded reasoning over naive correction.
Abstract
Automatic Speech Recognition (ASR) error correction aims to correct recognition errors while preserving accurate text. Although traditional approaches demonstrate moderate effectiveness, LLMs offer a paradigm that eliminates the need for training and labeled data. However, directly using LLMs will encounter hallucinations problem, which may lead to the modification of the correct text. To address this problem, we propose the Reliable LLM Correction Framework (RLLM-CF), which consists of three stages: (1) error pre-detection, (2) chain-of-thought sub-tasks iterative correction, and (3) reasoning process verification. The advantage of our method is that it does not require additional information or fine-tuning of the model, and ensures the correctness of the LLM correction under multi-pass programming. Experiments on AISHELL-1, AISHELL-2, and Librispeech show that the GPT-4o model enhanced by our framework achieves 21%, 11%, 9%, and 11.4% relative reductions in CER/WER.
