LT-LM: a novel non-autoregressive language model for single-shot lattice rescoring
Anton Mitrofanov, Mariya Korenevskaya, Ivan Podluzhny, Yuri Khokhlov,, Aleksandr Laptev, Andrei Andrusenko, Aleksei Ilin, Maxim Korenevsky, Ivan, Medennikov, Aleksei Romanenko

TL;DR
The paper introduces LT-LM, a non-autoregressive lattice transformer language model that enables single-shot rescoring of speech recognition lattices, significantly increasing speed with minimal impact on accuracy.
Contribution
It presents a novel non-autoregressive lattice transformer model and an artificial lattice generation method for efficient single-pass rescoring in speech recognition.
Findings
Single-shot rescoring is over 300 times faster than traditional methods.
LT-LM achieves comparable WER with significantly reduced computational cost.
Artificial lattice generation enhances training data for the model.
Abstract
Neural network-based language models are commonly used in rescoring approaches to improve the quality of modern automatic speech recognition (ASR) systems. Most of the existing methods are computationally expensive since they use autoregressive language models. We propose a novel rescoring approach, which processes the entire lattice in a single call to the model. The key feature of our rescoring policy is a novel non-autoregressive Lattice Transformer Language Model (LT-LM). This model takes the whole lattice as an input and predicts a new language score for each arc. Additionally, we propose the artificial lattices generation approach to incorporate a large amount of text data in the LT-LM training process. Our single-shot rescoring performs orders of magnitude faster than other rescoring methods in our experiments. It is more than 300 times faster than pruned RNNLM lattice rescoring…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsLinear Layer · Absolute Position Encodings · Position-Wise Feed-Forward Layer · Softmax · Dropout · Attention Is All You Need · Byte Pair Encoding · Residual Connection · Layer Normalization · Label Smoothing
