赞
踩
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.
entities:
entity | meaning |
---|---|
word | the basic unit of discrete data, defined to be an item from a vocabulary indexed by {1,…,V}. |
documents | a sequence of N words denoted by w =(w1,w2,…,wN), where wn is the nth word in the sequence. |
corpora | a collection of M documents denoted by D ={w1,w2,…,wM} |
A lower perplexity score indicates better generalization performance
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.
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:
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。