paper-with-me

홈 › Papers

Conventional clustering-based method for event detection on social networks

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Social networks are becoming the preferred channel to report and discuss events happening around the world. The information stream such channels contain can be used to detect and describe the ongoing events to take informed decisions in numerous domains. A typical framework for event detection is to first cluster the stream of tweets, and then analyze the clusters to decide which deal with real-world events. In this context, content representation models and clustering approaches are critical. Classical approaches are usually based on TF-IDF for the representation of the text content and on dynamic clustering for the clustering part. In this paper, we propose to compare TF-IDF with recent text representation models and we propose an event detection method based on conventional clustering. We show that, contrary to previous results, language models based on Transformer architectures are competitive with TF-IDF. We also show that our approach outperforms the most used approach of the literature.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringEvent Detection

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…

Similar Papers 제목 키워드 기반

Unsupervised Social Event Detection via Hybrid Graph Contrastive Learning and Reinforced Incremental Clustering

2023-12-08 · Yuanyuan Guo, Zehua Zang, Hang Gao, Xiao Xu 외

Detecting events from social media data streams is gradually attracting researchers. The innate challenge for detecting events is to extract discriminative information from social media data thereby assigning the data in…

ClusteringContrastive LearningEvent Detection

Real-time Event Detection on Social Data Streams

2019-07-25 · Mateusz Fedoryszak, Brent Frederick, Vijay Rajaram, Changtao Zhong

Social networks are quickly becoming the primary medium for discussing what is happening around real-world events. The information that is generated on social platforms like Twitter can produce rich data streams for imme…

ClusteringEvent Detection

SMERC: Social media event response clustering using textual and temporal information

2018-11-13 · Mathews Peter, Gray Caitlin, Mitchell Lewis, Nguyen Giang T. 외

Tweet clustering for event detection is a powerful modern method to automate the real-time detection of events. In this work we present a new tweet clustering approach, using a probabilistic approach to incorporate tempo…

ClusteringEvent Detection

Clustering memes in social media streams

2014-11-03 · Mohsen JafariAsbagh, Emilio Ferrara, Onur Varol, Filippo Menczer 외

The problem of clustering content in social media has pervasive applications, including the identification of discussion topics, event detection, and content recommendation. Here we describe a streaming framework for onl…

ClusteringEvent Detection

Streaming Social Event Detection and Evolution Discovery in Heterogeneous Information Networks

2021-04-02 · Hao Peng, JianXin Li, Yangqiu Song, Renyu Yang 외

Events are happening in real-world and real-time, which can be planned and organized for occasions, such as social gatherings, festival celebrations, influential meetings or sports activities. Social media platforms gene…

ClusteringEvent Detection