Difference between revisions of "Chang and Blei, AOAS2010"

From Cohen Courses
Jump to navigationJump to search
Line 18: Line 18:
 
* “Descriptive statistics”
 
* “Descriptive statistics”
 
   - uncover the hidden community structure
 
   - uncover the hidden community structure
 +
 +
This [[Category::paper]] developed a hierarchical model of both network structure and node attributes, based on [[UsesMethod::Latent Dirichlet Allocation]].
  
 
== Methodology ==
 
== Methodology ==
 +
[[File:RTM.jpg]]
 
1. For each document <math>d</math>:
 
1. For each document <math>d</math>:
  
Line 43: Line 46:
  
 
== Data ==
 
== Data ==
* Cora: abstracts + citation link
+
* [[UsesDataset::Cora]]: abstracts + citation link
* WebKB: web pages + hyperlinks
+
* [[UsesDataset::WebKB]]: web pages + hyperlinks
* PNAS: abstracts + intra-PNAS citation
+
* [[UsesDataset::PNAS]]: abstracts + intra-PNAS citation
* LocalNews: local news of each state in U.S + geographical adjacency
+
* [[UsesDataset::LocalNews]]: local news of each state in U.S + geographical adjacency
  
 
== Results ==
 
== Results ==

Revision as of 13:26, 24 February 2011

Citation

J. Chang and D. Blei. Hierarchical relational models for document networks. Annals of Applied Statistics, 4(1):124–150, 2010

Online version

D.Blei's papers

Motivation

  • Network data
 - social networks of friends
 - citation networks of documents
 - hyperlinked networks of web pages
  • “Predictive Models”
 - point social network members toward new friends
 - point scientific papers toward relevant citations
 - point web pages toward other related pages
  • “Descriptive statistics”
 - uncover the hidden community structure

This paper developed a hierarchical model of both network structure and node attributes, based on Latent Dirichlet Allocation.

Methodology

RTM.jpg 1. For each document :

 (a) Draw topic proportions 
 (b) For each word :
     i.  Draw assignment .
     ii. Draw word .

2. For each pair of documents ,:

 (a) Draw binary link indicator   
              
     where 

Inference, Estimation and Prediction

  • Inference
  • Estimation
  • Prediction
 - Link prediction from words
   
 - Words prediction from link
   

Data

  • Cora: abstracts + citation link
  • WebKB: web pages + hyperlinks
  • PNAS: abstracts + intra-PNAS citation
  • LocalNews: local news of each state in U.S + geographical adjacency

Results