paper-with-me

홈 › Papers

Source-LDA: Enhancing probabilistic topic models using prior knowledge sources

2016-06-02 · Justin Wood, Patrick Tan, Wei Wang, Corey Arnold

A popular approach to topic modeling involves extracting co-occurring n-grams of a corpus into semantic themes. The set of n-grams in a theme represents an underlying topic, but most topic modeling approaches are not able to label these sets of words with a single n-gram. Such labels are useful for topic identification in summarization systems. This paper introduces a novel approach to labeling a group of n-grams comprising an individual topic. The approach taken is to complement the existing topic distributions over words with a known distribution based on a predefined set of topics. This is done by integrating existing labeled knowledge sources representing known potential topics into the probabilistic topic model. These knowledge sources are translated into a distribution and used to set the hyperparameters of the Dirichlet generated distribution over words. In the inference these modified distributions guide the convergence of the latent topics to conform with the complementary distributions. This approach ensures that the topic inference process is consistent with existing knowledge. The label assignment from the complementary knowledge sources are then transferred to the latent topics of the corpus. The results show both accurate label assignment to topics as well as improved topic generation than those obtained using various labeling approaches based off Latent Dirichlet allocation (LDA).

📄 PDF Abstract BibTeX arXiv:1606.00577

Code (1)

ucla-scai/Source-LDA 공식 구현

Tasks

Topic Models

Similar Papers 제목 키워드 기반

PRISM: PRIor from corpus Statistics for topic Modeling

2026-03-31 · Tal Ishon, Yoav Goldberg, Uri Shaham arxiv

Topic modeling seeks to uncover latent semantic structure in text, with LDA providing a foundational probabilistic framework. While recent methods often incorporate external knowledge (e.g., pre-trained embeddings), such…

A Graph Convolutional Topic Model for Short and Noisy Text Streams

2020-03-13 · Ngo Van Linh, Tran Xuan Bach, Khoat Than

Learning hidden topics from data streams has become absolutely necessary but posed challenging problems such as concept drift as well as short and noisy data. Using prior knowledge to enrich a topic model is one of poten…

Topic ModelsWord Embeddings

Managing sparsity, time, and quality of inference in topic models

2012-10-26 · Khoat Than, Tu Bao Ho

Inference is an integral part of probabilistic topic models, but is often non-trivial to derive an efficient algorithm for a specific model. It is even much more challenging when we want to find a fast inference algorith…

Topic Models

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

Keyword Assisted Topic Models

2020-04-13 · Shusei Eshima, Kosuke Imai, Tomoya Sasaki

In recent years, fully automated content analysis based on probabilistic topic models has become popular among social scientists because of their scalability. The unsupervised nature of the models makes them suitable for…

Document ClassificationTopic Models