1 / 14

Min-Hsuan Lai Department of Computer Science & Information Engineering

CONTINUOUS SPACE LANGUAGE MODELING TECHNIQUES Ruhi Sarikaya, Ahmad Emami, Mohamed Afify†, and Bhuvana Ramabhadran ICASSP 2010. Min-Hsuan Lai Department of Computer Science & Information Engineering National Taiwan Normal University. Outline. Introduction

teo
Download Presentation

Min-Hsuan Lai Department of Computer Science & Information Engineering

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. CONTINUOUS SPACE LANGUAGE MODELING TECHNIQUES Ruhi Sarikaya, Ahmad Emami, Mohamed Afify†, and Bhuvana Ramabhadran ICASSP 2010 Min-Hsuan Lai Department of Computer Science & Information Engineering National Taiwan Normal University

  2. Outline • Introduction • Neural Network Based Language Modeling • Tied-Mixture Language Modeling • Speech Recognition System Architecture • Experimental Results • Conclusions and Future Work

  3. Introduction • n–gram models suffer from lack of generalization, lack of discrimination and lack of adaptation. • Neural Network based language model (NNLM) is proposed to address both discrimination and generalization, but NNLM did not provide a solution for adaptation. • They have proposed a new set of continuous space language modeling techniques such as Gaussian Mixture Language Models (GMLMs) and Tied–Mixture Language Models (TMLMs).

  4. Introduction • In this paper, they compare TMLM and NNLM and also use NNLM based trained input features to train the TMLM. • They also describe some of the improvements they made in perfecting TMLM.

  5. Neural Network Based Language Modeling • The neural network weights and biases, as well as the input feature vectors, are learned simultaneously using stochastic gradient descent training via back-propagation algorithm.

  6. Tied-Mixture Language Modeling • TMLM can be considered as an “acoustic modeling” problem.

  7. Tied-Mixture Language Modeling • They generate features from the words sequences and also use the word sequence as the corresponding transcriptions that these features belong to. Finally, they write the baseforms where each word has a pronunciation.

  8. Tied-Mixture Language Modeling • They adopted Tied–Mixture based HMM model structure for robust parameter estimation, where a set of Gaussian densities (1024 in their experiments) are shared across all states, which are representing the words in the vocabulary. • They have been considering generating the history feature vectors using bi–gram co-occurrence based features.

  9. Tied-Mixture Language Modeling • In this study they also consider generating the feature vectors using the NNLM training, which trains the continuous space representation of words as part of the language modeling training process. • The bigram co–occurrence matrix is decomposed using Singular Value Decomposition (SVD).

  10. Tied-Mixture Language Modeling

  11. Speech Recognition System Architecture • The acoustic models are trained with about 1400 hours of GALE Mandarin dataset. The GALE Mandarin dataset contains broadcast news speech data collected from various TV programs. • The decoding LM is from Chinese real–time speech–to–speech translation task covering mainly the travel domain. • They use 882K/5.56M sentences/words from this domain to build a trigram language model. The trigram language model is built using modified Kneser–Ney smoothing.

  12. Speech Recognition System Architecture • While the n–gram vocabulary size is 50.3K words, the TMLM and NNLM are built using the top 40K words. The 40K words excludes some of the singletons (thresholding singletons would lead to 36.2K words) in the original 50.3K vocabulary.

  13. Experimental Results • Test A is from the travel domain. • Test B is from the medical domain.

  14. Conclusions and Future Work • They compared continuous space language models, namely Neural Network based Language Model (NNLM) and Tied–Mixture Language Model (TMLM). • They observed that bigram co–occurrence based features provide better results than NNLM based input features for TMLM.

More Related