P-INT: A Path-based Interaction Model for Few-shot Knowledge Graph Completion
Few-shot knowledge graph completion is to infer the unknown facts (i.e., query head-tail entity pairs) of a given relation with only a few observed reference entity pairs. Its general process is to first encode the implicit relation of an entity pair and then match the relation of a query entity pair with the relations of the reference entity pairs. Most existing methods have thus far encoded an entity pair and matched entity pairs by using the direct neighbors of concerned entities. In this paper, we propose the P-INT model for effective few-shot knowledge graph completion. First, P-INT infers and leverages the paths that can expressively encode the relation of two entities. Second, to capture the fine grained matches, P-INT calculates the interactions of paths instead of mix- ing them for each entity pair. Extensive experimental results demonstrate that P-INT out- performs the state-of-the-art baselines by 11.2– 14.2% in terms of Hits@1. Our codes and datasets are online now.
Code (0)
등록된 구현이 없습니다.
Tasks
Knowledge Graph CompletionRelationSimilar Papers 제목 키워드 기반
Normalizing Flow-based Neural Process for Few-Shot Knowledge Graph Completion
Knowledge graphs (KGs), as a structured form of knowledge representation, have been widely applied in the real world. Recently, few-shot knowledge graph completion (FKGC), which aims to predict missing facts for unseen r…
Graph Neural NetworkKnowledge Graph CompletionKnowledge GraphsMeta-Learning+1Dual-Path LLM Reasoning for Multimodal Few-Shot Knowledge Graph Completion
Knowledge graph completion (KGC) aims to infer missing facts in knowledge graphs (KGs), thereby improving their completeness and supporting downstream intelligent applications. However, emerging entities and relations in…
Knowledge Graph CompletionKnowledge GraphsFew-Shot Knowledge Graph Completion with Data Fusion and Augmentation
This paper addresses the few-shot knowledge graph completion problem, which aims to infer facts for long-tail distributed relations for completing knowledge graphs. The few-shot knowledge graph completion task confronts …
Few-Shot LearningKnowledge Graph CompletionKnowledge GraphsWorld KnowledgeHierarchical Relational Learning for Few-Shot Knowledge Graph Completion
Knowledge graphs (KGs) are known for their large scale and knowledge inference ability, but are also notorious for the incompleteness associated with them. Due to the long-tail distribution of the relations in KGs, few-s…
Knowledge Graph CompletionKnowledge GraphsRelational ReasoningTripletChallenging the Assumption of Structure-based embeddings in Few- and Zero-shot Knowledge Graph Completion
In this paper, we report experiments on Few- and Zero-shot Knowledge Graph completion, where the objective is to add missing relational links between entities into an existing Knowledge Graph with few or no previous exam…
DescriptiveKnowledge Graph CompletionTransfer Learning