paper-with-me

Papers

Towards Big Topic Modeling

2013-11-17 · Jian-Feng Yan, Jia Zeng, Zhi-Qiang Liu, Yang Gao

To solve the big topic modeling problem, we need to reduce both time and space complexities of batch latent Dirichlet allocation (LDA) algorithms. Although parallel LDA algorithms on the multi-processor architecture have low time and space complexities, their communication costs among processors often scale linearly with the vocabulary size and the number of topics, leading to a serious scalability problem. To reduce the communication complexity among processors for a better scalability, we propose a novel communication-efficient parallel topic modeling architecture based on power law, which consumes orders of magnitude less communication time when the number of topics is large. We combine the proposed communication-efficient parallel architecture with the online belief propagation (OBP) algorithm referred to as POBP for big topic modeling tasks. Extensive empirical results confirm that POBP has the following advantages to solve the big topic modeling problem: 1) high accuracy, 2) communication-efficient, 3) fast speed, and 4) constant memory usage when compared with recent state-of-the-art parallel LDA algorithms on the multi-processor architecture.

📄 PDF Abstract BibTeX arXiv:1311.4150

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

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