Training Restricted Boltzmann Machines on Word Observations

Dahl, G. E., Adams, R. P., & Larochelle, H. (2012). Training Restricted Boltzmann Machines on Word Observations. Proceedings of the 29th International Conference on Machine Learning (ICML).
The restricted Boltzmann machine (RBM) is a flexible model for complex data. However, using RBMs for high-dimensional multinomial observations poses significant computational di\textvisiblespaceculties. In natural language processing applications, words are naturally modeled by K-ary discrete distributions, where K is determined by the vocabulary size and can easily be in the hundred thousands. The conventional approach to training RBMs on word observations is limited because it requires sampling the states of K-way softmax visible units during block Gibbs updates, an operation that takes time linear in K. In this work, we address this issue with a more general class of Markov chain Monte Carlo operators on the visible units, yielding updates with computational complexity independent of K. We demonstrate the success of our approach by training RBMs on hundreds of millions of word n-grams using larger vocabularies than previously feasible with RBMs and by using the learned features to improve performance on chunking and sentiment classification tasks, achieving state-of-the-art results on the latter.
  @conference{dahl2012training,
  year = {2012},
  author = {Dahl, George E. and Adams, Ryan P. and Larochelle, Hugo},
  title = {Training Restricted {B}oltzmann Machines on Word Observations},
  booktitle = {Proceedings of the 29th International Conference on Machine Learning (ICML)},
  note = {arXiv:1202.5695 [cs.LG]},
  keywords = {restricted Boltzmann machines, natural language processing, deep learning, ICML}
}