Provable Algorithms for Inference in Topic Models

Abstract

Recently, there has been considerable progress on designing algorithms with provable guarantees —typically using linear algebraic methods—for parameter learning in latent variable models. Designing provable algorithms for inference has proved more difficult. Here we take a first step towards provable inference in topic models. We leverage a property of topic models that enables us to construct simple linear estimators for the unknown topic proportions that have small variance, and consequently can work with short documents. Our estimators also correspond to finding an estimate around which the posterior is well-concentrated. We show lower bounds that for shorter documents it can be information theoretically impossible to find the hidden topics. Finally, we give empirical results that demonstrate that our algorithm works on realistic topic models. It yields good solutions on synthetic data and runs in time comparable to a single iteration of Gibbs sampling.

Cite

Text

Arora et al. "Provable Algorithms for Inference in Topic Models." International Conference on Machine Learning, 2016.

Markdown

[Arora et al. "Provable Algorithms for Inference in Topic Models." International Conference on Machine Learning, 2016.](https://mlanthology.org/icml/2016/arora2016icml-provable/)

BibTeX

@inproceedings{arora2016icml-provable,
  title     = {{Provable Algorithms for Inference in Topic Models}},
  author    = {Arora, Sanjeev and Ge, Rong and Koehler, Frederic and Ma, Tengyu and Moitra, Ankur},
  booktitle = {International Conference on Machine Learning},
  year      = {2016},
  pages     = {2859-2867},
  volume    = {48},
  url       = {https://mlanthology.org/icml/2016/arora2016icml-provable/}
}