TL;DR
This paper introduces REST, a novel GNN model that learns rule-induced subgraph representations for inductive relation prediction, effectively filtering irrelevant rules and accelerating processing without node labeling.
Contribution
REST is the first single-source, edge-wise GNN that encodes relevant rules for inductive relation prediction, improving accuracy and efficiency over existing methods.
Findings
REST outperforms existing models on benchmark datasets.
It accelerates subgraph preprocessing by up to 11.66 times.
REST effectively filters irrelevant rules, enhancing reasoning performance.
Abstract
Inductive relation prediction (IRP) -- where entities can be different during training and inference -- has shown great power for completing evolving knowledge graphs. Existing works mainly focus on using graph neural networks (GNNs) to learn the representation of the subgraph induced from the target link, which can be seen as an implicit rule-mining process to measure the plausibility of the target link. However, these methods cannot differentiate the target link and other links during message passing, hence the final subgraph representation will contain irrelevant rule information to the target link, which reduces the reasoning performance and severely hinders the applications for real-world scenarios. To tackle this problem, we propose a novel \textit{single-source edge-wise} GNN model to learn the \textbf{R}ule-induc\textbf{E}d \textbf{S}ubgraph represen\textbf{T}ations…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
MethodsFocus
