Concept

Scoring Beams of Hypothesized Sentences in ASR

In Automatic Speech Recognition (ASR), scoring a beam of hypothesized sentences interpolates the score assigned by the language model with the encoder-decoder score used to create the beam, using a weight λ\lambda tuned on a holdout set. Since most models prefer shorter sentences, ASR systems generally add a length factor, such as normalizing the probability by the number of characters in the hypothesis Yc|Y|_c. The accompanying image contains a typical scoring function.

Image 0

0

1

Updated 2026-06-13

Tags

Deep Learning (in Machine learning)

Data Science

Computing Sciences