paper-with-me

Papers

GraphBTM: Graph Enhanced Autoencoded Variational Inference for Biterm Topic Model

2018-10-01 · EMNLP 2018 10 · Qile Zhu, Zheng Feng, Xiaolin Li

Discovering the latent topics within texts has been a fundamental task for many applications. However, conventional topic models suffer different problems in different settings. The Latent Dirichlet Allocation (LDA) may not work well for short texts due to the data sparsity (i.e. the sparse word co-occurrence patterns in short documents). The Biterm Topic Model (BTM) learns topics by modeling the word-pairs named biterms in the whole corpus. This assumption is very strong when documents are long with rich topic information and do not exhibit the transitivity of biterms. In this paper, we propose a novel way called GraphBTM to represent biterms as graphs and design a Graph Convolutional Networks (GCNs) with residual connections to extract transitive features from biterms. To overcome the data sparsity of LDA and the strong assumption of BTM, we sample a fixed number of documents to form a mini-corpus as a sample. We also propose a dataset called All News extracted from 15 news publishers, in which documents are much longer than 20 Newsgroups. We present an amortized variational inference method for GraphBTM. Our method generates more coherent topics compared with previous approaches. Experiments show that the sampling strategy improves performance by a large margin.

📄 PDF Abstract BibTeX

Code (1)

valdersoul/GraphBTM 공식 구현 pytorch

Tasks

Recommendation SystemsTopic ModelsVariational Inference

Methods 이 논문이 사용한 방법론

Graph Convolutional Networks 설명 없음
LDA Linear discriminant analysis (LDA), normal discriminant analysis (NDA), or discriminant function analysis is a generalization of Fisher's linear discriminant, a method used in…

Similar Papers 제목 키워드 기반

From the Expectation Maximisation Algorithm to Autoencoded Variational Bayes

2020-10-23 · Graham W. Pulford

Although the expectation maximisation (EM) algorithm was introduced in 1970, it remains somewhat inaccessible to machine learning practitioners due to its obscure notation, terse proofs and lack of concrete links to mode…

Bayesian InferenceBIG-bench Machine Learning

Autoencoded UMAP-Enhanced Clustering for Unsupervised Learning

2025-01-13 · Malihehsadat Chavooshi, Alexander V. Mamonov

We propose a novel approach to unsupervised learning by constructing a non-linear embedding of the data into a low-dimensional space followed by any conventional clustering algorithm. The embedding promotes clusterabilit…

Clustering

Autoencoding Variational Inference For Topic Models

2017-03-04 · Akash Srivastava, Charles Sutton

Topic models are one of the most popular methods for learning representations of text, but a major challenge is that any change to the topic model requires mathematically deriving a new inference algorithm. A promising a…

Topic ModelsVariational Inference

Variational Autoencoded Multivariate Spatial Fay-Herriot Models

2025-03-18 · Zhenhua Wang, Paul A. Parker, Scott H. Holan

Small area estimation models are essential for estimating population characteristics in regions with limited sample sizes, thereby supporting policy decisions, demographic studies, and resource allocation, among other us…

Computational Efficiency

Hyperbolic Graph Embedding with Enhanced Semi-Implicit Variational Inference

2020-10-31 · Ali Lotfi Rezaabad, Rahi Kalantari, Sriram Vishwanath, Mingyuan Zhou 외

Efficient modeling of relational data arising in physical, social, and information sciences is challenging due to complicated dependencies within the data. In this work, we build off of semi-implicit graph variational au…

Graph EmbeddingLink PredictionNode ClassificationVariational Inference