English

Zero-shot Context Biasing with Trie-based Decoding using Synthetic Multi-Pronunciation

Computation and Language 2025-09-03 v2 Audio and Speech Processing

Abstract

Contextual automatic speech recognition (ASR) systems allow for recognizing out-of-vocabulary (OOV) words, such as named entities or rare words. However, it remains challenging due to limited training data and ambiguous or inconsistent pronunciations. In this paper, we propose a synthesis-driven multi-pronunciation contextual biasing method that performs zero-shot contextual ASR on a pretrained Whisper model. Specifically, we leverage text-to-speech (TTS) systems to synthesize diverse speech samples containing each target rare word, and then use the pretrained Whisper model to extract multiple predicted pronunciation variants. These variant token sequences are compiled into a prefix-trie, which assigns rewards to beam hypotheses in a shallow-fusion manner during beam-search decoding. Subsequently, any recognized variant is mapped back to the original rare word in the final transcription. The evaluation results on the LibriSpeech dataset show that our method reduces biased-word error rate (B-WER) by 43% on test-clean and 44% on test-other while maintaining unbiased-WER (U-WER) essentially unchanged.

Keywords

Cite

@article{arxiv.2508.17796,
  title  = {Zero-shot Context Biasing with Trie-based Decoding using Synthetic Multi-Pronunciation},
  author = {Changsong Liu and Yizhou Peng and Eng Siong Chng},
  journal= {arXiv preprint arXiv:2508.17796},
  year   = {2025}
}

Comments

Accepted to APSIPA ASC 2025

R2 v1 2026-07-01T05:04:13.800Z