paper-with-me

홈 › Papers

A Decision-Based Heterogenous Graph Attention Network for Multi-Class Fake News Detection

2025-01-06 · Batool Lakzaei, Mostafa Haghir Chehreghani, Alireza Bagheri

A promising tool for addressing fake news detection is Graph Neural Networks (GNNs). However, most existing GNN-based methods rely on binary classification, categorizing news as either real or fake. Additionally, traditional GNN models use a static neighborhood for each node, making them susceptible to issues like over-squashing. In this paper, we introduce a novel model named Decision-based Heterogeneous Graph Attention Network (DHGAT) for fake news detection in a semi-supervised setting. DHGAT effectively addresses the limitations of traditional GNNs by dynamically optimizing and selecting the neighborhood type for each node in every layer. It represents news data as a heterogeneous graph where nodes (news items) are connected by various types of edges. The architecture of DHGAT consists of a decision network that determines the optimal neighborhood type and a representation network that updates node embeddings based on this selection. As a result, each node learns an optimal and task-specific computational graph, enhancing both the accuracy and efficiency of the fake news detection process. We evaluate DHGAT on the LIAR dataset, a large and challenging dataset for multi-class fake news detection, which includes news items categorized into six classes. Our results demonstrate that DHGAT outperforms existing methods, improving accuracy by approximately 4% and showing robustness with limited labeled data.

📄 PDF Abstract BibTeX arXiv:2501.03290

Code (1)

blakzaei/dhgat 공식 구현 pytorch

Tasks

Binary ClassificationFake News DetectionGraph Attention

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

Generic Interpretation Approach for Transformer Models Incorporating Heterogenous Attention Structures

2026-05-25 · Yongjin Cui, Xiaohui Fan, Huajun Chen arxiv

Transformer has significantly propelled the development of artificial intelligence, and certainly the development of agents as well. We categorize attention structures of Transformer into two types based on the source of…

Optimal Cycling of a Heterogenous Battery Bank via Reinforcement Learning

2021-09-15 · Vivek Deulkar, Jayakrishnan Nair

We consider the problem of optimal charging/discharging of a bank of heterogenous battery units, driven by stochastic electricity generation and demand processes. The batteries in the battery bank may differ with respect…

Q-Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Disease classification of macular Optical Coherence Tomography scans using deep learning software: validation on independent, multi-centre data

2019-07-11 · Kanwal K. Bhatia, Mark S. Graham, Louise Terry, Ashley Wood 외

Purpose: To evaluate Pegasus-OCT, a clinical decision support software for the identification of features of retinal disease from macula OCT scans, across heterogenous populations involving varying patient demographics, …

SpotV2Net: Multivariate Intraday Spot Volatility Forecasting via Vol-of-Vol-Informed Graph Attention Networks

2024-01-11 · Alessio Brini, Giacomo Toscano

This paper introduces SpotV2Net, a multivariate intraday spot volatility forecasting model based on a Graph Attention Network architecture. SpotV2Net represents assets as nodes within a graph and includes non-parametric …

Graph Attention

Efficient and effective training of language and graph neural network models

2022-06-22 · Vassilis N. Ioannidis, Xiang Song, Da Zheng, Houyu Zhang 외

Can we combine heterogenous graph structure with text to learn high-quality semantic and behavioural representations? Graph neural networks (GNN)s encode numerical node attributes and graph structure to achieve impressiv…

Edge ClassificationGraph Neural NetworkLanguage ModelingLanguage Modelling+1