paper-with-me

홈 › Papers

Investigation on N-gram Approximated RNNLMs for Recognition of Morphologically Rich Speech

2019-07-15 · Balázs Tarján, György Szaszák, Tibor Fegyó, Péter Mihajlik

Recognition of Hungarian conversational telephone speech is challenging due to the informal style and morphological richness of the language. Recurrent Neural Network Language Model (RNNLM) can provide remedy for the high perplexity of the task; however, two-pass decoding introduces a considerable processing delay. In order to eliminate this delay we investigate approaches aiming at the complexity reduction of RNNLM, while preserving its accuracy. We compare the performance of conventional back-off n-gram language models (BNLM), BNLM approximation of RNNLMs (RNN-BNLM) and RNN n-grams in terms of perplexity and word error rate (WER). Morphological richness is often addressed by using statistically derived subwords - morphs - in the language models, hence our investigations are extended to morph-based models, as well. We found that using RNN-BNLMs 40% of the RNNLM perplexity reduction can be recovered, which is roughly equal to the performance of a RNN 4-gram model. Combining morph-based modeling and approximation of RNNLM, we were able to achieve 8% relative WER reduction and preserve real-time operation of our conversational telephone speech recognition system.

📄 PDF Abstract BibTeX arXiv:1907.06407

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingMORPHspeech-recognitionSpeech Recognition

Similar Papers 제목 키워드 기반

Knowledge Distillation For Recurrent Neural Network Language Modeling With Trust Regularization

2019-04-08 · Yangyang Shi, Mei-Yuh Hwang, Xin Lei, Haoyu Sheng

Recurrent Neural Networks (RNNs) have dominated language modeling because of their superior performance over traditional N-gram based models. In many applications, a large Recurrent Neural Network language model (RNNLM) …

Knowledge DistillationLanguage ModelingLanguage Modellingspeech-recognition+1

Future Word Contexts in Neural Network Language Models

2017-08-18 · Xie Chen, Xunying Liu, Anton Ragni, Yu Wang 외

Recently, bidirectional recurrent network language models (bi-RNNLMs) have been shown to outperform standard, unidirectional, recurrent neural network language models (uni-RNNLMs) on a range of speech recognition tasks. …

speech-recognitionSpeech Recognition

Applying GPGPU to Recurrent Neural Network Language Model based Fast Network Search in the Real-Time LVCSR

2020-07-23 · Kyungmin Lee, Chiyoun Park, Ilhwan Kim, Namhoon Kim 외

Recurrent Neural Network Language Models (RNNLMs) have started to be used in various fields of speech recognition due to their outstanding performance. However, the high computational complexity of RNNLMs has been a hurd…

Language ModelingLanguage Modellingspeech-recognitionSpeech Recognition

Discriminative training of RNNLMs with the average word error criterion

2018-11-06 · Rémi Francis, Tom Ash, Will Williams

In automatic speech recognition (ASR), recurrent neural language models (RNNLM) are typically used to refine hypotheses in the form of lattices or n-best lists, which are generated by a beam search decoder with a weaker …

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)DecoderLanguage Modeling+3

Lattice Rescoring Strategies for Long Short Term Memory Language Models in Speech Recognition

2017-11-15 · Shankar Kumar, Michael Nirschl, Daniel Holtmann-Rice, Hank Liao 외

Recurrent neural network (RNN) language models (LMs) and Long Short Term Memory (LSTM) LMs, a variant of RNN LMs, have been shown to outperform traditional N-gram LMs on speech recognition tasks. However, these models ar…

speech-recognitionSpeech Recognition