paper-with-me

Papers

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

2023-08-04 · Wang Yau Li, Shreekantha Nadig, Karol Chang, Zafarullah Mahmood, Riqiang Wang, Simon Vandieken, Jonas Robertson, Fred Mailhot

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 often rare and therefore likely to be under-represented in text and audio training data, creating a significant challenge in this domain. We present a two-step keyword boosting mechanism that successfully works on normalized unigrams and n-grams rather than just single tokens, which eliminates missing hits issues with boosting raw targets. In addition, we show how adjusting the boosting weight logic avoids over-boosting multi-token keywords. This improves our keyword recognition rate by 26% relative on our proprietary in-domain dataset and 2% on LibriSpeech. This method is particularly useful on targets that involve non-alphabetic characters or have non-standard pronunciations.

📄 PDF Abstract BibTeX arXiv:2308.02092

Code (0)

등록된 구현이 없습니다.

Tasks

Speech-to-Text

Similar Papers 제목 키워드 기반

Estimating Grammatical Gender Directions in Contextual Embeddings under Controlled and Natural Contexts

2026-06-29 · Huanping Xiao, Yingji Li arxiv

Contextual language models conflate grammatical gender and social semantic bias in gendered languages such as Spanish. Existing gender debiasing approaches only operate on static word embeddings leaving contextual repres…

TurboBias 2.0: Streaming Context-Biasing for Production-Efficient ASR Systems

2026-08-21 · Vladimir Bataev, Lilit Grigoryan, Andrei Andrusenko, Nikolay Karpov 외 arxiv

Contextualization is essential for production automatic speech recognition (ASR) systems, where user-provided phrases must be recognized accurately under strict latency constraints. Although many context-biasing methods …

Speech Recognition

TurboBias: Universal ASR Context-Biasing powered by GPU-accelerated Phrase-Boosting Tree

2025-08-09 · Andrei Andrusenko, Vladimir Bataev, Lilit Grigoryan, Vitaly Lavrukhin 외 arxiv

Recognizing specific key phrases is an essential task for contextualized Automatic Speech Recognition (ASR). However, most existing context-biasing approaches have limitations associated with the necessity of additional …

Speech Recognition

Training Dynamics of Contextual N-Grams in Language Models

2023-11-01 · Lucia Quirke, Lovis Heindrich, Wes Gurnee, Neel Nanda

Prior work has shown the existence of contextual neurons in language models, including a neuron that activates on German text. We show that this neuron exists within a broader contextual n-gram circuit: we find late laye…

The Curious Case of Class Accuracy Imbalance in LLMs: Post-hoc Debiasing via Nonlinear Integer Programming

2024-05-13 · Ruixi Lin, Yang You

Large language models (LLMs) are good knowledge bases but struggle to perform equally well for all classes in text classification. This paper investigates the case of class accuracy imbalance in LLMs, where deeply entang…

Combinatorial OptimizationIn-Context LearningLanguage ModelingLanguage Modelling+2