Short Text Topic Modeling with Topic Distribution Quantization and Negative Sampling Decoder
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-occurrences; thus tend to yield repetitive or trivial topics with low quality. In this paper, to address this issue, we propose a novel neural topic model in the framework of autoencoding with a new topic distribution quantization approach generating peakier distributions that are more appropriate for modeling short texts. Besides the encoding, to tackle this issue in terms of decoding, we further propose a novel negative sampling decoder learning from negative samples to avoid yielding repetitive topics. We observe that our model can highly improve short text topic modeling performance. Through extensive experiments on real-world datasets, we demonstrate our model can outperform both strong traditional and neural baselines under extreme data sparsity scenes, producing high-quality topics.
Code (2)
Tasks
DecoderQuantizationTopic ModelsSimilar Papers 제목 키워드 기반
Mitigating Data Sparsity for Short Text Topic Modeling by Topic-Semantic Contrastive Learning
To overcome the data sparsity issue in short text topic modeling, existing methods commonly rely on data augmentation or the data characteristic of short texts to introduce more word co-occurrence information. However, m…
Contrastive LearningData AugmentationContext Reinforced Neural Topic Modeling over Short Texts
As one of the prevalent topic mining tools, neural topic modeling has attracted a lot of interests for the advantages of high efficiency in training and strong generalisation abilities. However, due to the lack of contex…
text-classificationText ClassificationTopic ModelsWord EmbeddingsAOBTM: Adaptive Online Biterm Topic Modeling Method for Version Sensitive Short-texts Analysis
Analysis of mobile app reviews has shown its important role in requirement engineering, software maintenance, and the evolution of mobile apps. Mobile app developers check their users’ reviews frequently to clarify the i…
Topic ModelsAOBTM: Adaptive Online Biterm Topic Modeling for Version Sensitive Short-texts Analysis
Analysis of mobile app reviews has shown its important role in requirement engineering, software maintenance and evolution of mobile apps. Mobile app developers check their users' reviews frequently to clarify the issues…
Topic ModelsEnhancing Topic Modeling for Short Texts with Auxiliary Word Embeddings
Many applications require semantic understanding of short texts, and inferring discriminative and coherent latent topics is a critical and fundamental task in these applications. Conventional topic models largely rely on…
GPUtext-classificationText ClassificationTopic Models+1