Yano et al NAACL 2009

From Cohen Courses
Revision as of 09:32, 26 September 2012 by Norii (talk | contribs)
Jump to navigationJump to search

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).

Link LDA.png

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.

Comment LDA.png

Experimental Result

Task: given a training dataset consisting of a collection of blog posts and their commenters and comments, and a unseen test dataset from a later time period, predict who is going to comment on a new blog post from the test set.

Dataset is available at

The compared models were:


Discussion

Related Papers

Study Plan