paper-with-me

Papers

Inductive Relation Prediction by Subgraph Reasoning

2019-11-16 · ICML 2020 1 · Komal K. Teru, Etienne Denis, William L. Hamilton

The dominant paradigm for relation prediction in knowledge graphs involves learning and operating on latent representations (i.e., embeddings) of entities and relations. However, these embedding-based methods do not explicitly capture the compositional logical rules underlying the knowledge graph, and they are limited to the transductive setting, where the full set of entities must be known during training. Here, we propose a graph neural network based relation prediction framework, GraIL, that reasons over local subgraph structures and has a strong inductive bias to learn entity-independent relational semantics. Unlike embedding-based models, GraIL is naturally inductive and can generalize to unseen entities and graphs after training. We provide theoretical proof and strong empirical evidence that GraIL can represent a useful subset of first-order logic and show that GraIL outperforms existing rule-induction baselines in the inductive setting. We also demonstrate significant gains obtained by ensembling GraIL with various knowledge graph embedding methods in the transductive setting, highlighting the complementary inductive bias of our method.

📄 PDF Abstract BibTeX arXiv:1911.06962

Code (10)

kkteru/grail 공식 구현 pytorch
automl-research/red-gnn pytorch
canlinzhang/siailp tf
jaemuzzin/plagnn
lars-research/red-gnn pytorch
migalkin/NodePiece pytorch
migalkin/NodePiece/tree/main/ogb pytorch
tgebhart/sheaf_kg_transind pytorch
woodcutter1998/ogb-grail-mod pytorch
zjukg/morse pytorch

Tasks

Graph EmbeddingGraph Neural NetworkInductive BiasInductive knowledge graph completionInductive Relation PredictionKnowledge Graph CompletionKnowledge Graph EmbeddingKnowledge GraphsPredictionQuestion AnsweringRelationRelational ReasoningRelation Prediction

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

Inductive Link Prediction on N-ary Relational Facts via Semantic Hypergraph Reasoning

2025-03-26 · Gongzhu Yin, Hongli Zhang, Yuchen Yang, Yi Luo

N-ary relational facts represent semantic correlations among more than two entities. While recent studies have developed link prediction (LP) methods to infer missing relations for knowledge graphs (KGs) containing n-ary…

Inductive Link PredictionKnowledge GraphsLink Prediction

Communicative Message Passing for Inductive Relation Reasoning

2020-12-16 · Sijie Mai, Shuangjia Zheng, Yuedong Yang, Haifeng Hu

Relation prediction for knowledge graphs aims at predicting missing relationships between entities. Despite the importance of inductive relation prediction, most previous works are limited to a transductive setting and c…

Inductive BiasInductive Relation PredictionKnowledge GraphsRelation+2

Subgraph-aware Few-Shot Inductive Link Prediction via Meta-Learning

2021-07-26 · Shuangjia Zheng, Sijie Mai, Ya Sun, Haifeng Hu 외

Link prediction for knowledge graphs aims to predict missing connections between entities. Prevailing methods are limited to a transductive setting and hard to process unseen entities. The recent proposed subgraph-based …

Inductive Link PredictionKnowledge GraphsLink PredictionMeta-Learning+2

Learning Complete Topology-Aware Correlations Between Relations for Inductive Link Prediction

2023-09-20 · Jie Wang, Hanzhu Chen, Qitan Lv, Zhihao Shi 외

Inductive link prediction -- where entities during training and inference stages can be different -- has shown great potential for completing evolving knowledge graphs in an entity-independent manner. Many popular method…

Inductive Link PredictionKnowledge GraphsLink Prediction

Message Intercommunication for Inductive Relation Reasoning

2023-05-23 · Ke Liang, Lingyuan Meng, Sihang Zhou, Siwei Wang 외

Inductive relation reasoning for knowledge graphs, aiming to infer missing links between brand-new entities, has drawn increasing attention. The models developed based on Graph Inductive Learning, called GraIL-based mode…

Inductive LearningKnowledge GraphsRelation