paper-with-me

홈 › Papers

A comparative analysis of Graph Neural Networks and commonly used machine learning algorithms on fake news detection

2022-03-26 · Fahim Belal Mahmud, Mahi Md. Sadek Rayhan, Mahdi Hasan Shuvo, Islam Sadia, Md. Kishor Morol

Fake news on social media is increasingly regarded as one of the most concerning issues. Low cost, simple accessibility via social platforms, and a plethora of low-budget online news sources are some of the factors that contribute to the spread of false news. Most of the existing fake news detection algorithms are solely focused on the news content only but engaged users prior posts or social activities provide a wealth of information about their views on news and have significant ability to improve fake news identification. Graph Neural Networks are a form of deep learning approach that conducts prediction on graph-described data. Social media platforms are followed graph structure in their representation, Graph Neural Network are special types of neural networks that could be usually applied to graphs, making it much easier to execute edge, node, and graph-level prediction. Therefore, in this paper, we present a comparative analysis among some commonly used machine learning algorithms and Graph Neural Networks for detecting the spread of false news on social media platforms. In this study, we take the UPFD dataset and implement several existing machine learning algorithms on text data only. Besides this, we create different GNN layers for fusing graph-structured news propagation data and the text data as the node feature in our GNN models. GNNs provide the best solutions to the dilemma of identifying false news in our research.

📄 PDF Abstract BibTeX arXiv:2203.14132

Code (0)

등록된 구현이 없습니다.

Tasks

Fake News DetectionGraph Neural Network

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

Comparative algorithm performance evaluation and prediction for the maximum clique problem using instance space analysis

2025-12-03 · Bharat Sharman, Elkafi Hassini arxiv

The maximum clique problem, a well-known graph-based combinatorial optimization problem, has been addressed through various algorithmic approaches, though systematic analyses of the problem instances remain sparse. This …

Graph Neural Network

Machine Learning Methods for Cancer Classification Using Gene Expression Data: A Review

2023-01-28 · Fadi Alharbi, Aleksandar Vakanski

Cancer is a term that denotes a group of diseases caused by abnormal growth of cells that can spread in different parts of the body. According to the World Health Organization (WHO), cancer is the second major cause of d…

Cancer ClassificationFeature Engineering

Churn Prediction with Sequential Data and Deep Neural Networks. A Comparative Analysis

2019-09-24 · C. Gary Mena, Arno De Caigny, Kristof Coussement, Koen W. De Bock 외

Off-the-shelf machine learning algorithms for prediction such as regularized logistic regression cannot exploit the information of time-varying features without previously using an aggregation procedure of such sequentia…

regression

Image-based Data Representations of Time Series: A Comparative Analysis in EEG Artifact Detection

2023-12-21 · Aaron Maiwald, Leon Ackermann, Maximilian Kalcher, Daniel J. Wu

Alternative data representations are powerful tools that augment the performance of downstream models. However, there is an abundance of such representations within the machine learning toolbox, and the field lacks a com…

Artifact DetectionEEGTime Series

Data Augmentation for Graph Neural Networks

2020-06-11 · Tong Zhao, Yozen Liu, Leonardo Neves, Oliver Woodford 외

Data augmentation has been widely used to improve generalizability of machine learning models. However, comparatively little work studies data augmentation for graphs. This is largely due to the complex, non-Euclidean st…

Data AugmentationGeneral ClassificationNode Classification