Rumour detection using graph neural network and oversampling in benchmark Twitter dataset
Recently, online social media has become a primary source for new information and misinformation or rumours. In the absence of an automatic rumour detection system the propagation of rumours has increased manifold leading to serious societal damages. In this work, we propose a novel method for building automatic rumour detection system by focusing on oversampling to alleviating the fundamental challenges of class imbalance in rumour detection task. Our oversampling method relies on contextualised data augmentation to generate synthetic samples for underrepresented classes in the dataset. The key idea exploits selection of tweets in a thread for augmentation which can be achieved by introducing a non-random selection criteria to focus the augmentation process on relevant tweets. Furthermore, we propose two graph neural networks(GNN) to model non-linear conversations on a thread. To enhance the tweet representations in our method we employed a custom feature selection technique based on state-of-the-art BERTweet model. Experiments of three publicly available datasets confirm that 1) our GNN models outperform the the current state-of-the-art classifiers by more than 20%(F1-score); 2) our oversampling technique increases the model performance by more than 9%;(F1-score) 3) focusing on relevant tweets for data augmentation via non-random selection criteria can further improve the results; and 4) our method has superior capabilities to detect rumours at very early stage.
Code (0)
등록된 구현이 없습니다.
Tasks
Data Augmentationfeature selectionGraph Neural NetworkMisinformationRumour DetectionMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Rumour Detection via Zero-shot Cross-lingual Transfer Learning
Most rumour detection models for social media are designed for one specific language (mostly English). There are over 40 languages on Twitter and most languages lack annotated resources to build rumour detection models. …
Cross-Lingual TransferPretrained Multilingual Language ModelsRumour DetectionTransfer Learning+1BERT based classification system for detecting rumours on Twitter
The role of social media in opinion formation has far-reaching implications in all spheres of society. Though social media provide platforms for expressing news and views, it is hard to control the quality of posts due t…
ClassificationMisinformationRumour DetectionSentence+2Early Rumour Detection
Rumours can spread quickly through social media, and malicious ones can bring about significant economical and social impact. Motivated by this, our paper focuses on the task of rumour detection; particularly, we are int…
Reinforcement LearningRumour DetectionCMA-R:Causal Mediation Analysis for Explaining Rumour Detection
We apply causal mediation analysis to explain the decision-making process of neural models for rumour detection on Twitter. Interventions at the input and network level reveal the causal impacts of tweets and words in th…
Decision MakingRumour DetectionRumour Detection and Analysis on Twitter
In recent years people have become increasingly reliant on social media to read news and get information, and some social media users post unsubstantiated information to gain attention. Such information is known as rumou…
Rumour Detection