paper-with-me

Papers

Sparse Parallel Training of Hierarchical Dirichlet Process Topic Models

2019-06-06 · EMNLP 2020 11 · Alexander Terenin, Måns Magnusson, Leif Jonsson

To scale non-parametric extensions of probabilistic topic models such as Latent Dirichlet allocation to larger data sets, practitioners rely increasingly on parallel and distributed systems. In this work, we study data-parallel training for the hierarchical Dirichlet process (HDP) topic model. Based upon a representation of certain conditional distributions within an HDP, we propose a doubly sparse data-parallel sampler for the HDP topic model. This sampler utilizes all available sources of sparsity found in natural language - an important way to make computation efficient. We benchmark our method on a well-known corpus (PubMed) with 8m documents and 768m tokens, using a single multi-core machine in under four days.

📄 PDF Abstract BibTeX arXiv:1906.02416

Code (1)

aterenin/Parallel-HDP-Experiments 공식 구현

Tasks

Topic Models

Similar Papers 제목 키워드 기반

Exact slice sampler for Hierarchical Dirichlet Processes

2019-03-21 · Arash A. Amini, Marina Paez, Lizhen Lin, Zahra S. Razaee

We propose an exact slice sampler for Hierarchical Dirichlet process (HDP) and its associated mixture models (Teh et al., 2006). Although there are existing MCMC algorithms for sampling from the HDP, a slice sampler has …

Pólya Urn Latent Dirichlet Allocation: a doubly sparse massively parallel sampler

2017-04-12 · Alexander Terenin, Måns Magnusson, Leif Jonsson, David Draper

Latent Dirichlet Allocation (LDA) is a topic model widely used in natural language processing and machine learning. Most approaches to training the model rely on iterative algorithms, which makes it difficult to run LDA …

Topic Models

Parallel Sampling of HDPs using Sub-Cluster Splits

2014-12-01 · NeurIPS 2014 12 · Jason Chang, John W. Fisher III

We develop a sampling technique for Hierarchical Dirichlet process models. The parallel algorithm builds upon [Chang & Fisher 2013] by proposing large split and merge moves based on learned sub-clusters. The additional g…

Nonparametric Sparse Tensor Factorization with Hierarchical Gamma Processes

2021-10-19 · Conor Tillinghast, Zheng Wang, Shandian Zhe

We propose a nonparametric factorization approach for sparsely observed tensors. The sparsity does not mean zero-valued entries are massive or dominated. Rather, it implies the observed entries are very few, and even few…

Decoupling Sparsity and Smoothness in the Discrete Hierarchical Dirichlet Process

2009-12-01 · NeurIPS 2009 12 · Chong Wang, David M. Blei

We present a nonparametric hierarchical Bayesian model of document collections that decouples sparsity and smoothness in the component distributions (i.e., the ``topics). In the sparse topic model (STM), each topic is re…