Giter Club home page Giter Club logo

sedtwik-event-detection-from-tweets's Introduction

SEDTWik: Event Detection from Tweets

PWC

Implementation of my paper: SEDTWik: Segmentation-based Event Detection from Tweets using Wikipedia which is available here

SEDTWik Architecture

The process of Event detection can be divided into 4 parts:

1. Tweet Segmentation

Split a given tweet into non-overlapping meaningful segments, giving more weight to hashtags (๐ป). Filter out words not present as a Wikipedia page title.

Tweet Segmentation (with ๐ป = 3)
Joe Biden and Paul Ryan will be seated at the debate tonight #VpDebate [joe biden], [paul ryan], [seated], [debate], [tonight], [vp debate]x3
Amanda Todd took her own life due to cyber bullying #RipAmandaTodd #NoMoreBullying [amanda todd], [cyber bullying], [rip amanda todd]x3, [no more bullying]x3

2. Bursty Segment Extraction

Score segments based on their bursty probability (๐‘ƒ๐‘), and follower count (๐‘“๐‘), retweet count (๐‘Ÿ๐‘), and count of unique users using them (๐‘ข). Select top ๐พ=โˆš(๐‘๐‘ก ) segments based on ๐‘†๐‘๐‘œ๐‘Ÿ๐‘’ (๐‘๐‘ก = total number of tweets in current time window).

๐‘ƒ๐‘(s) measures how frequent a segment is occurring compared to its expected probability of occurrence.

Scores = ๐‘ƒb(๐‘ ) ร— logโก(๐‘ขs) ร— log(rcs) ร— logโก(logโก(๐‘“๐‘s)).

3. Bursty Segment Clustering

Variation of Jarvis-Patrick Clustering algorithm.

Segments considered as nodes in a graph and 2 segments belong to same cluster if both are in ๐‘˜-NN of each other.

Segment similarity: ๐‘ก๐‘“โˆ’๐‘–๐‘‘๐‘“ similarity between contents of tweets containing the segment.

After creating candidate Event clusters, discard those that have newsworthiness value beyond a threshold.

4. Event Summarization

Use all tweets containing segments of the event cluster and apply any text summarization algorithm to them to obtain a summary of the event.

Event Summarization in itself is a big research area and many sophisticated methods are available to summarize text.

A simple way to do this is by using LexRank (Extractive Text Sumsmarization) algorithm.

We leave this part to the user to use any appropriate Summarization method.

Cite

@inproceedings{morabia-etal-2019-sedtwik,
    title = "{SEDTW}ik: Segmentation-based Event Detection from Tweets Using {W}ikipedia",
    author = "Morabia, Keval  and
      Bhanu Murthy, Neti Lalita  and
      Malapati, Aruna  and
      Samant, Surender",
    booktitle = "Proceedings of the 2019 Conference of the North {A}merican Chapter of the Association for Computational Linguistics: Student Research Workshop",
    month = jun,
    year = "2019",
    address = "Minneapolis, Minnesota",
    publisher = "Association for Computational Linguistics",
    url = "https://www.aclweb.org/anthology/N19-3011",
    pages = "77--85",
}

Abstract:
Event Detection has been one of the research areas in Text Mining that has attracted attention during this decade due to the widespread availability of social media data specifically twitter data. Twitter has become a major source for information about real-world events because of the use of hashtags and the small word limit of Twitter that ensures concise presentation of events. Previous works on event detection from tweets are either applicable to detect localized events or breaking news only or miss out on many important events. This paper presents the problems associated with event detection from tweets and a tweet-segmentation based system for event detection called SEDTWik, an extension to a previous work, that is able to detect newsworthy events occurring at different locations of the world from a wide range of categories. The main idea is to split each tweet and hash-tag into segments, extract bursty segments, cluster them, and summarize them. We evaluated our results on the well-known Events2012 corpus and achieved state-of-the-art results

sedtwik-event-detection-from-tweets's People

Contributors

kevalmorabia97 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.