paper-with-me

홈 › Papers

Advanced Text Analytics -- Graph Neural Network for Fake News Detection in Social Media

2025-02-22 · Anantram Patel, Vijay Kumar Sutrakar

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.

📄 PDF Abstract BibTeX arXiv:2502.16157

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringFake News DetectionGraph Neural NetworkText Clustering

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

Methods of Informational Trends Analytics and Fake News Detection on Twitter

2022-04-11 · Bohdan M. Pavlyshenko

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 Detection

On the Coherence of Fake News Articles

2019-06-26 · Iknoor Singh, Deepak P, Anoop K

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…

Articles

Leveraging Users' Social Network Embeddings for Fake News Detection on Twitter

2022-11-19 · Ting Su, Craig Macdonald, Iadh Ounis

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 Detection

Graph Neural Networks with Continual Learning for Fake News Detection from Social Media

2020-07-07 · Yi Han, Shanika Karunasekera, Christopher Leckie

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 Detection

Analysis of Disinformation and Fake News Detection Using Fine-Tuned Large Language Model

2023-09-09 · Bohdan M. Pavlyshenko

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