Lightweight Prompt Biasing for Contextualized End-to-End ASR Systems
Bo Ren, Yu Shi, Jinyu Li
TL;DR
End-to-end ASR systems still struggle with rare and domain-specific terms. The authors propose a lightweight Prompt Biasing approach that integrates contextual information via a unified multi-task Transformer framework and a decoding-time entity-filtering step, without architectural changes. The method yields substantial improvements in $EWER$ on in-house domain data (relative reductions of 30.7% for small lists and 18.0% for large lists) and demonstrates robustness to noise while preserving competitive $WER$. This approach offers an efficient, scalable way to inject domain-specific context into Transformer-based ASR for real-world deployment.
Abstract
End-to-End Automatic Speech Recognition (ASR) has advanced significantly yet still struggles with rare and domain-specific entities. This paper introduces a simple yet efficient prompt-based biasing technique for contextualized ASR, enhancing recognition accuracy by leverage a unified multitask learning framework. The approach comprises two key components: a prompt biasing model which is trained to determine when to focus on entities in prompt, and a entity filtering mechanism which efficiently filters out irrelevant entities. Our method significantly enhances ASR accuracy on entities, achieving a relative 30.7% and 18.0% reduction in Entity Word Error Rate compared to the baseline model with shallow fusion on in-house domain dataset with small and large entity lists, respectively. The primary advantage of this method lies in its efficiency and simplicity without any structure change, making it lightweight and highly efficient.
