paper-with-me

Papers

Identifying Possible Rumor Spreaders on Twitter: A Weak Supervised Learning Approach

2020-10-15 · Shakshi Sharma, Rajesh Sharma

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.

📄 PDF Abstract BibTeX arXiv:2010.07647

Code (2)

shakshi12/RumourGNN 공식 구현 tf
shakshi12/Rumor-Spreaders-using-GNN-approach-PHEME-dataset- tf

Tasks

Graph Neural NetworkMisinformation

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음
SVM A Support Vector Machine, or SVM, is a non-parametric supervised learning model. For non-linear classification and regression, they utilise the kernel trick to map inputs…
GCN A Graph Convolutional Network, or GCN, is an approach for semi-supervised learning on graph-structured data. It is based on an efficient variant of [convolutional neural…
Tanh Activation 설명 없음
Sigmoid Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Fake News Spreader Detection on Twitter using Character N-Grams. Notebook for PAN at CLEF 2020

2020-09-29 · Inna Vogel, Meghana Meghana

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 DetectionMisinformation

Rumor Detection on Twitter with Tree-structured Recursive Neural Networks

2018-07-01 · ACL 2018 7 · Jing Ma, Wei Gao, Kam-Fai Wong

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 Detection

Inconsistency Matters: A Knowledge-guided Dual-inconsistency Network for Multi-modal Rumor Detection

2021-11-01 · Findings (EMNLP) 2021 11 · Mengzhu Sun, Xi Zhang, Jianqiang Ma, Yazheng Liu

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

2021-11-16 · ACL ARR November 2021 11 · Anonymous

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

2020-02-24 · Abiola Osho, Caden Waters, George Amariucai

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