Learning to Extrapolate Knowledge: Transductive Few-shot Out-of-Graph Link Prediction
Jinheon Baek, Dong Bok Lee, Sung Ju Hwang

TL;DR
This paper introduces Graph Extrapolation Networks (GEN), a transductive meta-learning framework designed to improve out-of-graph link prediction in evolving multi-relational graphs, especially for unseen nodes with few links.
Contribution
The paper proposes a novel meta-learning approach that jointly learns inductive and transductive inference models for out-of-graph link prediction, including a stochastic embedding layer to handle uncertainty.
Findings
GEN significantly outperforms baselines on knowledge graph completion tasks.
The model effectively predicts links involving unseen nodes with few edges.
Results demonstrate improved accuracy in drug-drug interaction prediction.
Abstract
Many practical graph problems, such as knowledge graph construction and drug-drug interaction prediction, require to handle multi-relational graphs. However, handling real-world multi-relational graphs with Graph Neural Networks (GNNs) is often challenging due to their evolving nature, as new entities (nodes) can emerge over time. Moreover, newly emerged entities often have few links, which makes the learning even more difficult. Motivated by this challenge, we introduce a realistic problem of few-shot out-of-graph link prediction, where we not only predict the links between the seen and unseen nodes as in a conventional out-of-knowledge link prediction task but also between the unseen nodes, with only few edges per node. We tackle this problem with a novel transductive meta-learning framework which we refer to as Graph Extrapolation Networks (GEN). GEN meta-learns both the node…
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
TopicsAdvanced Graph Neural Networks · Topic Modeling · Bayesian Modeling and Causal Inference
MethodsTransductive Inference
