LGSep 3, 2022

Disconnected Emerging Knowledge Graph Oriented Inductive Link Prediction

arXiv:2209.01397v121 citationsh-index: 77Has Code
AI Analysis

This addresses a gap in inductive link prediction for disconnected emerging knowledge graphs, offering a novel approach for scenarios where entities are entirely new, which is incremental but specific to the domain.

The paper tackles the problem of predicting bridging links between original and emerging knowledge graphs with only unseen entities, proposing DEKG-ILP, which improves performance on benchmark datasets for both enclosing and bridging link prediction.

Inductive link prediction (ILP) is to predict links for unseen entities in emerging knowledge graphs (KGs), considering the evolving nature of KGs. A more challenging scenario is that emerging KGs consist of only unseen entities, called as disconnected emerging KGs (DEKGs). Existing studies for DEKGs only focus on predicting enclosing links, i.e., predicting links inside the emerging KG. The bridging links, which carry the evolutionary information from the original KG to DEKG, have not been investigated by previous work so far. To fill in the gap, we propose a novel model entitled DEKG-ILP (Disconnected Emerging Knowledge Graph Oriented Inductive Link Prediction) that consists of the following two components. (1) The module CLRM (Contrastive Learning-based Relation-specific Feature Modeling) is developed to extract global relation-based semantic features that are shared between original KGs and DEKGs with a novel sampling strategy. (2) The module GSM (GNN-based Subgraph Modeling) is proposed to extract the local subgraph topological information around each link in KGs. The extensive experiments conducted on several benchmark datasets demonstrate that DEKG-ILP has obvious performance improvements compared with state-of-the-art methods for both enclosing and bridging link prediction. The source code is available online.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes