A knowledge-distillation method trains a small language model from CTC speech recognizer outputs, giving a context-dependent internal language model that improves cross-domain decoding by over 13% relative WER.
Librispeech Transducer Model with Internal Language Model Prior Correction
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
We present our transducer model on Librispeech. We study variants to include an external language model (LM) with shallow fusion and subtract an estimated internal LM. This is justified by a Bayesian interpretation where the transducer model prior is given by the estimated internal LM. The subtraction of the internal LM gives us over 14% relative improvement over normal shallow fusion. Our transducer has a separate probability distribution for the non-blank labels which allows for easier combination with the external LM, and easier estimation of the internal LM. We additionally take care of including the end-of-sentence (EOS) probability of the external LM in the last blank probability which further improves the performance. All our code and setups are published.
citation-role summary
citation-polarity summary
fields
cs.SD 1years
2025 1verdicts
CONDITIONAL 1roles
background 1polarities
background 1representative citing papers
citing papers explorer
-
Label-Context-Dependent Internal Language Model Estimation for CTC
A knowledge-distillation method trains a small language model from CTC speech recognizer outputs, giving a context-dependent internal language model that improves cross-domain decoding by over 13% relative WER.