paper-with-me

Papers

An Open Challenge for Inductive Link Prediction on Knowledge Graphs

2022-03-03 · Mikhail Galkin, Max Berrendorf, Charles Tapley Hoyt

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. In inductive setups, node features are often not available and training shallow entity embedding matrices is meaningless as they cannot be used at inference time with unseen entities. Despite the growing interest, there are not enough benchmarks for evaluating inductive representation learning methods. In this work, we introduce ILPC 2022, a novel open challenge on KG inductive link prediction. To this end, we constructed two new datasets based on Wikidata with various sizes of training and inference graphs that are much larger than existing inductive benchmarks. We also provide two strong baselines leveraging recently proposed inductive methods. We hope this challenge helps to streamline community efforts in the inductive graph representation learning area. ILPC 2022 follows best practices on evaluation fairness and reproducibility, and is available at https://github.com/pykeen/ilpc2022.

📄 PDF Abstract BibTeX arXiv:2203.01520

Code (1)

pykeen/ilpc2022 공식 구현 pytorch

Tasks

Graph Representation LearningInductive Link PredictionKnowledge GraphsLink PredictionRepresentation Learning

Similar Papers 제목 키워드 기반

IRT2: Inductive Linking and Ranking in Knowledge Graphs of Varying Scale

2023-01-02 · Felix Hamann, Adrian Ulges, Maurice Falk

We address the challenge of building domain-specific knowledge models for industrial use cases, where labelled data and taxonomic information is initially scarce. Our focus is on inductive link prediction models as a bas…

Inductive Link PredictionKnowledge GraphsLink Prediction

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

2021-03-05 · Jiajun Chen, Huarui He, Feng Wu, Jie Wang

Inductive link prediction -- where entities during training and inference stages can be different -- has been shown to be promising for completing continuously evolving knowledge graphs. Existing models of inductive reas…

Inductive Link PredictionKnowledge GraphsLink PredictionPrediction+1

Towards Few-shot Inductive Link Prediction on Knowledge Graphs: A Relational Anonymous Walk-guided Neural Process Approach

2023-06-26 · Zicheng Zhao, Linhao Luo, Shirui Pan, Quoc Viet Hung Nguyen 외

Few-shot inductive link prediction on knowledge graphs (KGs) aims to predict missing links for unseen entities with few-shot links observed. Previous methods are limited to transductive scenarios, where entities exist in…

Inductive Link PredictionKnowledge GraphsLink PredictionPrediction

RAILD: Towards Leveraging Relation Features for Inductive Link Prediction In Knowledge Graphs

2022-11-21 · Genet Asefa Gesese, Harald Sack, Mehwish Alam

Due to the open world assumption, Knowledge Graphs (KGs) are never complete. In order to address this issue, various Link Prediction (LP) methods are proposed so far. Some of these methods are inductive LP models which a…

Inductive Link PredictionKnowledge GraphsLink PredictionRelation

Inductive Link Prediction in Knowledge Graphs using Path-based Neural Networks

2023-12-16 · Canlin Zhang, Xiuwen Liu

Link prediction is a crucial research area in knowledge graphs, with many downstream applications. In many real-world scenarios, inductive link prediction is required, where predictions have to be made among unseen entit…

Entity EmbeddingsInductive Link PredictionKnowledge GraphsLink Prediction+1