Advanced Text Analytics -- Graph Neural Network for Fake News Detection in Social Media
Traditional Graph Neural Network (GNN) approaches for fake news detection (FND) often depend on auxiliary, non-textual data such as user interaction histories or content dissemination patterns. However, these data sources are not always accessible, limiting the effectiveness and applicability of such methods. Additionally, existing models frequently struggle to capture the detailed and intricate relationships within textual information, reducing their overall accuracy. In order to address these challenges Advanced Text Analysis Graph Neural Network (ATA-GNN) is proposed in this paper. The proposed model is designed to operate solely on textual data. ATA-GNN employs innovative topic modelling (clustering) techniques to identify typical words for each topic, leveraging multiple clustering dimensions to achieve a comprehensive semantic understanding of the text. This multi-layered design enables the model to uncover intricate textual patterns while contextualizing them within a broader semantic framework, significantly enhancing its interpretative capabilities. Extensive evaluations on widely used benchmark datasets demonstrate that ATA-GNN surpasses the performance of current GNN-based FND methods. These findings validate the potential of integrating advanced text clustering within GNN architectures to achieve more reliable and text-focused detection solutions.
Code (0)
등록된 구현이 없습니다.
Tasks
ClusteringFake News DetectionGraph Neural NetworkText ClusteringMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Methods of Informational Trends Analytics and Fake News Detection on Twitter
In the paper, different approaches for the analysis of news trends on Twitter has been considered. For the analysis and case study, informational trends on Twitter caused by Russian invasion of Ukraine in 2022 year have …
Fake News DetectionOn the Coherence of Fake News Articles
The generation and spread of fake news within new and online media sources is emerging as a phenomenon of high societal significance. Combating them using data-driven analytics has been attracting much recent scholarly i…
ArticlesLeveraging Users' Social Network Embeddings for Fake News Detection on Twitter
Social networks (SNs) are increasingly important sources of news for many people. The online connections made by users allows information to spread more easily than traditional news media (e.g., newspaper, television). H…
Fake News DetectionGraph EmbeddingLanguage ModellingStance DetectionGraph Neural Networks with Continual Learning for Fake News Detection from Social Media
Although significant effort has been applied to fact-checking, the prevalence of fake news over social media, which has profound impact on justice, public trust and our society, remains a serious problem. In this work, w…
Continual LearningFact CheckingFake News DetectionAnalysis of Disinformation and Fake News Detection Using Fine-Tuned Large Language Model
The paper considers the possibility of fine-tuning Llama 2 large language model (LLM) for the disinformation analysis and fake news detection. For fine-tuning, the PEFT/LoRA based approach was used. In the study, the mod…
Fact CheckingFake News DetectionLanguage ModelingLanguage Modelling+1