paper-with-me

홈 › Papers

Rumour detection using graph neural network and oversampling in benchmark Twitter dataset

2022-12-20 · Shaswat Patel, Prince Bansal, Preeti Kaur

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.

📄 PDF Abstract BibTeX arXiv:2212.10080

Code (0)

등록된 구현이 없습니다.

Tasks

Data Augmentationfeature selectionGraph Neural NetworkMisinformationRumour Detection

Methods 이 논문이 사용한 방법론

Feature Selection Feature selection, also known as variable selection, attribute selection or variable subset selection, is the process of selecting a subset of relevant features (variables,…

Similar Papers 제목 키워드 기반

Rumour Detection via Zero-shot Cross-lingual Transfer Learning

2021-09-27 · Lin Tian, Xiuzhen Zhang, Jey Han Lau

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+1

BERT based classification system for detecting rumours on Twitter

2021-09-07 · Rini Anggrainingsih, Ghulam Mubashar Hassan, Amitava Datta

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+2

Early Rumour Detection

2019-06-01 · NAACL 2019 6 · Kaimin Zhou, Chang Shu, Binyang Li, Jey Han Lau

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 Detection

CMA-R:Causal Mediation Analysis for Explaining Rumour Detection

2024-02-13 · Lin Tian, Xiuzhen Zhang, Jey Han Lau

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 Detection

Rumour Detection and Analysis on Twitter

2023-04-04 · Yaohou Fan

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