arXiv:2502.06927cs.LGcs.AI2025-02被引 3

让每个节点自己选邻居顺序,提升假新闻识别准确率

Neighborhood-Order Learning Graph Attention Network for Fake News Detection

  • 节点自主学习最优邻居顺序,突破传统GNN层数限制
  • 在有限标注数据下,准确率和F1值显著超越基线模型
  • 适合处理社交网络中信息传播路径复杂的假新闻检测

假新闻检测是数字时代的重要挑战,随着社交媒体和在线通信网络的普及愈发关键。基于图神经网络(GNN)的方法在分析图结构数据方面展现出巨大潜力,但传统GNN架构存在无法有效利用超出层数深度邻居信息的局限,影响模型精度与效果。本文提出一种新型模型——邻域序学习图注意力网络(NOL-GAT),使每一层中的节点能够独立学习其最优邻域顺序,从而有目的地高效提取远距离邻居的关键信息。NOL-GAT由两部分构成:跳数网络(Hop Network)用于确定最优邻域顺序,嵌入网络(Embedding Network)则基于这些最优邻域更新节点嵌入。在多个假新闻数据集上的实验表明,NOL-GAT在准确率和F1-score等指标上显著优于基线模型,尤其在标注数据有限的场景下表现突出。该模型还具备缓解过度挤压问题、改善信息流动、降低计算复杂度等优势。

原文摘要 · Abstract (English)

Fake news detection is a significant challenge in the digital age, which has become increasingly important with the proliferation of social media and online communication networks. Graph Neural Networks (GNN)-based methods have shown high potential in analyzing graph-structured data for this problem. However, a major limitation in conventional GNN architectures is their inability to effectively utilize information from neighbors beyond the network's layer depth, which can reduce the model's accuracy and effectiveness. In this paper, we propose a novel model called Neighborhood-Order Learning Graph Attention Network (NOL-GAT) for fake news detection. This model allows each node in each layer to independently learn its optimal neighborhood order. By doing so, the model can purposefully and efficiently extract critical information from distant neighbors. The NOL-GAT architecture consists of two main components: a Hop Network that determines the optimal neighborhood order and an Embedding Network that updates node embeddings using these optimal neighborhoods. To evaluate the model's performance, experiments are conducted on various fake news datasets. Results demonstrate that NOL-GAT significantly outperforms baseline models in metrics such as accuracy and F1-score, particularly in scenarios with limited labeled data. Features such as mitigating the over-squashing problem, improving information flow, and reducing computational complexity further highlight the advantages of the proposed model.

假新闻检测图神经网络注意力机制

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。