Difference between revisions of "Comparison Das et al WSDM 2011 and Zhao et al AAAI 2007"

From Cohen Courses
Jump to navigationJump to search
m
m
Line 15: Line 15:
 
After which, the next step is to discover the relationships between such entities.  
 
After which, the next step is to discover the relationships between such entities.  
 
This forms the foundation for an event, an n-ary relationship between entities that are bursty at the same time period.
 
This forms the foundation for an event, an n-ary relationship between entities that are bursty at the same time period.
Likewise, Zhao et al's task is to discover events, exploiting the temporal burstiness property of entities and text, and also the ``social'' aspect, where an event is being talked about more than usual by ``social actors''.
+
Likewise, Zhao et al's task is to discover events, exploiting the temporal burstiness property of entities and text, and also the "social" aspect, where an event is being talked about more than usual by "social actors".
  
 
Method-wise, both papers framed the problem of identifying relationships in the context of graphs.
 
Method-wise, both papers framed the problem of identifying relationships in the context of graphs.
Line 35: Line 35:
 
* [[RelatedPaper::Banko_2007_Open_Information_Extraction_from_the_Web]]
 
* [[RelatedPaper::Banko_2007_Open_Information_Extraction_from_the_Web]]
 
* [[RelatedPaper::Chambers, N. and Jurafsky, D. Template-based information extraction without the templates, ACL 2011]].
 
* [[RelatedPaper::Chambers, N. and Jurafsky, D. Template-based information extraction without the templates, ACL 2011]].
 +
 +
== Questions ==
 +
# How much time did you spend reading the (new, non-wikified) paper you summarized?
 +
# How much time did you spend reading the old wikified paper?
 +
# How much time did you spend reading the summary of the old paper?
 +
# How much time did you spend reading background materiel?
 +
# Was there a study plan for the old paper?
 +
# if so, did you read any of the items suggested by the study plan? and how much time did you spend with reading them?
 +
# Give us any additional feedback you might have about this assignment.

Revision as of 23:43, 5 November 2012

This is a comparison of two related papers in event detection and temporal information extraction.

Papers

The papers are

Comparative analysis of both papers

On a high level, both papers are interested in discovering events from large amount temporal information sources. Both of them leverage on user generated content, with Das et al using Wikipedia as their dataset, while Zhao et al used the Enron email corpus and Dailykos blogs.

In Das et al, their task was to first discover pairs of entities that were co-bursting in the same time period (of a week). Co-bursting means that both entities are mentioned significantly more than during other time periods. After which, the next step is to discover the relationships between such entities. This forms the foundation for an event, an n-ary relationship between entities that are bursty at the same time period. Likewise, Zhao et al's task is to discover events, exploiting the temporal burstiness property of entities and text, and also the "social" aspect, where an event is being talked about more than usual by "social actors".

Method-wise, both papers framed the problem of identifying relationships in the context of graphs. In Das et al, vertices are entities and edges describe how much overlap two entities have in the time periods that they are bursty. So two entities who were mentioned more at the same time would have stronger edges between them. In Zhao et al, vertices are social actors. Social actors are not entities that are directly involved in an event (much unlike Das et al), they are just actors that converse (through text) about the event that is taking place. Edges between social actors are thus weighted by how intense pairs social actors communicate during the time period.

In Das et al's approach, events are thus assumed to be associated with two or more public entities, while Zhao et al's event are more associated with the topical nature of the discussions that are going on. The advantage of Das et al's approach is that events are easily interpretable, especially within the context of public news (entertainment news, political news, etc), which is often about specific public figures or organizations. However, it would not be able to capture abstract events, that do not have specific associated entities, say a natural disaster, where there is no specific entity it is associated with. Zhao et al's approach, on the other hand, would be able to identify such abstract events, however, their event topics may not be easily identifable.

Both papers made use of algorithms from time series models and graph clustering to solve their respective problems.

Related papers

Questions

  1. How much time did you spend reading the (new, non-wikified) paper you summarized?
  2. How much time did you spend reading the old wikified paper?
  3. How much time did you spend reading the summary of the old paper?
  4. How much time did you spend reading background materiel?
  5. Was there a study plan for the old paper?
  6. if so, did you read any of the items suggested by the study plan? and how much time did you spend with reading them?
  7. Give us any additional feedback you might have about this assignment.