paper-with-me

Papers

The Dynamic Embedded Topic Model

2019-07-12 · Adji B. Dieng, Francisco J. R. Ruiz, David M. Blei

Topic modeling analyzes documents to learn meaningful patterns of words. For documents collected in sequence, dynamic topic models capture how these patterns vary over time. We develop the dynamic embedded topic model (D-ETM), a generative model of documents that combines dynamic latent Dirichlet allocation (D-LDA) and word embeddings. The D-ETM models each word with a categorical distribution parameterized by the inner product between the word embedding and a per-time-step embedding representation of its assigned topic. The D-ETM learns smooth topic trajectories by defining a random walk prior over the embedding representations of the topics. We fit the D-ETM using structured amortized variational inference with a recurrent neural network. On three different corpora---a collection of United Nations debates, a set of ACL abstracts, and a dataset of Science Magazine articles---we found that the D-ETM outperforms D-LDA on a document completion task. We further found that the D-ETM learns more diverse and coherent topics than D-LDA while requiring significantly less time to fit.

📄 PDF Abstract BibTeX arXiv:1907.05545

Code (1)

adjidieng/DETM 공식 구현 pytorch

Tasks

ArticlesmodelTopic ModelsVariational InferenceWord Embeddings

Similar Papers 제목 키워드 기반

Merging Embedded Topics with Optimal Transport for Online Topic Modeling on Data Streams

2025-04-10 · Federica Granese, Benjamin Navet, Serena Villata, Charles Bouveyron

Topic modeling is a key component in unsupervised learning, employed to identify topics within a corpus of textual data. The rapid growth of social media generates an ever-growing volume of textual data daily, making onl…

Change Point Detection

Dynamic embedded topic models and change-point detection for exploring literary-historical hypotheses

2024-01-25 · Hale Sirin, Tom Lippincott

We present a novel combination of dynamic embedded topic models and change-point detection to explore diachronic change of lexical semantic modality in classical and early Christian Latin. We demonstrate several methods …

Change Point DetectionTopic Models

VSEC-LDA: Boosting Topic Modeling with Embedded Vocabulary Selection

2020-01-15 · Yuzhen Ding, Baoxin Li

Topic modeling has found wide application in many problems where latent structures of the data are crucial for typical inference tasks. When applying a topic model, a relatively standard pre-processing step is to first b…

Topic Models

A Topical Approach to Capturing Customer Insight In Social Media

2023-07-14 · Miguel Palencia-Olivar

The age of social media has opened new opportunities for businesses. This flourishing wealth of information is outside traditional channels and frameworks of classical marketing research, including that of Marketing Mix …

MarketingTransfer LearningWord Embeddings

Keyword Assisted Embedded Topic Model

2021-11-22 · Bahareh Harandizadeh, J. Hunter Priniski, Fred Morstatter

By illuminating latent structures in a corpus of text, topic models are an essential tool for categorizing, summarizing, and exploring large collections of documents. Probabilistic topic models, such as latent Dirichlet …

modelTopic ModelsWord Embeddings