English

Peeking Into The Future For Contextual Biasing

Computation and Language 2025-12-22 v1

Abstract

While end-to-end (E2E) automatic speech recognition (ASR) models excel at general transcription, they struggle to recognize rare or unseen named entities (e.g., contact names, locations), which are critical for downstream applications like virtual assistants. In this paper, we propose a contextual biasing method for attention based encoder decoder (AED) models using a list of candidate named entities. Instead of predicting only the next token, we simultaneously predict multiple future tokens, enabling the model to "peek into the future" and score potential candidate entities in the entity list. Moreover, our approach leverages the multi-token prediction logits directly without requiring additional entity encoders or cross-attention layers, significantly reducing architectural complexity. Experiments on Librispeech demonstrate that our approach achieves up to 50.34% relative improvement in named entity word error rate compared to the baseline AED model.

Keywords

Cite

@article{arxiv.2512.17657,
  title  = {Peeking Into The Future For Contextual Biasing},
  author = {Ramaneswaran Selvakumar and Cindy Tseng and Eesung Kim and Vijendra Raj Apsingekar and Yun Tang},
  journal= {arXiv preprint arXiv:2512.17657},
  year   = {2025}
}
R2 v1 2026-07-01T08:33:38.793Z