paper-with-me

Papers

Supervised Topic Models

2010-03-03 · NeurIPS 2007 12 · David M. Blei, Jon D. McAuliffe

We introduce supervised latent Dirichlet allocation (sLDA), a statistical model of labelled documents. The model accommodates a variety of response types. We derive an approximate maximum-likelihood procedure for parameter estimation, which relies on variational methods to handle intractable posterior expectations. Prediction problems motivate this research: we use the fitted model to predict response values for new documents. We test sLDA on two real-world problems: movie ratings predicted from reviews, and the political tone of amendments in the U.S. Senate based on the amendment text. We illustrate the benefits of sLDA versus modern regularized regression, as well as versus an unsupervised LDA analysis followed by a separate regression.

📄 PDF Abstract BibTeX arXiv:1003.0783

Code (1)

labixiaoK/lda

Tasks

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

A Topic Coverage Approach to Evaluation of Topic Models

2020-12-11 · Damir Korenčić, Strahil Ristov, Jelena Repar, Jan Šnajder

Topic models are widely used unsupervised models capable of learning topics - weighted lists of words and documents - from large collections of text documents. When topic models are used for discovery of topics in text c…

Topic coverageTopic Models

A Bayesian Topic Model for Human-Evaluated Interpretability

2022-06-01 · LREC 2022 6 · Justin Wood, Corey Arnold, Wei Wang

One desiderata of topic modeling is to produce interpretable topics. Given a cluster of document-tokens comprising a topic, we can order the topic by counting each word. It is natural to think that each topic could easil…

Topic Models

vONTSS: vMF based semi-supervised neural topic modeling with optimal transport

2023-07-03 · Weijie Xu, Xiaoyu Jiang, Srinivasan H. Sengamedu, Francis Iannacci 외

Recently, Neural Topic Models (NTM), inspired by variational autoencoders, have attracted a lot of research interest; however, these methods have limited applications in the real world due to the challenge of incorporati…

ClassificationDiversitytext-classificationText Classification+2

Siamese Network-Based Supervised Topic Modeling

2018-10-01 · EMNLP 2018 10 · Minghui Huang, Yanghui Rao, Yuwei Liu, Haoran Xie 외

Label-specific topics can be widely used for supporting personality psychology, aspect-level sentiment analysis, and cross-domain sentiment classification. To generate label-specific topics, several supervised topic mode…

General ClassificationSentiment AnalysisSentiment ClassificationTopic Models+1

Human in the loop: How to effectively create coherent topics by manually labeling only a few documents per class

2022-12-19 · Anton Thielmann, Christoph Weisser, Benjamin Säfken

Few-shot methods for accurate modeling under sparse label-settings have improved significantly. However, the applications of few-shot modeling in natural language processing remain solely in the field of document classif…

Document ClassificationFew-Shot Learning