paper-with-me

홈 › Papers

Parsimonious Topic Models with Salient Word Discovery

2014-01-22 · Hossein Soleimani, David J. Miller

We propose a parsimonious topic model for text corpora. In related models such as Latent Dirichlet Allocation (LDA), all words are modeled topic-specifically, even though many words occur with similar frequencies across different topics. Our modeling determines salient words for each topic, which have topic-specific probabilities, with the rest explained by a universal shared model. Further, in LDA all topics are in principle present in every document. By contrast our model gives sparse topic representation, determining the (small) subset of relevant topics for each document. We derive a Bayesian Information Criterion (BIC), balancing model complexity and goodness of fit. Here, interestingly, we identify an effective sample size and corresponding penalty specific to each parameter type in our model. We minimize BIC to jointly determine our entire model -- the topic-specific words, document-specific topics, all model parameter values, {\it and} the total number of topics -- in a wholly unsupervised fashion. Results on three text corpora and an image dataset show that our model achieves higher test set likelihood and better agreement with ground-truth class labels, compared to LDA and to a model designed to incorporate sparsity.

📄 PDF Abstract BibTeX arXiv:1401.6169

Code (1)

hsoleimani/PTM 공식 구현

Tasks

Topic Models

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

Context Reinforced Neural Topic Modeling over Short Texts

2020-08-11 · Jiachun Feng, Zusheng Zhang, Cheng Ding, Yanghui Rao 외

As one of the prevalent topic mining tools, neural topic modeling has attracted a lot of interests for the advantages of high efficiency in training and strong generalisation abilities. However, due to the lack of contex…

text-classificationText ClassificationTopic ModelsWord Embeddings

ATD: Anomalous Topic Discovery in High Dimensional Discrete Data

2015-12-20 · Hossein Soleimani, David J. Miller

We propose an algorithm for detecting patterns exhibited by anomalous clusters in high dimensional discrete data. Unlike most anomaly detection (AD) methods, which detect individual anomalies, our proposed method detects…

Anomaly DetectionTopic ModelsVocal Bursts Intensity Prediction

A Rare Topic Discovery Model for Short Texts Based on Co-occurrence word Network

2022-06-30 · Chengjie Ma, Junping Du, Yingxia Shao, Ang Li 외

We provide a simple and general solution for the discovery of scarce topics in unbalanced short-text datasets, namely, a word co-occurrence network-based model CWIBTD, which can simultaneously address the sparsity and un…

Effective Seed-Guided Topic Discovery by Integrating Multiple Types of Contexts

2022-12-12 · Yu Zhang, Yunyi Zhang, Martin Michalski, Yucheng Jiang 외

Instead of mining coherent topics from a given text corpus in a completely unsupervised manner, seed-guided topic discovery methods leverage user-provided seed words to extract distinctive and coherent topics so that the…

Language ModellingWord Embeddings

Gaussian Hierarchical Latent Dirichlet Allocation: Bringing Polysemy Back

2020-02-25 · Takahiro Yoshida, Ryohei Hisano, Takaaki Ohnishi

Topic models are widely used to discover the latent representation of a set of documents. The two canonical models are latent Dirichlet allocation, and Gaussian latent Dirichlet allocation, where the former uses multinom…

Topic Models