TL;DR
This paper presents a weak supervised learning method utilizing Graph Convolutional Networks to identify potential rumor spreaders on Twitter, achieving high accuracy with limited labeled data.
Contribution
It introduces a novel weak supervised approach using GCNs to detect rumor spreaders from Twitter data without requiring extensive labeled datasets.
Findings
GCN outperforms SVM, RF, and LSTM in accuracy
Achieves up to 0.864 F1-Score and 0.720 AUC-ROC
Effective identification of rumor spreaders with limited labels
Abstract
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…
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
MethodsGraph Neural Network · Support Vector Machine · Graph Convolutional Network · Tanh Activation · Sigmoid Activation · Long Short-Term Memory
