paper-with-me

홈 › Papers

Bag of biterms modeling for short texts

2020-03-26 · Anh Phan Tuan, Bach Tran, Thien Nguyen Huu, Linh Ngo Van, Khoat Than

Analyzing texts from social media encounters many challenges due to their unique characteristics of shortness, massiveness, and dynamic. Short texts do not provide enough context information, causing the failure of the traditional statistical models. Furthermore, many applications often face with massive and dynamic short texts, causing various computational challenges to the current batch learning algorithms. This paper presents a novel framework, namely Bag of Biterms Modeling (BBM), for modeling massive, dynamic, and short text collections. BBM comprises of two main ingredients: (1) the concept of Bag of Biterms (BoB) for representing documents, and (2) a simple way to help statistical models to include BoB. Our framework can be easily deployed for a large class of probabilistic models, and we demonstrate its usefulness with two well-known models: Latent Dirichlet Allocation (LDA) and Hierarchical Dirichlet Process (HDP). By exploiting both terms (words) and biterms (pairs of words), the major advantages of BBM are: (1) it enhances the length of the documents and makes the context more coherent by emphasizing the word connotation and co-occurrence via Bag of Biterms, (2) it inherits inference and learning algorithms from the primitive to make it straightforward to design online and streaming algorithms for short texts. Extensive experiments suggest that BBM outperforms several state-of-the-art models. We also point out that the BoB representation performs better than the traditional representations (e.g, Bag of Words, tf-idf) even for normal texts.

📄 PDF Abstract BibTeX arXiv:2003.11948

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

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

BERTopic for Topic Modeling of Hindi Short Texts: A Comparative Study

2025-01-07 · Atharva Mutsaddi, Anvi Jamkhande, Aryan Thakre, Yashodhara Haribhakta

As short text data in native languages like Hindi increasingly appear in modern media, robust methods for topic modeling on such data have gained importance. This study investigates the performance of BERTopic in modelin…

Document EmbeddingTopic Models

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

Enhancing Short-Text Topic Modeling with LLM-Driven Context Expansion and Prefix-Tuned VAEs

2024-10-04 · Pritom Saha Akash, Kevin Chen-Chuan Chang

Topic modeling is a powerful technique for uncovering hidden themes within a collection of documents. However, the effectiveness of traditional topic models often relies on sufficient word co-occurrence, which is lacking…

Language ModelingLanguage ModellingTopic 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