Lin et al KDD 2011

From Cohen Courses
Revision as of 21:47, 3 February 2011 by Mings (talk | contribs) (Created page with '== PET:A Statistical Model for Popular Events Tracking in Social Communities == '''Problem:''' In this paper, the authors address a method to observe and track the popular even…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

PET:A Statistical Model for Popular Events Tracking in Social Communities

Problem: In this paper, the authors address a method to observe and track the popular events or topics that evolve over time in the communities. Existing methods separate topics and netword structures apart. In this paper, textual topics and network are combined together which makes more sense.

Method: The authors address the event tracking by first defining a term - Popular Event Tracking (PET) in online communities which includes the popularity of events over time, the burstiness of user interest, information diffusion through the network structure and the evolution of topics.

PET leverages a Gibbs Random Field to model the interest of users, depending on their historical status as well as the influence form their social connections. The intuition here is that my current interest will be strongly related with my previous interest. Also my interest will be influenced by my friends which are my connections in social media.

Definitions: 1. Network Stream: is a stream of network structures. Each element in the set is a snapshot of the network at time . .

2. Document stream: is a stream of document collections. is a the set of documents published between time and . . is the text document associated with user i in time .

3. topic: Semantically coherent topic


The theories in this paper relies on the following three important observations: 1. user i's current interest is influenced by i's connections and a stronger tie brings a larger impact. 2. interest values are generally consistent over time. 3. a higher interest of user i in event should result in a higher proportion of the event covered in by user i.