paper-with-me

Papers

Deep NMF Topic Modeling

2021-02-24 · Jianyu Wang, Xiao-Lei Zhang

Nonnegative matrix factorization (NMF) based topic modeling methods do not rely on model- or data-assumptions much. However, they are usually formulated as difficult optimization problems, which may suffer from bad local minima and high computational complexity. In this paper, we propose a deep NMF (DNMF) topic modeling framework to alleviate the aforementioned problems. It first applies an unsupervised deep learning method to learn latent hierarchical structures of documents, under the assumption that if we could learn a good representation of documents by, e.g. a deep model, then the topic word discovery problem can be boosted. Then, it takes the output of the deep model to constrain a topic-document distribution for the discovery of the discriminant topic words, which not only improves the efficacy but also reduces the computational complexity over conventional unsupervised NMF methods. We constrain the topic-document distribution in three ways, which takes the advantages of the three major sub-categories of NMF -- basic NMF, structured NMF, and constrained NMF respectively. To overcome the weaknesses of deep neural networks in unsupervised topic modeling, we adopt a non-neural-network deep model -- multilayer bootstrap network. To our knowledge, this is the first time that a deep NMF model is used for unsupervised topic modeling. We have compared the proposed method with a number of representative references covering major branches of topic modeling on a variety of real-world text corpora. Experimental results illustrate the effectiveness of the proposed method under various evaluation metrics.

📄 PDF Abstract BibTeX arXiv:2102.12998

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Latent Dirichlet Allocation (LDA) and Topic modeling: models, applications, a survey

2017-11-12 · Hamed Jelodar, Yongli Wang, Chi Yuan, Xia Feng 외

Topic modeling is one of the most powerful techniques in text mining for data mining, latent data discovery, and finding relationships among data, text documents. Researchers have published many articles in the field of …

Articles

MALTopic: Multi-Agent LLM Topic Modeling Framework

2026-01-07 · Yash Sharma arxiv

Topic modeling is a crucial technique for extracting latent themes from unstructured text data, particularly valuable in analyzing survey responses. However, traditional methods often only consider free-text responses an…

Qualitative Insights Tool (QualIT): LLM Enhanced Topic Modeling

2024-09-24 · Satya Kapoor, Alex Gil, Sreyoshi Bhaduri, Anshul Mittal 외

Topic modeling is a widely used technique for uncovering thematic structures from large text corpora. However, most topic modeling approaches e.g. Latent Dirichlet Allocation (LDA) struggle to capture nuanced semantics a…

ArticlesBenchmarkingClusteringDiversity+1

Semantic-Driven Topic Modeling Using Transformer-Based Embeddings and Clustering Algorithms

2024-09-30 · Melkamu Abay Mersha, Mesay Gemeda Yigezu, Jugal Kalita

Topic modeling is a powerful technique to discover hidden topics and patterns within a collection of documents without prior knowledge. Traditional topic modeling and clustering-based techniques encounter challenges in c…

ClusteringSemantic SimilaritySemantic Textual Similarity

Topic Modeling in Marathi

2025-02-04 · Sanket Shinde, Raviraj Joshi

While topic modeling in English has become a prevalent and well-explored area, venturing into topic modeling for Indic languages remains relatively rare. The limited availability of resources, diverse linguistic structur…

Diversity