paper-with-me

홈 › Papers

GloCOM: A Short Text Neural Topic Model via Global Clustering Context

2024-11-30 · Quang Duc Nguyen, Tung Nguyen, Duc Anh Nguyen, Linh Ngo Van, Sang Dinh, Thien Huu Nguyen

Uncovering hidden topics from short texts is challenging for traditional and neural models due to data sparsity, which limits word co-occurrence patterns, and label sparsity, stemming from incomplete reconstruction targets. Although data aggregation offers a potential solution, existing neural topic models often overlook it due to time complexity, poor aggregation quality, and difficulty in inferring topic proportions for individual documents. In this paper, we propose a novel model, GloCOM (Global Clustering COntexts for Topic Models), which addresses these challenges by constructing aggregated global clustering contexts for short documents, leveraging text embeddings from pre-trained language models. GloCOM can infer both global topic distributions for clustering contexts and local distributions for individual short texts. Additionally, the model incorporates these global contexts to augment the reconstruction loss, effectively handling the label sparsity issue. Extensive experiments on short text datasets show that our approach outperforms other state-of-the-art models in both topic quality and document representations.

📄 PDF Abstract BibTeX arXiv:2412.00525

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringTopic Models

Similar Papers 제목 키워드 기반

TopiCLEAR: Adaptive embedding clustering for interpretable topic discovery from short texts

2025-12-07 · Aoi Fujita, Taichi Yamamoto, Yuri Nakayama, Ryota Kobayashi arxiv

Topic discovery is a fundamental technique for text mining that identifies abstract topics within large document collections. A recent approach to topic discovery is to cluster document or sentence embeddings, typically …

Contextual Embedding-based Clustering to Identify Topics for Healthcare Service Improvement

2025-04-18 · K M Sajjadul Islam, Ravi Teja Karri, Srujan Vegesna, Jiawei Wu 외

Understanding patient feedback is crucial for improving healthcare services, yet analyzing unlabeled short-text feedback presents significant challenges due to limited data and domain-specific nuances. Traditional superv…

Clustering

Improving Deep Embedded Clustering via Learning Cluster-level Representations

2022-10-01 · COLING 2022 10 · Qing Yin, Zhihua Wang, Yunya Song, Yida Xu 외

Driven by recent advances in neural networks, various Deep Embedding Clustering (DEC) based short text clustering models are being developed. In these works, latent representation learning and text clustering are perform…

ClusteringContrastive LearningRepresentation LearningShort Text Clustering+1

Experiments on Generalizability of BERTopic on Multi-Domain Short Text

2022-12-16 · Muriël de Groot, Mohammad Aliannejadi, Marcel R. Haas

Topic modeling is widely used for analytically evaluating large collections of textual data. One of the most popular topic techniques is Latent Dirichlet Allocation (LDA), which is flexible and adaptive, but not optimal …

ClusteringDiversity

Leveraging Meta Information in Short Text Aggregation

2019-07-01 · ACL 2019 7 · He Zhao, Lan Du, Guanfeng Liu, Wray Buntine

Short texts such as tweets often contain insufficient word co-occurrence information for training conventional topic models. To deal with the insufficiency, we propose a generative model that aggregates short texts into …

ClusteringTopic Models