arXiv:2602.05424cs.AI2026-02

提出可泛化到新实体的超关系知识图谱链接预测方法

THOR: Inductive Link Prediction over Hyper-Relational Knowledge Graphs

  • 构建关系与实体基础图,捕捉跨图谱的结构共性
  • 通过双编码器+Transformer实现完全归纳推理,支持新实体预测
  • 在12个数据集上超越基线66.1%,适合需要泛化的知识图谱应用

知识图谱已成为多种应用的关键组件。传统三元组仅描述实体间的关系,而现代知识图谱中越来越多出现超关系事实——即通过任意数量的限定词对三元组进行补充描述,显著提升链接预测的推理性能。然而现有方法多限于归纳设置,模型仅能针对特定词汇表训练并预测,难以推广至未见实体。为此,本文提出THOR,一种面向超关系知识图谱(HKG)的归纳式链接预测方法。首先引入关系与实体基础图,建模其在各类超关系事实中的通用交互模式,不依赖具体关系或实体。随后设计双通道图编码器结合Transformer解码器,支持高效的掩码训练与全归纳推理。在12个不同设置的数据集上评估表明,THOR相较最佳规则、半归纳和全归纳方法分别提升66.1%、55.9%和20.4%。消融实验验证了关键设计因素对跨图谱结构不变性的有效捕获。

原文摘要 · Abstract (English)

Knowledge graphs (KGs) have become a key ingredient supporting a variety of applications. Beyond the traditional triplet representation of facts where a relation connects two entities, modern KGs observe an increasing number of hyper-relational facts, where an arbitrary number of qualifiers associated with a triplet provide auxiliary information to further describe the rich semantics of the triplet, which can effectively boost the reasoning performance in link prediction tasks. However, existing link prediction techniques over such hyper-relational KGs (HKGs) mostly focus on a transductive setting, where KG embedding models are learned from the specific vocabulary of a given KG and subsequently can only make predictions within the same vocabulary, limiting their generalizability to previously unseen vocabularies. Against this background, we propose THOR, an inducTive link prediction technique for Hyper-relational knOwledge gRaphs. Specifically, we first introduce both relation and entity foundation graphs, modeling their fundamental inter- and intra-fact interactions in HKGs, which are agnostic to any specific relations and entities. Afterward, THOR is designed to learn from the two foundation graphs with two parallel graph encoders followed by a transformer decoder, which supports efficient masked training and fully-inductive inference. We conduct a thorough evaluation of THOR in hyper-relational link prediction tasks on 12 datasets with different settings. Results show that THOR outperforms a sizable collection of baselines, yielding 66.1%, 55.9%, and 20.4% improvement over the best-performing rule-based, semi-inductive, and fully-inductive techniques, respectively. A series of ablation studies also reveals our key design factors capturing the structural invariance transferable across HKGs for inductive tasks.

知识图谱链接预测归纳学习超关系

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