paper-with-me

Papers

Autoencoding Documents for Topic Modeling with L-2 Sparsity Regularization

2018-10-22 · Anonymous

We propose a novel yet simple neural network architecture for topic modelling. The method is based on training an autoencoder structure where the bottleneck represents the space of the topics distribution and the decoder outputs represent the space of the words distributions over the topics. We exploit an auxiliary decoder to prevent mode collapsing in our model. A key feature for an effective topic modelling method is having sparse topics and words distributions, where there is a trade-off between the sparsity level of topics and words. This feature is implemented in our model by L-2 regularization and the model hyperparameters take care of the trade-off. We show in our experiments that our model achieves competitive results compared to the state-of-the-art deep models for topic modelling, despite its simple architecture and training procedure. The “New York Times” and “20 Newsgroups” datasets are used in the experiments.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Decoder

Similar Papers 제목 키워드 기반

Short Text Topic Modeling with Topic Distribution Quantization and Negative Sampling Decoder

2020-11-01 · EMNLP 2020 11 · Xiaobao Wu, Chunping Li, Yan Zhu, Yishu Miao

Topic models have been prevailing for many years on discovering latent semantics while modeling long documents. However, for short texts they generally suffer from data sparsity because of extremely limited word co-occur…

DecoderQuantizationTopic Models

Neural Topic Modeling with Continual Lifelong Learning

2020-06-19 · ICML 2020 1 · Pankaj Gupta, Yatin Chaudhary, Thomas Runkler, Hinrich Schütze

Lifelong learning has recently attracted attention in building machine learning systems that continually accumulate and transfer knowledge to help future learning. Unsupervised topic modeling has been popularly used to d…

Data AugmentationInformation RetrievalLifelong learningRetrieval+1

Towards Autoencoding Variational Inference for Aspect-based Opinion Summary

2019-02-07 · Tai Hoang, Huy Le, Tho Quan

Aspect-based Opinion Summary (AOS), consisting of aspect discovery and sentiment classification steps, has recently been emerging as one of the most crucial data mining tasks in e-commerce systems. Along this direction, …

General ClassificationSentiment AnalysisSentiment ClassificationTopic Models+1

Graph Topic Modeling for Documents with Spatial or Covariate Dependencies

2024-12-19 · Yeo Jin Jung, Claire Donnat

We address the challenge of incorporating document-level metadata into topic modeling to improve topic mixture estimation. To overcome the computational complexity and lack of theoretical guarantees in existing Bayesian …

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 …

Recommendation SystemsTopic ModelsVariational Inference