Hierarchical Distributed Representations for Statistical Language Modeling
Abstract
Statistical language models estimate the probability of a word occurring in a given context. The most common language models rely on a discrete enumeration of predictive contexts (e.g., n-grams) and consequently fail to capture and exploit statistical regularities across these contexts. In this paper, we show how to learn hierarchical, distributed representations of word contexts that maximize the predictive value of a statistical language model. The representations are initialized by unsupervised algorithms for linear and nonlinear dimensionality reduction [14], then fed as input into a hierarchical mixture of experts, where each expert is a multinomial dis- tribution over predicted words [12]. While the distributed representations in our model are inspired by the neural probabilistic language model of Bengio et al. [2, 3], our particular architecture enables us to work with significantly larger vocabularies and training corpora. For example, on a large-scale bigram modeling task involving a sixty thousand word vocab- ulary and a training corpus of three million sentences, we demonstrate consistent improvement over class-based bigram models [10, 13]. We also discuss extensions of our approach to longer multiword contexts.
Cite
Text
Blitzer et al. "Hierarchical Distributed Representations for Statistical Language Modeling." Neural Information Processing Systems, 2004.Markdown
[Blitzer et al. "Hierarchical Distributed Representations for Statistical Language Modeling." Neural Information Processing Systems, 2004.](https://mlanthology.org/neurips/2004/blitzer2004neurips-hierarchical/)BibTeX
@inproceedings{blitzer2004neurips-hierarchical,
title = {{Hierarchical Distributed Representations for Statistical Language Modeling}},
author = {Blitzer, John and Pereira, Fernando and Weinberger, Kilian Q. and Saul, Lawrence K.},
booktitle = {Neural Information Processing Systems},
year = {2004},
pages = {185-192},
url = {https://mlanthology.org/neurips/2004/blitzer2004neurips-hierarchical/}
}