动态选择邻居类型,提升多分类假新闻检测准确率
A Decision-Based Heterogenous Graph Attention Network for Multi-Class Fake News Detection
- 基于决策机制动态选择节点邻居类型,避免固定邻域缺陷
- 在LIAR数据集上多分类准确率提升约4%,小样本下表现稳健
- 适合需要高精度多类假新闻识别的场景
图神经网络(GNN)是应对假新闻检测的有力工具,但现有方法多为二分类,且传统GNN使用静态邻域,易受过挤压问题影响。本文提出一种新的半监督多分类假新闻检测模型——基于决策的异构图注意力网络(DHGAT)。该模型将新闻数据建模为异构图,节点间通过多种边类型连接。DHGAT包含一个决策网络,用于每层动态选择最优邻域类型;以及一个表示网络,根据选择结果更新节点嵌入。由此,每个节点可学习任务特异性计算图,显著提升检测精度与效率。在包含六类标签的LIAR数据集上的实验表明,相较于现有方法,DHGAT准确率提升约4%,且在标注数据有限时仍具鲁棒性。
原文摘要 · Abstract (English)
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.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。