Difference between revisions of "Yano et al NAACL 2009"
Line 49: | Line 49: | ||
== Discussion == | == Discussion == | ||
+ | |||
+ | While the proposed method (CommentLDA) achieves mixed results on the prediction task, it provides a way to understand and summarize the data. | ||
== Related Papers == | == Related Papers == | ||
+ | |||
+ | * [[RelatedPaper::Erosheva 2004 Mixed membership models of scientific publications|Erosheva et al. (2004)]] | ||
+ | * [[RelatedPaper::Nallapati 2008 Link-PLSA-LDA: A new unsupervised model for topics and influence of blogs|Nallapati et al. (2008)]] | ||
== Study Plan == | == Study Plan == | ||
+ | |||
+ | Papers/articles/videos you may want to read to understand this paper. | ||
+ | |||
+ | * David Blei, Anrew Ng, Micheal Jordan, "Latent Dirichlet Allocation" JMLR, vol.3, pp.993-1022 (2003) [http://www.cs.princeton.edu/%C2%AD~blei/%C2%ADpapers/%C2%ADBleiNgJordan2003%C2%AD.%C2%ADpdf pdf] | ||
+ | ** [http://en.wikipedia.org/wiki/Latent_Dirichlet_allocation Wikipedia article on LDA] | ||
+ | ** [http://videolectures.net/mlss09uk_blei_tm/ Topic Models - videolectures.net] | ||
+ | ** [http://www.umiacs.umd.edu/~resnik/pubs/gibbs.pdf Gibbs Sampling for the Uninitiated] |
Revision as of 09:17, 26 September 2012
Contents
Citation
Tae Yano, William Cohen, and Noah A. Smith. Predicting Response to Political Blog Posts with Topic Models. In Proc of NAACL 2009.
Online Version
Predicting Response to Political Blog Posts with Topic Models.
Summary
This Paper describes a topic model based approach in modeling the generation of blog text (posts and comments).
Brief description of the method
This paper expands upon LinkLDA, presented in Erosheva et al. (2004).
Here, is a distribution over topics, is a multinomial distribution over post words, and is a multinomial distribution over (comment) users. and are the words counts in the post and all of its comments, respectively.
Although LinkLDA can model which users are likely to respond to a post, it does not model the comment text they will write.
The authors expand on this by proposing CommentLDA, as shown below.
In CommentLDA, note that the comment text is modeled by the distribution over comment words given topics, .
The authors provide three different variations on how to count the comments (counting by verbosity, response, or comments).
Experimental Result
Task: given a training dataset consisting of a collection of blog posts and their commenters and comments, and an unseen test dataset from a later time period, predict who is going to comment on a new blog post from the test set.
The authors have released the Yano & Smith blog dataset, which was used for this evaluation.
The compared models were:
- Baseline: post-independent prediction that ranks users by their comment frequency
- Naive Bayes: with word counts in the post's main entry as features
- LinkLDA: 3 variations (verbosity, response, comments)
- CommentLDA: 3 variations (verbosity, response, comments)
Results:
- Some improvement over both the baseline and Naive Bayes for 3 out of the 5 sites
- LinkLDA usually works slightly better than CommentLDA
- Varying the counting method can bring as much as 10% performance gain
- Results suggest that commenters on different sites behave differently
Discussion
While the proposed method (CommentLDA) achieves mixed results on the prediction task, it provides a way to understand and summarize the data.
Related Papers
Study Plan
Papers/articles/videos you may want to read to understand this paper.
- David Blei, Anrew Ng, Micheal Jordan, "Latent Dirichlet Allocation" JMLR, vol.3, pp.993-1022 (2003) pdf