topicsketch real time bursty topic detection from twitter
play

TopicSketch: Real-time Bursty Topic Detection from Twitter Wei Xie , - PowerPoint PPT Presentation

TopicSketch: Real-time Bursty Topic Detection from Twitter Wei Xie , Feida Zhu, Jing Jiang, Ee-Peng Lim and Ke Wang* Living Analytics Research Centre Singapore Management University * Ke Wang is from Simon Fraser University, and this work


  1. TopicSketch: Real-time Bursty Topic Detection from Twitter Wei Xie , Feida Zhu, Jing Jiang, Ee-Peng Lim and Ke Wang* � Living Analytics Research Centre Singapore Management University * Ke Wang is from Simon Fraser University, and this work was done when the author was visiting Living Analytics Research Centre in Singapore Management University. � 1

  2. Twitter as News Media • Twitter works as a huge news media. • For some topics, especially bursty topics, news first appears in Twitter, rather than traditional news media. • It is interesting and also useful to detect bursty topics from Twitter. � 2

  3. Handling Tweet Stream is Challenging • Large Volume 
 Number of tweets per day : 340 million • Large Velocity 
 Number of tweets per second : 9,000 (average) / 143,000 (peak) • Large Variety 
 All kinds of activities and topics appear in Twitter 
 � 3

  4. Outline Motivation � Related Work � Proposed Method � Intuition � Indicator of burst � Assumptions � Solution � Framework � Dimension reduction � Experiment � Conclusion � 4

  5. Related Work � 5

  6. Related Work • Topic Modelling 
 —Liangjie Hong, et al. A time-dependent topic model for multiple text streams. KDD 2011 
 —Qiming Diao, et al. Finding Bursty Topics from Microblogs. ACL 2012 � 5

  7. Related Work • Topic Modelling 
 —Liangjie Hong, et al. A time-dependent topic model for multiple text streams. KDD 2011 
 —Qiming Diao, et al. Finding Bursty Topics from Microblogs. ACL 2012 • Topic Detection & Tacking 
 —Sasa Petrovic, et al. Streaming First Story Detection with application to Twitter. HLT-NAACL 2010 
 —Chenliang Li, et al. Twevent: segment-based event detection from tweets. CIKM 2012 � 5

  8. Related Work • Topic Modelling 
 —Liangjie Hong, et al. A time-dependent topic model for multiple text streams. KDD 2011 
 —Qiming Diao, et al. Finding Bursty Topics from Microblogs. ACL 2012 • Topic Detection & Tacking 
 —Sasa Petrovic, et al. Streaming First Story Detection with application to Twitter. HLT-NAACL 2010 
 —Chenliang Li, et al. Twevent: segment-based event detection from tweets. CIKM 2012 Both of them face difficulty to handle large tweet stream, as they need to process very huge historical data. � 5

  9. Intuition � 6

  10. Intuition • Rather than keep the big historical data, maybe we can take a snapshot of the current data stream. � 6

  11. Intuition • Rather than keep the big historical data, maybe we can take a snapshot of the current data stream. • At least, it takes much smaller space and hopefully we can efficiently infer topics from it. � 6

  12. Intuition • Rather than keep the big historical data, maybe we can take a snapshot of the current data stream. • At least, it takes much smaller space and hopefully we can efficiently infer topics from it. But How? � 6

  13. Acceleration as an Indicator Adopt the concepts in physics: � 7

  14. Acceleration as an Indicator Adopt the concepts in physics: Velocity � 7

  15. Acceleration as an Indicator Adopt the concepts in physics: Velocity the rate of change of the volume of tweet stream � 7

  16. Acceleration as an Indicator Adopt the concepts in physics: Velocity the rate of change of the volume of tweet stream � 7

  17. Acceleration as an Indicator Adopt the concepts in physics: Velocity the rate of change of the volume of tweet stream Acceleration � 7

  18. Acceleration as an Indicator Adopt the concepts in physics: Velocity the rate of change of the volume of tweet stream Acceleration the rate of change of the velocity of tweet stream � 7

  19. Acceleration as an Indicator Adopt the concepts in physics: Velocity the rate of change of the volume of tweet stream Acceleration the rate of change of the velocity of tweet stream � 7

  20. Acceleration as an Indicator Acceleration: a very good early indicator of burst. � 8

  21. Acceleration as an Indicator Usually we can observe the peak of acceleration earlier than the peak of velocity. � 9

  22. Acceleration as an Indicator s' H t L Usually we can observe the peak of acceleration earlier than the peak of velocity. t 0 2000 4000 6000 8000 � 9

  23. Acceleration as an Indicator s' H t L Usually we can observe the peak of acceleration earlier than the peak of velocity. t 0 2000 4000 6000 8000 s '' H t L t 0 2000 4000 6000 8000 � 9

  24. Acceleration as an Indicator s' H t L Usually we can observe the peak of acceleration earlier than the peak of velocity. t 0 2000 4000 6000 8000 s '' H t L t 0 2000 4000 6000 8000 � 9

  25. Acceleration as an Indicator s' H t L Usually we can observe the peak of acceleration earlier than the peak of velocity. t 0 2000 4000 6000 8000 s '' H t L t 0 2000 4000 6000 8000 � 9

  26. Acceleration as an Indicator s' H t L Usually we can observe the peak of acceleration earlier than the peak of velocity. t 0 2000 4000 6000 8000 s '' H t L t 0 2000 4000 6000 8000 � 9

  27. Acceleration as an Indicator s' H t L Usually we can observe the peak of acceleration earlier than the peak of velocity. t 0 2000 4000 6000 8000 s '' H t L t 0 2000 4000 6000 8000 � 9

  28. Acceleration as an Indicator Acceleration: a very good early indicator of burst. � 10

  29. Acceleration as an Indicator Acceleration: a very good early indicator of burst. 1. Is there any burst at all? � 10

  30. Acceleration as an Indicator Acceleration: a very good early indicator of burst. 1. Is there any burst at all? The acceleration of the whole tweet stream. � 10

  31. Acceleration as an Indicator Acceleration: a very good early indicator of burst. 1. Is there any burst at all? The acceleration of the whole tweet stream. 2. Is there any word bursting? � 10

  32. Acceleration as an Indicator Acceleration: a very good early indicator of burst. 1. Is there any burst at all? The acceleration of the whole tweet stream. 2. Is there any word bursting? The acceleration of each word in the tweet stream. � 10

  33. Acceleration as an Indicator Acceleration: a very good early indicator of burst. 1. Is there any burst at all? The acceleration of the whole tweet stream. 2. Is there any word bursting? The acceleration of each word in the tweet stream. 3. Is there any topic bursting? � 10

  34. Acceleration as an Indicator Acceleration: a very good early indicator of burst. 1. Is there any burst at all? The acceleration of the whole tweet stream. 2. Is there any word bursting? The acceleration of each word in the tweet stream. 3. Is there any topic bursting? The acceleration of each pair of words in the tweet stream. � 10

  35. Assumptions � 11

  36. Assumptions • Each topic is represented as a distribution over words p k . � 11

  37. Assumptions • Each topic is represented as a distribution over words p k . • Tweet stream is modelled as a mixture of multiple latent topic streams. The stream of topic k has velocity v k (t) and acceleration a k (t). � 11

  38. Assumptions • Each topic is represented as a distribution over words p k . • Tweet stream is modelled as a mixture of multiple latent topic streams. The stream of topic k has velocity v k (t) and acceleration a k (t). • Each tweet is related to only one topic. � 11

  39. Assumptions • Each topic is represented as a distribution over words p k . • Tweet stream is modelled as a mixture of multiple latent topic streams. The stream of topic k has velocity v k (t) and acceleration a k (t). • Each tweet is related to only one topic. The final goal is to discover these unknown p k and a k (t) from a snapshot of the tweet stream. � 11

  40. Sketch as Snapshot � 12

  41. Properties � 13

  42. Properties � 13

  43. Properties The topics with small accelerations will be filtered out. � 13

  44. Properties The topics with small accelerations will be filtered out. Minimise the difference between observation and expectation. � 13

  45. Real-time Framework N current tweet word vector d tweet stream t time D(t) (1) S’’ (t) N (2) sketch X’’ (t) Y’’ (t) monitor time (3) (4) S’’ (t) N N estimator (5) reporter � 14

  46. Real-time Framework N current tweet word vector d tweet stream N is very large t time D(t) (1) S’’ (t) N (2) sketch X’’ (t) Y’’ (t) monitor time (3) (4) S’’ (t) N N estimator (5) reporter � 14

  47. Dimension Reduction X’’ (t) Y’’ (t) sketch H H B B S’’ (t) From O(N 2 ) to O(H*B 2 ), B<<N, H<<N G. Cormode and S. Muthukrishnan. An improved data stream summary: the count-min sketch and its applications. Journal of Algorithms, 55(1):58–75, 2005. � 15

  48. Efficiency Evaluation Dataset : Singapore based Twitter data, which contains over 30 millions tweets. We use these tweets to simulate a live tweet stream. � 16

  49. Efficiency Evaluation Dataset : Singapore based Twitter data, which contains over 30 millions tweets. We use these tweets to simulate a live tweet stream. Throughput ������������������� ��� ��� �� �� �� �� �� �� �� �� �� �� ������������ � 16

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend