Text-only adaptation in LLM-based ASR through text denoising
About
Adapting automatic speech recognition (ASR) systems based on large language models (LLMs) to new domains using text-only data is a significant yet underexplored challenge. Standard fine-tuning of the LLM on target-domain text often disrupts the critical alignment between speech and text modalities learned by the projector, degrading performance. We introduce a novel text-only adaptation method that emulates the audio projection task by treating it as a text denoising task. Our approach thus trains the LLM to recover clean transcripts from noisy inputs. This process effectively adapts the model to a target domain while preserving cross-modal alignment. Our solution is lightweight, requiring no architectural changes or additional parameters. Extensive evaluation on two datasets demonstrates up to 22.1% relative improvement, outperforming recent state-of-the-art text-only adaptation methods.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Automated Speech Recognition | SlideSpeech Ag | WER14.21 | 10 | |
| Automated Speech Recognition | SlideSpeech MI | WER0.1343 | 10 | |
| Automated Speech Recognition | SlideSpeech An | WER25.32 | 5 | |
| Automatic Speech Recognition | DefinedAI Banking target domain (test) | WER10.11 | 5 | |
| Automatic Speech Recognition | DefinedAI Insurance target domain (test) | WER8.71 | 5 | |
| Automatic Speech Recognition | SlideSpeech target | WER14.6 | 5 |