ASAICLSDJul 27, 2018

A Comparison of Techniques for Language Model Integration in Encoder-Decoder Speech Recognition

arXiv:1807.10857v2170 citations
Originality Synthesis-oriented
AI Analysis

This work addresses the problem of improving speech recognition accuracy for researchers and practitioners by systematically evaluating incremental methods for language model integration.

The paper compared various techniques for integrating language models into encoder-decoder speech recognition systems to leverage unpaired text data, finding that shallow fusion performed best for first-pass decoding across datasets, while cold fusion showed advantages in oracle error rates and second-pass rescoring on Google data.

Attention-based recurrent neural encoder-decoder models present an elegant solution to the automatic speech recognition problem. This approach folds the acoustic model, pronunciation model, and language model into a single network and requires only a parallel corpus of speech and text for training. However, unlike in conventional approaches that combine separate acoustic and language models, it is not clear how to use additional (unpaired) text. While there has been previous work on methods addressing this problem, a thorough comparison among methods is still lacking. In this paper, we compare a suite of past methods and some of our own proposed methods for using unpaired text data to improve encoder-decoder models. For evaluation, we use the medium-sized Switchboard data set and the large-scale Google voice search and dictation data sets. Our results confirm the benefits of using unpaired text across a range of methods and data sets. Surprisingly, for first-pass decoding, the rather simple approach of shallow fusion performs best across data sets. However, for Google data sets we find that cold fusion has a lower oracle error rate and outperforms other approaches after second-pass rescoring on the Google voice search data set.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes