paper-with-me

Papers

Improved training of neural trans-dimensional random field language models with dynamic noise-contrastive estimation

2018-07-03 · Bin Wang, Zhijian Ou

A new whole-sentence language model - neural trans-dimensional random field language model (neural TRF LM), where sentences are modeled as a collection of random fields, and the potential function is defined by a neural network, has been introduced and successfully trained by noise-contrastive estimation (NCE). In this paper, we extend NCE and propose dynamic noise-contrastive estimation (DNCE) to solve the two problems observed in NCE training. First, a dynamic noise distribution is introduced and trained simultaneously to converge to the data distribution. This helps to significantly cut down the noise sample number used in NCE and reduce the training cost. Second, DNCE discriminates between sentences generated from the noise distribution and sentences generated from the interpolation of the data distribution and the noise distribution. This alleviates the overfitting problem caused by the sparseness of the training set. With DNCE, we can successfully and efficiently train neural TRF LMs on large corpus (about 0.8 billion words) with large vocabulary (about 568 K words). Neural TRF LMs perform as good as LSTM LMs with less parameters and being 5x~114x faster in rescoring sentences. Interpolating neural TRF LMs with LSTM LMs and n-gram LMs can further reduce the error rates.

📄 PDF Abstract BibTeX arXiv:1807.00993

Code (1)

wbengine/TRF-NN-Tensorflow 공식 구현 tf

Tasks

Language ModelingLanguage ModellingSentence

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Gradient descent in Gaussian random fields as a toy model for high-dimensional optimisation in deep learning

2018-03-24 · Mariano Chouza, Stephen Roberts, Stefan Zohren

In this paper we model the loss function of high-dimensional optimization problems by a Gaussian random field, or equivalently a Gaussian process. Our aim is to study gradient descent in such loss functions or energy lan…

Integrating Discrete and Neural Features via Mixed-feature Trans-dimensional Random Field Language Models

2020-02-14 · Silin Gao, Zhijian Ou, Wei Yang, Huifang Xu

There has been a long recognition that discrete features (n-gram features) and neural network based features have complementary strengths for language models (LMs). Improved performance can be obtained by model interpola…

speech-recognitionSpeech Recognition

Efficient reconstruction of multidimensional random field models with heterogeneous data using stochastic neural networks

2025-11-17 · Mingtao Xia, Qijing Shen arxiv

In this paper, we analyze the scalability of a recent Wasserstein-distance approach for training stochastic neural networks (SNNs) to reconstruct multidimensional random field models. We prove a generalization error boun…

Model Interpolation with Trans-dimensional Random Field Language Models for Speech Recognition

2016-03-30 · Bin Wang, Zhijian Ou, Yong He, Akinori Kawamura

The dominant language models (LMs) such as n-gram and neural network (NN) models represent sentence probabilities in terms of conditionals. In contrast, a new trans-dimensional random field (TRF) LM has been recently int…

Sentencespeech-recognitionSpeech Recognition

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

2017-10-30 · Bin Wang, Zhijian Ou

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 efficie…

parameter estimationspeech-recognitionSpeech Recognition