Inductive Link Prediction

20 papers with code • 3 benchmarks • 3 datasets

In inductive link prediction inference is performed on a new, unseen graph whereas classical transductive link prediction performs both training and inference on the same graph.

Most implemented papers

Inductive Entity Representations from Text via Link Prediction

dfdazac/blp 7 Oct 2020

However, the extent to which these representations learned for link prediction generalize to other tasks is unclear.

Improving Inductive Link Prediction Using Hyper-Relational Facts

mali-git/hyper_relational_ilp 10 Jul 2021

In this work, we classify different inductive settings and study the benefits of employing hyper-relational KGs on a wide range of semi- and fully inductive link prediction tasks powered by recent advancements in graph neural networks.

Neighborhood-aware Scalable Temporal Network Representation Learning

graph-com/neighborhood-aware-temporal-network 2 Sep 2022

Such a dictionary representation records a downsampled set of the neighboring nodes as keys, and allows fast construction of structural features for a joint neighborhood of multiple nodes.

DRUM: End-To-End Differentiable Rule Mining On Knowledge Graphs

alisadeghian/DRUM NeurIPS 2019

Despite the importance of inductive link prediction, most previous works focused on transductive link prediction and cannot manage previously unseen entities.

Inductive Link Prediction for Nodes Having Only Attribute Information

working-yuhao/DEAL 16 Jul 2020

In attributed graphs, both the structure and attribute information can be utilized for link prediction.

Topology-Aware Correlations Between Relations for Inductive Link Prediction in Knowledge Graphs

MIRALab-USTC/KG-TACT 5 Mar 2021

TACT is inspired by the observation that the semantic correlation between two relations is highly correlated to their topological structure in knowledge graphs.

How Neural Processes Improve Graph Link Prediction

LeonResearch/NPGNN 30 Sep 2021

Link prediction is a fundamental problem in graph data analysis.

An Open Challenge for Inductive Link Prediction on Knowledge Graphs

pykeen/ilpc2022 3 Mar 2022

An emerging trend in representation learning over knowledge graphs (KGs) moves beyond transductive link prediction tasks over a fixed set of known entities in favor of inductive tasks that imply training on one graph and performing inference over a new graph with unseen entities.

Subgraph Neighboring Relations Infomax for Inductive Link Prediction on Knowledge Graphs

Tebmer/SNRI 28 Jul 2022

Inductive link prediction for knowledge graph aims at predicting missing links between unseen entities, those not shown in training stage.

Disconnected Emerging Knowledge Graph Oriented Inductive Link Prediction

ninecl/dekg-ilp 3 Sep 2022

A more challenging scenario is that emerging KGs consist of only unseen entities, called as disconnected emerging KGs (DEKGs).