Difference between revisions of "Leman Akoglu et al KDD'10"

From Cohen Courses
Jump to navigationJump to search
Line 5: Line 5:
 
==Summary==
 
==Summary==
  
This [[paper]] focuses on the same phone call data that we are going to analyze. The paper tries to answer three questions: First, what is the structural property of the dataset? What are the relationships between different quantities taken from the egonet? Second, if a link exists between two people, will the link still exist in the future? Third, how to detect change-point anomalies?
+
This [[paper]] focuses on a large phone call data set from an Indian phone company. The paper tries to answer three questions: First, what is the structural property of the dataset? What are the relationships between different quantities taken from the egonet? Second, if a link exists between two people, will the link still exist in the future? Third, how to detect change-point anomalies?
  
 
==Brief Description==
 
==Brief Description==

Revision as of 23:07, 15 February 2011

Citation

Leman Akoglu, Bhavana Dalvi Structure, Tie Persistence and Event Detection in Large Phone and SMS Networks In KDD'10

Summary

This paper focuses on a large phone call data set from an Indian phone company. The paper tries to answer three questions: First, what is the structural property of the dataset? What are the relationships between different quantities taken from the egonet? Second, if a link exists between two people, will the link still exist in the future? Third, how to detect change-point anomalies?

Brief Description

The authors considered tie attributes and node attributes in the analysis. For tie attributes, they considered reciprocity and topology overlap. For node attributes, they considered node degrees, Cluster coefficients and user reciprocity defined as the proportion of reciprocity ties.

We first talk about general network property of the data. The authors found that the weights on mutual node pairs in Mobile Call Graph or Mobile Text graph are both small and even. They also found that nodes with high degree tend to connect to other high-degree nodes; node strength grows in a power law manner comparing to the node degree. Moreover, node strength increases as the number of overlapping neighbors between two nodes increases.

Moreover, the authors attacked the tie persistence problem using logistic regression. They compared their method with the traditional LR approach as well.