paper-with-me

Papers

Scalable Dynamic Topic Modeling with Clustered Latent Dirichlet Allocation (CLDA)

2016-10-25 · Chris Gropp, Alexander Herzog, Ilya Safro, Paul W. Wilson, Amy W. Apon

Topic modeling, a method for extracting the underlying themes from a collection of documents, is an increasingly important component of the design of intelligent systems enabling the sense-making of highly dynamic and diverse streams of text data. Traditional methods such as Dynamic Topic Modeling (DTM) do not lend themselves well to direct parallelization because of dependencies from one time step to another. In this paper, we introduce and empirically analyze Clustered Latent Dirichlet Allocation (CLDA), a method for extracting dynamic latent topics from a collection of documents. Our approach is based on data decomposition in which the data is partitioned into segments, followed by topic modeling on the individual segments. The resulting local models are then combined into a global solution using clustering. The decomposition and resulting parallelization leads to very fast runtime even on very large datasets. Our approach furthermore provides insight into how the composition of topics changes over time and can also be applied using other data partitioning strategies over any discrete features of the data, such as geographic features or classes of users. In this paper CLDA is applied successfully to seventeen years of NIPS conference papers (2,484 documents and 3,280,697 words), seventeen years of computer science journal abstracts (533,560 documents and 32,551,540 words), and to forty years of the PubMed corpus (4,025,978 documents and 273,853,980 words).

📄 PDF Abstract BibTeX arXiv:1610.07703

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringDynamic Topic Modeling

Similar Papers 제목 키워드 기반

Scalable inference of topic evolution via models for latent geometric structures

2018-09-24 · NeurIPS 2019 12 · Mikhail Yurochkin, Zhiwei Fan, Aritra Guha, Paraschos Koutris 외

We develop new models and algorithms for learning the temporal dynamics of the topic polytopes and related geometric objects that arise in topic model based inference. Our model is nonparametric Bayesian and the correspo…

Exploratory topic modeling with distributional semantics

2015-07-16 · Samuel Rönnqvist

As we continue to collect and store textual data in a multitude of domains, we are regularly confronted with material whose largely unknown thematic structure we want to uncover. With unsupervised, exploratory analysis, …

Semantic SimilaritySemantic Textual Similarity

TopicTag: Automatic Annotation of NMF Topic Models Using Chain of Thought and Prompt Tuning with LLMs

2024-07-29 · Selma Wanna, Ryan Barron, Nick Solovyev, Maksim E. Eren 외

Topic modeling is a technique for organizing and extracting themes from large collections of unstructured text. Non-negative matrix factorization (NMF) is a common unsupervised approach that decomposes a term frequency-i…

Knowledge GraphsManagementPrompt EngineeringTopic Models

Improving Reliability of Latent Dirichlet Allocation by Assessing Its Stability Using Clustering Techniques on Replicated Runs

2020-02-14 · Jonas Rieger, Lars Koppers, Carsten Jentsch, Jörg Rahnenführer

For organizing large text corpora topic modeling provides useful tools. A widely used method is Latent Dirichlet Allocation (LDA), a generative probabilistic model which models single texts in a collection of texts as mi…

ArticlesClustering

Hybrid Classical-Quantum Variational Autoencoder for Neural Topic Modeling

2026-06-11 · Ivan Kankeu arxiv

Neural topic models enable scalable semantic discovery, but their integration with quantum hardware remains largely unexplored. We present a proof-of-concept hybrid classical-quantum variational autoencoder (VAE) for top…

Topic Models