- Probabilistic latent semantic analysis
Probabilistic latent semantic analysis (PLSA), also known as probabilistic latent semantic indexing (PLSI, especially in information retrieval circles) is a
statistical technique for the analysis of two-mode and co-occurrence data. PLSA evolved fromLatent semantic analysis , adding a sounder probabilistic model. PLSA has applications ininformation retrieval and filtering,natural language processing ,machine learning from text, and related areas. It was introduced in 1999 by Jan Puzicha andThomas Hofmann , [Thomas Hofmann, [http://www.jgaa.info/~th/papers/Hofmann-SIGIR99.pdf "Probabilistic Latent Semantic Indexing"] , Proceedings of the Twenty-Second Annual International SIGIR Conference on Research and Development inInformation Retrieval (SIGIR-99), 1999] and it is related tonon-negative matrix factorization .Compared to standard
latent semantic analysis which stems fromlinear algebra and downsizes the occurrence tables (usually via asingular value decomposition ), probabilistic latent semantic analysis is based on a mixture decomposition derived from alatent class model . This results in a more principled approach which has a solid foundation instatistics .Considering observations in the form of co-occurrences of words and documents, PLSA models the probability of each co-occurrence as a mixture of conditionally independent
multinomial distribution s::
The first formulation is the "symmetric" formulation, where and are both generated from the latent class in similar ways (using the conditional probabilities and ), whereas the second formulation is the "asymmetric" formulation, where, for each document , a latent class is chosen conditionally to the document according to , and a word is then generated from that class according to . Although we have used words and documents in this example, the co-occurrence of any couple of discrete variables may be modelled in exactly the same way.
It is reported that the aspect model used in the probabilistic latent semantic analysis has severe
overfitting problems [ cite journal|title=Latent Dirichlet Allocation|journal=Journal of Machine Learning Research|date=2003|first=David M.|last=Blei|coauthors=Andrew Y. Ng, Michael I. Jordan|volume=3|pages=993–1022|id= |url=http://jmlr.csail.mit.edu/papers/volume3/blei03a/blei03a.pdf|doi=10.1162/jmlr.2003.3.4-5.993] . The number of parameters grows linearly with the number of documents. In addition, although PLSA is a generative model of the documents in the collection it is estimated on, it is not a generative model of new documents.PLSA may be used in a discriminative setting, via
Fisher kernel s. [Thomas Hofmann, [http://www.cs.brown.edu/people/th/papers/Hofmann-NIPS99.ps "Learning the Similarity of Documents : an information-geometric approach to document retrieval and categorization"] ,Advances in Neural Information Processing Systems 12, pp-914-920,MIT Press , 2000]Evolutions of PLSA
* Hierarchical extensions:
** Asymmetric: MASHA ("Multinomial ASymmetric Hierarchical Analysis") [Alexei Vinokourov and Mark Girolami, [http://citeseer.ist.psu.edu/rd/30973750,455249,1,0.25,Download/http://citeseer.ist.psu.edu/cache/papers/cs/22961/http:zSzzSzcis.paisley.ac.ukzSzvino-ci0zSzvinokourov_masha.pdf/vinokourov02probabilistic.pdf A Probabilistic Framework for the Hierarchic Organisation and Classification of Document Collections] , in "Information Processing and Management", 2002 ]
** Symmetric: HPLSA ("Hierarchical Probabilistic Latent Semantic Analysis") [Eric Gaussier, Cyril Goutte, Kris Popat and Francine Chen, [http://www.xrce.xerox.com/Publications/Attachments/2002-004/gaussier02hierarchical.ps.gz A Hierarchical Model for Clustering and Categorising Documents] , in "Advances in Information Retrieval -- Proceedings of the 24th BCS-IRSG European Colloquium on IR Research (ECIR-02)", 2002 ]* Generative models: The following models have been developed to address an often-criticized shortcoming of PLSA, namely that it is not a proper generative model for new documents.
**Latent Dirichlet allocation - adds a Dirichlet prior on the per-document topic distribution* Higher-order data: Although this is rarely discussed in the scientific literature, PLSA extends naturally to higher order data (three modes and higher), ie it can model co-occurrences over three or more variables. In the symmetric formulation above, this is done simply by adding conditional probability distributions for these additional variables. This is the probabilistic analogue to non-negative tensor factorisation.
References and notes
See also
*
Compound term processing
*Latent Dirichlet allocation
*Latent semantic analysis
*Vector space model External links
* [http://www.cs.brown.edu/people/th/papers/Hofmann-UAI99.pdf Probabilistic Latent Semantic Analysis]
Wikimedia Foundation. 2010.