paper-with-me

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-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.

📄 PDF Abstract BibTeX

Code (2)

bobxwu/NQTM 공식 구현 tf
bobxwu/topmost pytorch

Tasks

DecoderQuantizationTopic Models

Similar Papers 제목 키워드 기반

Mitigating Data Sparsity for Short Text Topic Modeling by Topic-Semantic Contrastive Learning

2022-11-23 · Xiaobao Wu, Anh Tuan Luu, Xinshuai Dong

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 Augmentation

Context Reinforced Neural Topic Modeling over Short Texts

2020-08-11 · Jiachun Feng, Zusheng Zhang, Cheng Ding, Yanghui Rao 외

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 Embeddings

AOBTM: Adaptive Online Biterm Topic Modeling Method for Version Sensitive Short-texts Analysis

2020-09-28 · Mohammad Abdul Hadi, Fatemeh H Fard

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 Models

AOBTM: Adaptive Online Biterm Topic Modeling for Version Sensitive Short-texts Analysis

2020-09-13 · Mohammad Abdul Hadi, Fatemeh H Fard

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 Models

Enhancing Topic Modeling for Short Texts with Auxiliary Word Embeddings

2018-12-22 · Chenliang Li, Yu Duan, Haoran Wang, Zhiqian Zhang 외

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