PulseAugur
实时 01:26:28
English(EN) Plain Transformers are Surprisingly Powerful Link Predictors

简单的 Transformer 模型 PENCIL 在图链接预测方面优于 GNN

研究人员开发了 PENCIL,一个简单的 Transformer 模型,能够比传统的图神经网络 (GNN) 更有效地预测大型图中的链接。与现有的需要复杂结构编码的图 Transformer 不同,PENCIL 使用对采样局部子图的注意力机制。这种方法使其能够捕捉丰富的拓扑依赖关系,并在参数效率和可扩展性方面优于 GNN,即使没有节点特征。 AI

影响 证明了更简单的 Transformer 架构可以在图机器学习中取得具有竞争力的性能,有可能减少对复杂 GNN 工程的需求。

排序理由 介绍图链接预测新模型架构的学术论文。[lever_c_research 降级:ic=1 ai=1.0]

在 arXiv cs.AI 阅读 →

AI 生成摘要 · Google Gemini · 来自 1 个来源。 我们如何撰写摘要 →

报道来源 [1]

  1. arXiv cs.AI TIER_1 English(EN) · Quang Truong, Yu Song, Donald Loveland, Mingxuan Ju, Tong Zhao, Neil Shah, Jiliang Tang ·

    普通Transformer是出色的链接预测器

    arXiv:2602.01553v2 Announce Type: replace-cross Abstract: Link prediction is a core challenge in graph machine learning, demanding models that capture rich and complex topological dependencies. While Graph Neural Networks (GNNs) are the standard solution, state-of-the-art pipelin…