Difference between revisions of "Bo Pang Sujith Ravi 2012 Revisiting the Predictability of Language: Response Completion in Social Media"

From Cohen Courses
Jump to navigationJump to search
Line 7: Line 7:
  
 
== Summary ==
 
== Summary ==
 
This paper poses two interesting social problems on [[bipartite graph]] named [[AddressesProblem::Neighborhood formation and Anomaly detection]]. They also propose solutions based on [[UsesMethod::Random walk with restart]].
 
 
The experimented on 3 real world social graphs [[UsesDataset::Conference-Author dataset]], [[UsesDataset::Author-Paper dataset]] and [[UsesDataset::IMDB dataset]]
 
  
 
== Evaluation ==
 
== Evaluation ==
 
They evaluate their methods by asking following 4 questions :
 
  - Does NF find out meaningful neighborhoods?
 
  - How close is Approximate NF to exact NF?
 
  - Can AD detect injected anomalies?
 
  - How much time these methods take to run on graphs of varying sizes?
 
  
 
== Discussion ==
 
== Discussion ==
This paper poses two important social problems related to bipartite social graphs and explained how those problems can be solved efficiently using random walks.
 
 
They also claim that the neighborhoods over nodes can represent personalized clusters depending on different perspectives.
 
 
During presentation one of the audiences raised question about is anomaly detection in this paper similar to betweenness of edges defined in Kleinber's text as discussed in [[Class Meeting for 10-802 01/26/2010]]. I think they are similar. In the texbook they propose, detecting edges with high betweenness and using them to partition the graph. In this paper they first try to create neighbourhood partitions based on random walk prbabilities and which as a by product gives us nodes and edges with high betweenness value.
 
  
 
== Related papers ==
 
== Related papers ==
There has been a lot of work on anomaly detection in graphs.
 
* The paper by [[RelatedPaper::Moonesinghe and Tan ICTAI06]] finds the clusters of outlier objects by doing random walk on the weighted graph.
 
* The paper by [[RelatedPaper::Aggarwal SIGMOD 2001]] proposes techniques for projecting high dimensional data on lower dimensions to detect outliers.
 
  
 
== Study plan ==
 
== Study plan ==
* Article:Bipartite graph:[http://en.wikipedia.org/wiki/Bipartite_graph]
 
* Article:Anomaly detection:[http://en.wikipedia.org/wiki/Anomaly_detection]
 
* Paper:Topic sensitive pagerank:[http://dl.acm.org/citation.cfm?id=511513]
 
**Paper:The PageRank Citation Ranking: Bringing Order to the Web:[http://ilpubs.stanford.edu:8090/422/]
 
* Paper:Multilevel k-way Partitioning Scheme for Irregular Graphs:[http://glaros.dtc.umn.edu/gkhome/node/81]
 

Revision as of 19:13, 26 September 2012

Citation

Revisiting the Predictability of Language: Response Completion in Social Media, Bo Pang Sujith Ravi, EMNLP 2012

Online version

An online pdf version is here[1]

Summary

Evaluation

Discussion

Related papers

Study plan