菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-06-29
📄 Abstract - Beyond Triplet Plausibility: Relation Set Completion in Knowledge Graphs

Knowledge graphs (KGs) organize real-world knowledge as triplets and underpin many downstream applications. Due to their inherent incompleteness, knowledge graph completion (KGC) is widely studied and is typically formulated as triplet prediction, with link prediction as the dominant paradigm. However, this formulation focuses on the incompleteness of triplet-wise information and overlooks the incompleteness of entity-relation compatibility information. To address this limitation, we introduce a relation set completion task (RSC), which complements the link prediction task and aims to reason about missing relations that are semantically compatible with a given entity. We further propose a Relation Set Embedding model (RelSetE), which models latent patterns among the observed relations of entities to infer missing ones. To evaluate RelSetE, we derive three benchmark datasets from standard KG benchmarks. Extensive experiments demonstrate that RelSetE effectively captures entity-relation compatibility patterns and performs favorably in inferring missing relations of entities. Code and data are publicly available.

顶级标签: machine learning knowledge graphs model training
详细标签: relation set completion knowledge graph completion link prediction entity-relation compatibility benchmark 或 搜索:

超越三元组合理性:知识图谱中的关系集合补全 / Beyond Triplet Plausibility: Relation Set Completion in Knowledge Graphs


1️⃣ 一句话总结

本文指出传统知识图谱补全方法只关注三元组(头实体-关系-尾实体)的合理性,却忽略了实体与哪些关系在语义上兼容的问题,因此提出了一个名为“关系集合补全”的新任务,并设计了RelSetE模型,通过分析实体已知的关系模式来推断其缺失的兼容关系,从而更全面地完善知识图谱。

源自 arXiv: 2606.29860