Learn Before
Concept
Scoring beams of hypothesized sentences
Scoring interpolates the score assigned by the language model with the encoder-decoder score used to create the beam, with a weight 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 . The following image contains a typical scoring function.

0
1
Updated 2022-05-08
Tags
Deep Learning (in Machine learning)
Data Science