CLMLOct 30, 2017

Learning neural trans-dimensional random field language models with noise-contrastive estimation

arXiv:1710.10739v119 citations
Originality Incremental advance
AI Analysis

This improves language modeling for speech recognition by making TRF LMs more scalable and efficient, though it is incremental as it builds on existing TRF methods.

The paper tackles the training inefficiency of neural trans-dimensional random field language models (TRF LMs) by proposing techniques like exponential tilting reformulation, noise-contrastive estimation, and deep feature integration, resulting in training on a 40x larger dataset with 1/3 the time and a 4.7% relative WER reduction over a strong LSTM baseline.

Trans-dimensional random field language models (TRF LMs) where sentences are modeled as a collection of random fields, have shown close performance with LSTM LMs in speech recognition and are computationally more efficient in inference. However, the training efficiency of neural TRF LMs is not satisfactory, which limits the scalability of TRF LMs on large training corpus. In this paper, several techniques on both model formulation and parameter estimation are proposed to improve the training efficiency and the performance of neural TRF LMs. First, TRFs are reformulated in the form of exponential tilting of a reference distribution. Second, noise-contrastive estimation (NCE) is introduced to jointly estimate the model parameters and normalization constants. Third, we extend the neural TRF LMs by marrying the deep convolutional neural network (CNN) and the bidirectional LSTM into the potential function to extract the deep hierarchical features and bidirectionally sequential features. Utilizing all the above techniques enables the successful and efficient training of neural TRF LMs on a 40x larger training set with only 1/3 training time and further reduces the WER with relative reduction of 4.7% on top of a strong LSTM LM baseline.

Foundations

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

Your Notes