Communicative Message Passing for Inductive Relation Reasoning
About
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 cannot process previously unseen entities. The recent proposed subgraph-based relation reasoning models provided alternatives to predict links from the subgraph structure surrounding a candidate triplet inductively. However, we observe that these methods often neglect the directed nature of the extracted subgraph and weaken the role of relation information in the subgraph modeling. As a result, they fail to effectively handle the asymmetric/anti-symmetric triplets and produce insufficient embeddings for the target triplets. To this end, we introduce a \textbf{C}\textbf{o}mmunicative \textbf{M}essage \textbf{P}assing neural network for \textbf{I}nductive re\textbf{L}ation r\textbf{E}asoning, \textbf{CoMPILE}, that reasons over local directed subgraph structures and has a vigorous inductive bias to process entity-independent semantic relations. In contrast to existing models, CoMPILE strengthens the message interactions between edges and entitles through a communicative kernel and enables a sufficient flow of relation information. Moreover, we demonstrate that CoMPILE can naturally handle asymmetric/anti-symmetric relations without the need for explosively increasing the number of model parameters by extracting the directed enclosing subgraphs. Extensive experiments show substantial performance gains in comparison to state-of-the-art methods on commonly used benchmark datasets with variant inductive settings.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Inductive Knowledge Graph Completion | FB15k-237 V1 | MRR28.7 | 7 | |
| Inductive Knowledge Graph Completion | FB15k-237 v3 | MRR26.2 | 7 | |
| Knowledge Graph Completion | FB15k-237 V1 | Hit@1043.9 | 7 | |
| Knowledge Graph Completion | FB15k-237 v2 | Hit@1045.7 | 7 | |
| Knowledge Graph Completion | FB15k-237 v3 | Hit@1044.9 | 7 | |
| Knowledge Graph Completion | NELL-995 V1 | Hits@1057.5 | 7 | |
| Inductive Knowledge Graph Completion | WN18RR V1 | MRR0.577 | 7 | |
| Inductive Knowledge Graph Completion | WN18RR V2 | MRR0.578 | 7 | |
| Inductive Knowledge Graph Completion | WN18RR V3 | MRR30.8 | 7 | |
| Inductive Knowledge Graph Completion | WN18RR V4 | MRR54.8 | 7 |