Identifying Possible Rumor Spreaders on Twitter: A Weak Supervised Learning Approach
Online Social Media (OSM) platforms such as Twitter, Facebook are extensively exploited by the users of these platforms for spreading the (mis)information to a large audience effortlessly at a rapid pace. It has been observed that the misinformation can cause panic, fear, and financial loss to society. Thus, it is important to detect and control the misinformation in such platforms before it spreads to the masses. In this work, we focus on rumors, which is one type of misinformation (other types are fake news, hoaxes, etc). One way to control the spread of the rumors is by identifying users who are possibly the rumor spreaders, that is, users who are often involved in spreading the rumors. Due to the lack of availability of rumor spreaders labeled dataset (which is an expensive task), we use publicly available PHEME dataset, which contains rumor and non-rumor tweets information, and then apply a weak supervised learning approach to transform the PHEME dataset into rumor spreaders dataset. We utilize three types of features, that is, user, text, and ego-network features, before applying various supervised learning approaches. In particular, to exploit the inherent network property in this dataset (user-user reply graph), we explore Graph Convolutional Network (GCN), a type of Graph Neural Network (GNN) technique. We compare GCN results with the other approaches: SVM, RF, and LSTM. Extensive experiments performed on the rumor spreaders dataset, where we achieve up to 0.864 value for F1-Score and 0.720 value for AUC-ROC, shows the effectiveness of our methodology for identifying possible rumor spreaders using the GCN technique.
Code (2)
Tasks
Graph Neural NetworkMisinformationMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Fake News Spreader Detection on Twitter using Character N-Grams. Notebook for PAN at CLEF 2020
The authors of fake news often use facts from verified news sources and mix them with misinformation to create confusion and provoke unrest among the readers. The spread of fake news can thereby have serious implications…
Fake News DetectionMisinformationRumor Detection on Twitter with Tree-structured Recursive Neural Networks
Automatic rumor detection is technically very challenging. In this work, we try to learn discriminative features from tweets content by following their non-sequential propagation structure and generate more powerful repr…
Feature EngineeringGeneral ClassificationRepresentation LearningRumour DetectionInconsistency Matters: A Knowledge-guided Dual-inconsistency Network for Multi-modal Rumor Detection
Rumor spreaders are increasingly utilizing multimedia content to attract the attention and trust of news consumers. Though a set of rumor detection models have exploited the multi-modal data, they seldom consider the inc…
Rumor Detection on Twitter Through SMOTE+RU Hybrid Top Features Extraction Model using Ensemble Method
In today's scenario, the prevalence of social media like Twitter or Weibo has increased a lot. Such platforms allow their users to discuss and share rumors due to their open nature. As the social media platforms impacts …
An Information Diffusion Approach to Rumor Propagation and Identification on Twitter
With the increasing use of online social networks as a source of news and information, the propensity for a rumor to disseminate widely and quickly poses a great concern, especially in disaster situations where users do …
feature selectionMisinformationPrediction