paper-with-me

Papers

Nested Variational Autoencoder for Topic Modeling on Microtexts with Word Vectors

2019-05-01 · Trung Trinh, Tho Quan, Trung Mai

Most of the information on the Internet is represented in the form of microtexts, which are short text snippets such as news headlines or tweets. These sources of information are abundant, and mining these data could uncover meaningful insights. Topic modeling is one of the popular methods to extract knowledge from a collection of documents; however, conventional topic models such as latent Dirichlet allocation (LDA) are unable to perform well on short documents, mostly due to the scarcity of word co-occurrence statistics embedded in the data. The objective of our research is to create a topic model that can achieve great performances on microtexts while requiring a small runtime for scalability to large datasets. To solve the lack of information of microtexts, we allow our method to take advantage of word embeddings for additional knowledge of relationships between words. For speed and scalability, we apply autoencoding variational Bayes, an algorithm that can perform efficient black-box inference in probabilistic models. The result of our work is a novel topic model called the nested variational autoencoder, which is a distribution that takes into account word vectors and is parameterized by a neural network architecture. For optimization, the model is trained to approximate the posterior distribution of the original LDA model. Experiments show the improvements of our model on microtexts as well as its runtime advantage.

📄 PDF Abstract BibTeX arXiv:1905.00195

Code (1)

trungtrinh44/N-VAE 공식 구현 tf

Tasks

Topic ModelsWord Embeddings

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
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 제목 키워드 기반

Nested Hierarchical Dirichlet Processes

2012-10-25 · John Paisley, Chong Wang, David M. Blei, Michael. I. Jordan

We develop a nested hierarchical Dirichlet process (nHDP) for hierarchical topic modeling. The nHDP is a generalization of the nested Chinese restaurant process (nCRP) that allows each word to follow its own path to a to…

Variational Inference

Dirichlet Variational Autoencoder for Text Modeling

2018-10-31 · Yijun Xiao, Tiancheng Zhao, William Yang Wang

We introduce an improved variational autoencoder (VAE) for text modeling with topic information explicitly modeled as a Dirichlet latent variable. By providing the proposed model topic awareness, it is more superior at r…

vONTSS: vMF based semi-supervised neural topic modeling with optimal transport

2023-07-03 · Weijie Xu, Xiaoyu Jiang, Srinivasan H. Sengamedu, Francis Iannacci 외

Recently, Neural Topic Models (NTM), inspired by variational autoencoders, have attracted a lot of research interest; however, these methods have limited applications in the real world due to the challenge of incorporati…

ClassificationDiversitytext-classificationText Classification+2

S2WTM: Spherical Sliced-Wasserstein Autoencoder for Topic Modeling

2025-07-16 · Suman Adhya, Debarshi Kumar Sanyal arxiv

Modeling latent representations in a hyperspherical space has proven effective for capturing directional similarities in high-dimensional text data, benefiting topic modeling. Variational autoencoder-based neural topic m…

Topic Models

Hybrid Classical-Quantum Variational Autoencoder for Neural Topic Modeling

2026-06-11 · Ivan Kankeu arxiv

Neural topic models enable scalable semantic discovery, but their integration with quantum hardware remains largely unexplored. We present a proof-of-concept hybrid classical-quantum variational autoencoder (VAE) for top…

Topic Models