Detecting fake news is a challenging task and an important area of research for social media researchers. This task also involves clarifying accountability mechanisms that demonstrate the credibility of quotable sources, such as networks that document the spread of misinformation. Deep learning techniques, particularly neural networks that rely on popular graph representation techniques such as graph convolutional networks (GCNs), are increasingly being utilized to detect fake news, fake accounts, and rumors spreading through social media. In this paper, features were extracted using TF-IDF, Bag-of-Words, and bigrams. The evaluation was conducted using the standard Kaggle/ISOT and GossipCop datasets, which include news headlines and published models. Using the extracted features, the proposed GCN-based model/classifier achieved a high detection accuracy of 95% by combining TF-IDF and Bag-of-Words representations. The results demonstrate that the extracted features improve the efficiency of the detection model.
Alshuwaier et al. (Sat,) studied this question.