paper-with-me

Papers

Event detection in Twitter: A keyword volume approach

2019-01-03 · Ahmad Hany Hossny, Lewis Mitchell

Event detection using social media streams needs a set of informative features with strong signals that need minimal preprocessing and are highly associated with events of interest. Identifying these informative features as keywords from Twitter is challenging, as people use informal language to express their thoughts and feelings. This informality includes acronyms, misspelled words, synonyms, transliteration and ambiguous terms. In this paper, we propose an efficient method to select the keywords frequently used in Twitter that are mostly associated with events of interest such as protests. The volume of these keywords is tracked in real time to identify the events of interest in a binary classification scheme. We use keywords within word-pairs to capture the context. The proposed method is to binarize vectors of daily counts for each word-pair by applying a spike detection temporal filter, then use the Jaccard metric to measure the similarity of the binary vector for each word-pair with the binary vector describing event occurrence. The top n word-pairs are used as features to classify any day to be an event or non-event day. The selected features are tested using multiple classifiers such as Naive Bayes, SVM, Logistic Regression, KNN and decision trees. They all produced AUC ROC scores up to 0.91 and F1 scores up to 0.79. The experiment is performed using the English language in multiple cities such as Melbourne, Sydney and Brisbane as well as the Indonesian language in Jakarta. The two experiments, comprising different languages and locations, yielded similar results.

📄 PDF Abstract BibTeX arXiv:1901.00570

Code (1)

vsatyav007/repo-eventdetection

Tasks

Binary ClassificationEvent DetectionTransliteration

Methods 이 논문이 사용한 방법론

SVM A Support Vector Machine, or SVM, is a non-parametric supervised learning model. For non-linear classification and regression, they utilise the kernel trick to map inputs…
Logistic Regression Logistic Regression, despite its name, is a linear model for classification rather than regression. Logistic regression is also known in the literature as logit regression,…

Similar Papers 제목 키워드 기반

Thematic context vector association based on event uncertainty for Twitter

2023-04-04 · Vaibhav Khatavkar, Swapnil Mane, Parag Kulkarni

Keyword extraction is a crucial process in text mining. The extraction of keywords with respective contextual events in Twitter data is a big challenge. The challenging issues are mainly because of the informality in the…

Keyword ExtractionSarcasm Detection

Utilizing Social Media Attributes for Enhanced Keyword Detection: An IDF-LDA Model Applied to Sina Weibo

2023-05-30 · Yifei Yue

With the rapid development of social media such as Twitter and Weibo, detecting keywords from a huge volume of text data streams in real-time has become a critical problem. The keyword detection problem aims at searching…

What's up on Twitter? Catch up with TWIST!

2016-12-01 · COLING 2016 12 · Marina Litvak, Natalia Vanetik, Efi Levi, Michael Roistacher

Event detection and analysis with respect to public opinions and sentiments in social media is a broad and well-addressed research topic. However, the characteristics and sheer volume of noisy Twitter messages make this …

ClusteringEvent DetectionSentiment Analysis

SEDTWik: Segmentation-based Event Detection from Tweets Using Wikipedia

2019-06-01 · NAACL 2019 6 · Keval Morabia, Neti Lalita Bhanu Murthy, Aruna Malapati, Surender Samant

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 ma…

Event DetectionTAGTwitter Event Detection

A Novel Approach for Detection and Ranking of Trendy and Emerging Cyber Threat Events in Twitter Streams

2019-07-12 · Avishek Bose, Vahid Behzadan, Carlos Aguirre, William H. Hsu

We present a new machine learning and text information extraction approach to detection of cyber threat events in Twitter that are novel (previously non-extant) and developing (marked by significance with respect to simi…

BIG-bench Machine LearningEvent Detection