English

Efficient Trie-based Biasing using K-step Prediction for Rare Word Recognition

Computation and Language 2025-09-12 v1 Artificial Intelligence

Abstract

Contextual biasing improves rare word recognition of ASR models by prioritizing the output of rare words during decoding. A common approach is Trie-based biasing, which gives "bonus scores" to partial hypothesis (e.g. "Bon") that may lead to the generation of the rare word (e.g. "Bonham"). If the full word ("Bonham") isn't ultimately recognized, the system revokes those earlier bonuses. This revocation is limited to beam search and is computationally expensive, particularly for models with large decoders. To overcome these limitations, we propose adapting ASR models to look ahead and predict multiple steps at once. This avoids the revocation step entirely by better estimating whether a partial hypothesis will lead to the generation of the full rare word. By fine-tuning Whisper with only 10 hours of synthetic data, our method reduces the word error rate on the NSC Part 2 test set from 30.86% to 12.19%.

Keywords

Cite

@article{arxiv.2509.09196,
  title  = {Efficient Trie-based Biasing using K-step Prediction for Rare Word Recognition},
  author = {Chin Yuen Kwok and Jia Qi yip},
  journal= {arXiv preprint arXiv:2509.09196},
  year   = {2025}
}

Comments

Published in Interspeech 2025

R2 v1 2026-07-01T05:31:34.048Z