paper-with-me

Papers

A Rare Topic Discovery Model for Short Texts Based on Co-occurrence word Network

2022-06-30 · Chengjie Ma, Junping Du, Yingxia Shao, Ang Li, Zeli Guan

We provide a simple and general solution for the discovery of scarce topics in unbalanced short-text datasets, namely, a word co-occurrence network-based model CWIBTD, which can simultaneously address the sparsity and unbalance of short-text topics and attenuate the effect of occasional pairwise occurrences of words, allowing the model to focus more on the discovery of scarce topics. Unlike previous approaches, CWIBTD uses co-occurrence word networks to model the topic distribution of each word, which improves the semantic density of the data space and ensures its sensitivity in identify-ing rare topics by improving the way node activity is calculated and normal-izing scarce topics and large topics to some extent. In addition, using the same Gibbs sampling as LDA makes CWIBTD easy to be extended to vari-ous application scenarios. Extensive experimental validation in the unbal-anced short text dataset confirms the superiority of CWIBTD over the base-line approach in discovering rare topics. Our model can be used for early and accurate discovery of emerging topics or unexpected events on social platforms.

📄 PDF Abstract BibTeX arXiv:2207.00432

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

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 제목 키워드 기반

Extracting Topics with Simultaneous Word Co-occurrence and Semantic Correlation Graphs: Neural Topic Modeling for Short Texts

2021-11-01 · Findings (EMNLP) 2021 11 · Yiming Wang, Ximing Li, Xiaotang Zhou, Jihong Ouyang

Short text nowadays has become a more fashionable form of text data, e.g., Twitter posts, news titles, and product reviews. Extracting semantic topics from short texts plays a significant role in a wide spectrum of NLP a…

Topic ModelsVariational InferenceWord Embeddings

Word Network Topic Model: A Simple but General Solution for Short and Imbalanced Texts

2014-12-17 · Yuan Zuo, Jichang Zhao, Ke Xu

The short text has been the prevalent format for information of Internet in recent decades, especially with the development of online social media, whose millions of users generate a vast number of short messages everyda…

Topic Models

Topic Modeling over Short Texts by Incorporating Word Embeddings

2016-09-27 · Jipeng Qiang, Ping Chen, Tong Wang, Xindong Wu

Inferring topics from the overwhelming amount of short texts becomes a critical but challenging task for many content analysis tasks, such as content charactering, user interest profiling, and emerging topic detecting. E…

Word Embeddings

Short Text Topic Modeling Techniques, Applications, and Performance: A Survey

2019-04-13 · Qiang Jipeng, Qian Zhenyu, Li Yun, Yuan Yunhao 외

Analyzing short texts infers discriminative and coherent latent topics that is a critical and fundamental task since many real-world applications require semantic understanding of short texts. Traditional long text topic…

Survey

Let the Pretrained Language Models "Imagine" for Short Texts Topic Modeling

2023-10-24 · Pritom Saha Akash, Jie Huang, Kevin Chen-Chuan Chang

Topic models are one of the compelling methods for discovering latent semantics in a document collection. However, it assumes that a document has sufficient co-occurrence information to be effective. However, in short te…

Text GenerationTopic Models