Difference between revisions of "Yano et al NAACL 2009"

From Cohen Courses
Jump to navigationJump to search
m
Line 9: Line 9:
 
This paper expands upon LinkLDA, presented in [[RelatedPaper::Erosheva 2004 Mixed membership models of scientific publications|Erosheva et al. (2004)]].
 
This paper expands upon LinkLDA, presented in [[RelatedPaper::Erosheva 2004 Mixed membership models of scientific publications|Erosheva et al. (2004)]].
  
[[Image:link_LDA.png]]
+
[[Image:link_LDA.png|250px]]
  
 
Although LinkLDA can model which users are likely to respond to a post, it does not model the comment text they will write.
 
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.
 
The authors expand on this by proposing CommentLDA.
  
[[Image:comment_LDA.png]]
+
[[Image:comment_LDA.png|300px]]
  
 
== Experimental Result ==
 
== Experimental Result ==

Revision as of 09:24, 26 September 2012

This Paper is available online [1].

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