arXiv:2505.07171cs.AIcs.IR2025-05中稿 · SIGIR 2025, 5 page…被引 5

用扩散模型区分正负关系,提升少样本知识图谱补全效果

ReCDAP: Relation-Based Conditional Diffusion with Attention Pooling for Few-Shot Knowledge Graph Completion

  • 基于关系条件扩散,同时建模正负三元组分布
  • 在两个数据集上超越现有方法,性能达最新水平
  • 适合研究知识图谱补全与生成式模型的学者

知识图谱(KG)由三元组(头实体,关系,尾实体)构成,是问答、实体搜索和推荐等信息检索系统的核心。真实世界中的知识图谱中,虽然实体众多,但关系呈现长尾分布,影响检索性能。以往少样本知识图谱补全研究仅关注图中存在的正三元组,或在引入负三元组时仅将其作为错误信号使用。为克服此局限,本文提出关系条件扩散结合注意力池化(ReCDAP)。首先,通过随机替换支持集中的尾实体生成负三元组;然后,在扩散过程中条件性融合正向知识与不存在的负向信息,分别估计正负关系的潜在分布;此外,引入注意力池化模块显式利用正负样本间的差异。在两个常用数据集上的实验表明,本方法优于现有方法,达到当前最优性能。代码已公开于 https://github.com/hou27/ReCDAP-FKGC。

原文摘要 · Abstract (English)

Knowledge Graphs (KGs), composed of triples in the form of (head, relation, tail) and consisting of entities and relations, play a key role in information retrieval systems such as question answering, entity search, and recommendation. In real-world KGs, although many entities exist, the relations exhibit a long-tail distribution, which can hinder information retrieval performance. Previous few-shot knowledge graph completion studies focused exclusively on the positive triple information that exists in the graph or, when negative triples were incorporated, used them merely as a signal to indicate incorrect triples. To overcome this limitation, we propose Relation-Based Conditional Diffusion with Attention Pooling (ReCDAP). First, negative triples are generated by randomly replacing the tail entity in the support set. By conditionally incorporating positive information in the KG and non-existent negative information into the diffusion process, the model separately estimates the latent distributions for positive and negative relations. Moreover, including an attention pooler enables the model to leverage the differences between positive and negative cases explicitly. Experiments on two widely used datasets demonstrate that our method outperforms existing approaches, achieving state-of-the-art performance. The code is available at https://github.com/hou27/ReCDAP-FKGC.

知识图谱扩散模型少样本学习

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