Improving Rare-Word Recognition in Zero-Shot Settings

📅 2025-02-17
📈 Citations: 0
Influential: 0
📄 PDF

career value

192K/year
🤖 AI Summary
Whisper exhibits limited zero-shot recognition capability for rare words—such as domain-specific terminology—due to insufficient contextual grounding. To address this, we propose a supervised fine-tuning approach using only 670 hours of English speech data, explicitly optimizing the model’s responsiveness to contextual prompts. Our key contribution is the first demonstration of cross-dataset and cross-lingual contextual bias generalization: the fine-tuned model achieves significant performance gains across 11 heterogeneous English test sets and on unseen languages without any target-language annotations. Experiments show a 45.6% absolute improvement in rare-word recognition accuracy and a 60.8% gain in out-of-vocabulary word recognition. Crucially, the method enables instruction-guided zero-shot transfer while preserving Whisper’s original architecture. This substantially extends Whisper’s practical applicability to specialized domains and low-resource languages.

Technology Category

Application Category

📝 Abstract
Whisper, despite being trained on 680K hours of web-scaled audio data, faces difficulty in recognising rare words like domain-specific terms, with a solution being contextual biasing through prompting. To improve upon this method, in this paper, we propose a supervised learning strategy to fine-tune Whisper for contextual biasing instruction. We demonstrate that by using only 670 hours of Common Voice English set for fine-tuning, our model generalises to 11 diverse open-source English datasets, achieving a 45.6% improvement in recognition of rare words and 60.8% improvement in recognition of words unseen during fine-tuning over the baseline method. Surprisingly, our model's contextual biasing ability generalises even to languages unseen during fine-tuning.
Problem

Research questions and friction points this paper is trying to address.

Enhance rare-word recognition in zero-shot settings
Fine-tune Whisper for contextual biasing instruction
Improve recognition of domain-specific and unseen words
Innovation

Methods, ideas, or system contributions that make the work stand out.

Supervised learning for fine-tuning
Contextual biasing through prompting
Generalization to unseen languages