Latent Dirichlet Allocation

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:
在这里插入图片描述
在这里插入图片描述

  • 0
    点赞
  • 2
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值