paper-with-me

홈 › Papers

Scaling Hidden Markov Language Models

2020-11-09 · EMNLP 2020 11 · Justin T. Chiu, Alexander M. Rush

The hidden Markov model (HMM) is a fundamental tool for sequence modeling that cleanly separates the hidden state from the emission structure. However, this separation makes it difficult to fit HMMs to large datasets in modern NLP, and they have fallen out of use due to very poor performance compared to fully observed models. This work revisits the challenge of scaling HMMs to language modeling datasets, taking ideas from recent approaches to neural modeling. We propose methods for scaling HMMs to massive state spaces while maintaining efficient exact inference, a compact parameterization, and effective regularization. Experiments show that this approach leads to models that are more accurate than previous HMM and n-gram-based methods, making progress towards the performance of state-of-the-art neural models.

📄 PDF Abstract BibTeX arXiv:2011.04640

Code (1)

harvardnlp/hmm-lm 공식 구현 pytorch

Tasks

Language ModelingLanguage Modelling

Similar Papers 제목 키워드 기반

Stochastic Gradient MCMC Methods for Hidden Markov Models

2017-06-14 · ICML 2017 8 · Yi-An Ma, Nicholas J. Foti, Emily B. Fox

Stochastic gradient MCMC (SG-MCMC) algorithms have proven useful in scaling Bayesian inference to large datasets under an assumption of i.i.d data. We instead develop an SG-MCMC algorithm to learn the parameters of hidde…

Bayesian Inference

Scaling Factorial Hidden Markov Models: Stochastic Variational Inference without Messages

2016-08-12 · NeurIPS 2016 12 · Yin Cheng Ng, Pawel Chilinski, Ricardo Silva

Factorial Hidden Markov Models (FHMMs) are powerful models for sequential data but they do not scale well with long sequences. We propose a scalable inference and learning algorithm for FHMMs that draws on ideas from the…

Variational Inference

An Infinite Hidden Markov Model With Similarity-Biased Transitions

2017-07-21 · ICML 2017 8 · Colin Reimer Dawson, Chaofan Huang, Clayton T. Morrison

We describe a generalization of the Hierarchical Dirichlet Process Hidden Markov Model (HDP-HMM) which is able to encode prior information that state transitions are more likely between "nearby" states. This is accomplis…

speaker-diarizationSpeaker Diarization

On the Effect of Purely Synthetic Training Data for Different Automatic Speech Recognition Architectures

2024-07-25 · Benedikt Hilmes, Nick Rossenbach, and Ralf Schlüter

In this work we evaluate the utility of synthetic data for training automatic speech recognition (ASR). We use the ASR training data to train a text-to-speech (TTS) system similar to FastSpeech-2. With this TTS we reprod…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Decoderspeech-recognition+4

Infinite Structured Hidden Semi-Markov Models

2014-06-30 · Jonathan H. Huggins, Frank Wood

This paper reviews recent advances in Bayesian nonparametric techniques for constructing and performing inference in infinite hidden Markov models. We focus on variants of Bayesian nonparametric hidden Markov models that…