当前位置:   article > 正文

Latent Dirichlet Allocation_latentdirichletallocation

latentdirichletallocation

abstract
We describe latent Dirichlet allocation (LDA), a generative probabilistic model for collections of discrete data such as text corpora.
LDA is a three-level hierarchical Bayesian model, in which each item of a collection is modeled as a finite mixture over an underlying set of topics.
Each topic is, in turn, modeled as an infinite mixture over an underlying set of topic probabilities.
In the context of text modeling, the topic probabilities provide an explicit representation of a document.
We present efficient approximate inference techniques based on variational methods and an EM algorithm for empirical Bayes parameter estimation.
We report results in document modeling, text classification, and collaborative filtering, comparing to a mixture of unigrams model and the probabilistic LSI model.

1. Introduction

2. Notation and terminology

entities:

  • words
  • documents
  • corpora
entitymeaning
wordthe basic unit of discrete data, defined to be an item from a vocabulary indexed by {1,…,V}.
documentsa sequence of N words denoted by w =(w1,w2,…,wN), where wn is the nth word in the sequence.
corporaa collection of M documents denoted by D ={w1,w2,…,wM}

3. Latent Dirichlet allocation

3.1 LDA & exchangeability

3.2 A continuous mixture of unigrams

4.relationship with other latent variable models

4.1 unigram model

4.2 Mixture of unigram

4.3 Probabilistic latent semantic indexing

4.4 A geometric interpretation

5. Inference and Parameter Estimation

5.1 Inference(推理判断)

在这里插入图片描述

5.2 Variational inference

在这里插入图片描述
在这里插入图片描述

5.3 Parameter Estimation

5.4 smoothing

6 example

在这里插入图片描述

7 Applications and Empirical Results

  • document modeling
  • document classification
  • collaborative filtering

7.1 Document modeling

A lower perplexity score indicates better generalization performance
在这里插入图片描述

7.2 Document classification

在这里插入图片描述
there is little reduction in classification performance in using the LDA-based features; indeed, in almost all cases the performance is improved with the LDA features. Although these results need further substantiation, they suggest that the topic-based representation provided by LDA may be useful as a fast filtering algorithm for feature selection in text classification.

7.2 collaborative filtering

We train a model on a fully observed set of users. Then, for each unobserved user, we are shown all but one of the movies preferred by that user and are asked to predict what the held-out movie is.
在这里插入图片描述
Under the mixture of unigrams model, the probability of a movie given a set of observed movies is obtained from the posterior distribution over topics:
在这里插入图片描述

In the pLSI model, the probability of a held-out movie is given by the same equation except that p(z|wobs) is computed by folding in the previously seen movies.

Finally, in the LDA model, the probability of a held-out movie is given by integrating over the posterior Dirichlet:
在这里插入图片描述
在这里插入图片描述

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/不正经/article/detail/195656
推荐阅读
  

闽ICP备14008679号