paper-with-me

Papers

Improving Synthetic Data Training for Contextual Biasing Models with a Keyword-Aware Cost Function

2025-09-11 · Chin Yuen Kwok, Jia Qi Yip, Eng Siong Chng arxiv

Rare word recognition can be improved by adapting ASR models to synthetic data that includes these words. Further improvements can be achieved through contextual biasing, which trains and adds a biasing module into the model architecture to prioritize rare words. While training the module on synthetic rare word data is more effective than using non-rare-word data, it can lead to overfitting due to artifacts in the synthetic audio. To address this, we enhance the TCPGen-based contextual biasing approach and propose a keyword-aware loss function that additionally focuses on biased words when training biasing modules. This loss includes a masked cross-entropy term for biased word prediction and a binary classification term for detecting biased word positions. These two terms complementarily support the decoding of biased words during inference. By adapting Whisper to 10 hours of synthetic data, our method reduced the word error rate on the NSC Part 2 test set from 29.71% to 11.81%.

📄 PDF Abstract BibTeX arXiv:2509.09197

Code (0)

등록된 구현이 없습니다.

Tasks

Binary Classification

Similar Papers 제목 키워드 기반

WCTC-Biasing: Retraining-free Contextual Biasing ASR with Wildcard CTC-based Keyword Spotting and Inter-layer Biasing

2025-06-02 · Yu Nakagome, Michael Hentschel

Despite recent advances in end-to-end speech recognition methods, the output tends to be biased to the training data's vocabulary, resulting in inaccurate recognition of proper nouns and other unknown terms. To address t…

Keyword Spottingspeech-recognitionSpeech Recognitiontext-to-speech+1

A Multitask Training Approach to Enhance Whisper with Contextual Biasing and Open-Vocabulary Keyword Spotting

2023-09-18 · Yuang Li, Min Zhang, Chang Su, Yinglu Li 외

The recognition of rare named entities, such as personal names and terminologies, is challenging for automatic speech recognition (ASR) systems, especially when they are not frequently observed in the training data. In t…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)DecoderHallucination+3

Massive Open-Vocabulary Keyword Spotting

2026-06-09 · Leonor Barreiros, Raul Monteiro, Afonso Mendes, Gonçalo M. Correia arxiv

Automatic speech recognition systems have been shown to under-perform when it comes to transcribing words rarely seen in the training data, namely specialized terminology. Open-vocabulary keyword spotting, combined with …

Speech RecognitionKeyword Spotting

N-gram Boosting: Improving Contextual Biasing with Normalized N-gram Targets

2023-08-04 · Wang Yau Li, Shreekantha Nadig, Karol Chang, Zafarullah Mahmood 외

Accurate transcription of proper names and technical terms is particularly important in speech-to-text applications for business conversations. These words, which are essential to understanding the conversation, are ofte…

Speech-to-Text

Wiki-En-ASR-Adapt: Large-scale synthetic dataset for English ASR Customization

2023-09-29 · Alexandra Antonova

We present a first large-scale public synthetic dataset for contextual spellchecking customization of automatic speech recognition (ASR) with focus on diverse rare and out-of-vocabulary (OOV) phrases, such as proper name…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)speech-recognitionSpeech Recognition