• 文献检索
  • 文档翻译
  • 深度研究
  • 学术资讯
  • Suppr Zotero 插件Zotero 插件
  • 邀请有礼
  • 套餐&价格
  • 历史记录
应用&插件
Suppr Zotero 插件Zotero 插件浏览器插件Mac 客户端Windows 客户端微信小程序
定价
高级版会员购买积分包购买API积分包
服务
文献检索文档翻译深度研究API 文档MCP 服务
关于我们
关于 Suppr公司介绍联系我们用户协议隐私条款
关注我们

Suppr 超能文献

核心技术专利:CN118964589B侵权必究
粤ICP备2023148730 号-1Suppr @ 2026

文献检索

告别复杂PubMed语法,用中文像聊天一样搜索,搜遍4000万医学文献。AI智能推荐,让科研检索更轻松。

立即免费搜索

文件翻译

保留排版,准确专业,支持PDF/Word/PPT等文件格式,支持 12+语言互译。

免费翻译文档

深度研究

AI帮你快速写综述,25分钟生成高质量综述,智能提取关键信息,辅助科研写作。

立即免费体验

成对还是高阶?一种用于知识图谱嵌入的自适应图框架。

Pair-wise or high-order? A self-adaptive graph framework for knowledge graph embedding.

作者信息

Zhang Dong, Jiang Haoqian, Li Xiaoning, Li Guanyu, Ning Bo, Chen Heng

机构信息

Information Science and Technology College, Dalian Maritime University, Dalian, 116026, Liaoning, China.

School of Software, Dalian University of Foreign Languages, Dalian, 116026, Liaoning, China.

出版信息

Neural Netw. 2025 Aug;188:107494. doi: 10.1016/j.neunet.2025.107494. Epub 2025 Apr 24.

DOI:10.1016/j.neunet.2025.107494
PMID:40286680
Abstract

Knowledge graphs (KGs) depict entities as nodes and connections as edges, and they are extensively utilized in numerous artificial intelligence applications. However, knowledge graphs often suffer from incompleteness, which seriously affects downstream applications. Knowledge graph embedding (KGE) technology tackles this challenge by encoding entities and relations as vectors, allowing for inference and computations using these representations. Graph convolutional networks (GCNs) are essential knowledge graph embedding technology models. GCN methods capture the topological structure features of the KG by calculating the pair-wise relationships between entities and neighboring nodes. Although GCN models have achieved excellent performance, there are still three main challenges: (1) effectively solving the over-smoothing problem in multi-layer GCN models for knowledge graph representation learning, (2) obtaining high-order information between entities and neighboring nodes beyond the pair-wise relationships, and (3) effectively integrating pair-wise and high-order features of entities. To address these challenges, we proposed an adaptive graph convolutional network model called PHGCN (Pair-wise and High-Order Graph Convolutional Network), which can simultaneously integrate pair-wise and high-order features. PHGCN tackles the three challenges mentioned above in the following ways. (1) We propose a layer-aware GCN to overcome the over-smoothing problem while aggregating pair-wise relationships. (2) We employ simplicial complex neural networks to extract high-order topological features from knowledge graphs. (3) We introduce a self-adaptive aggregation mechanism that effectively integrates pair-wise and high-order features. Our experiments on four benchmark datasets showed that PHGCN outperforms existing methods, achieving state-of-the-art results. The performance improvement from using a simplicial complex neural network to extract high-order features is significant. On the FB15k-237 dataset, PHGCN achieved a 1.5% improvement, while on the WN18RR dataset, it improved by 6.1%.

摘要

知识图谱(KGs)将实体表示为节点,将连接表示为边,并且它们在众多人工智能应用中得到了广泛应用。然而,知识图谱常常存在不完整性,这严重影响了下游应用。知识图谱嵌入(KGE)技术通过将实体和关系编码为向量来应对这一挑战,从而允许使用这些表示进行推理和计算。图卷积网络(GCNs)是重要的知识图谱嵌入技术模型。GCN方法通过计算实体与相邻节点之间的成对关系来捕获KG的拓扑结构特征。尽管GCN模型取得了优异的性能,但仍存在三个主要挑战:(1)有效解决用于知识图谱表示学习的多层GCN模型中的过平滑问题;(2)获取实体与相邻节点之间除成对关系之外的高阶信息;(3)有效整合实体的成对和高阶特征。为了应对这些挑战,我们提出了一种名为PHGCN(成对和高阶图卷积网络)的自适应图卷积网络模型,它可以同时整合成对和高阶特征。PHGCN通过以下方式应对上述三个挑战。(1)我们提出了一种层感知GCN,以在聚合成对关系时克服过平滑问题。(2)我们采用单纯复形神经网络从知识图谱中提取高阶拓扑特征。(3)我们引入了一种自适应聚合机制,有效整合成对和高阶特征。我们在四个基准数据集上的实验表明,PHGCN优于现有方法,取得了当前最优的结果。使用单纯复形神经网络提取高阶特征带来的性能提升非常显著。在FB15k - 237数据集上,PHGCN实现了1.5%的提升,而在WN18RR数据集上,提升了6.1%。

相似文献

1
Pair-wise or high-order? A self-adaptive graph framework for knowledge graph embedding.成对还是高阶?一种用于知识图谱嵌入的自适应图框架。
Neural Netw. 2025 Aug;188:107494. doi: 10.1016/j.neunet.2025.107494. Epub 2025 Apr 24.
2
High-Order Neighbors Aware Representation Learning for Knowledge Graph Completion.用于知识图谱补全的高阶邻居感知表示学习
IEEE Trans Neural Netw Learn Syst. 2025 Mar;36(3):5273-5287. doi: 10.1109/TNNLS.2024.3383873. Epub 2025 Feb 28.
3
Simplicial Complex Neural Networks.单纯复形神经网络
IEEE Trans Pattern Anal Mach Intell. 2024 Jan;46(1):561-575. doi: 10.1109/TPAMI.2023.3323624. Epub 2023 Dec 5.
4
End-to-End Structure-Aware Convolutional Networks for Knowledge Base Completion.用于知识库补全的端到端结构感知卷积网络
Proc AAAI Conf Artif Intell. 2019 Jul 17;33:3060-3067. doi: 10.1609/aaai.v33i01.33013060.
5
Co-embedding of edges and nodes with deep graph convolutional neural networks.使用深度图卷积神经网络进行边和节点的联合嵌入
Sci Rep. 2023 Oct 8;13(1):16966. doi: 10.1038/s41598-023-44224-1.
6
MAMF-GCN: Multi-scale adaptive multi-channel fusion deep graph convolutional network for predicting mental disorder.MAMF-GCN:用于预测精神障碍的多尺度自适应多通道融合深度图卷积网络。
Comput Biol Med. 2022 Sep;148:105823. doi: 10.1016/j.compbiomed.2022.105823. Epub 2022 Jul 6.
7
Locality preserving dense graph convolutional networks with graph context-aware node representations.具有图上下文感知节点表示的局部保持密集图卷积网络
Neural Netw. 2021 Nov;143:108-120. doi: 10.1016/j.neunet.2021.05.031. Epub 2021 Jun 2.
8
A deep graph convolutional neural network architecture for graph classification.一种用于图分类的深度图卷积神经网络架构。
PLoS One. 2023 Mar 10;18(3):e0279604. doi: 10.1371/journal.pone.0279604. eCollection 2023.
9
Matching biomedical ontologies with GCN-based feature propagation.基于图卷积网络特征传播的生物医学本体匹配。
Math Biosci Eng. 2022 Jun 9;19(8):8479-8504. doi: 10.3934/mbe.2022394.
10
A unified deep semi-supervised graph learning scheme based on nodes re-weighting and manifold regularization.一种基于节点重新加权和流形正则化的统一深度半监督图学习方案。
Neural Netw. 2023 Jan;158:188-196. doi: 10.1016/j.neunet.2022.11.017. Epub 2022 Nov 19.