Sub-event detection from Twitter streams as a sequence labeling problem
Giannis Bekoulis, Johannes Deleu, Thomas Demeester, Chris Develder

TL;DR
This paper presents a novel approach to sub-event detection in social media streams by framing it as a sequence labeling problem and applying neural sequence models that leverage the chronological order of posts.
Contribution
It introduces a sequence labeling framework for sub-event detection and demonstrates that neural models outperform existing graph-based and non-sequential methods.
Findings
Neural sequence models outperform graph-based methods by 2.7% micro-F1.
Recurrent neural networks improve sub-event detection by 2.4% bin-level F1.
Explicitly modeling chronological order enhances sub-event detection accuracy.
Abstract
This paper introduces improved methods for sub-event detection in social media streams, by applying neural sequence models not only on the level of individual posts, but also directly on the stream level. Current approaches to identify sub-events within a given event, such as a goal during a soccer match, essentially do not exploit the sequential nature of social media streams. We address this shortcoming by framing the sub-event detection problem in social media streams as a sequence labeling task and adopt a neural sequence architecture that explicitly accounts for the chronological order of posts. Specifically, we (i) establish a neural baseline that outperforms a graph-based state-of-the-art method for binary sub-event detection (2.7% micro-F1 improvement), as well as (ii) demonstrate superiority of a recurrent neural network model on the posts sequence level for labeled sub-events…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComplex Network Analysis Techniques · Network Security and Intrusion Detection · Topic Modeling
