AIJun 15

Model Graph Inductive Learning for Knowledge Graph Completion

arXiv:2606.165095.4
Predicted impact top 89% in AI · last 90 daysOriginality Incremental advance
AI Analysis

For knowledge graph completion, MGIL addresses the limitation of local neighborhood aggregation by incorporating global structural patterns, leading to more accurate link prediction.

MGIL improves knowledge graph completion by constructing a model graph from entity clusters and applying a GNN to capture global structure, achieving state-of-the-art or highly competitive performance on inductive link prediction benchmarks.

Link prediction in knowledge graphs fundamentally depends on the quality of learned embeddings for entities and relations. However, most existing methods derive these embeddings by aggregating only the local neighborhood of each entity, neglecting the global structure of the knowledge graph. This limited view prevents models from capturing higher-level structural patterns that are essential for accurate and generalizable link prediction. To address these limitations, we introduce Model Graph Inductive Learning (\textbf{MGIL}), a framework that constructs a model graph by clustering entities based on the similarity of their incoming and outgoing relational structures or their entity types. A GNN is then applied to this model graph to produce embeddings that capture the global view of the knowledge graph. These embeddings subsequently serve as high-quality initial features %embeddings for the original knowledge graph, replacing random initialization and leading to more stable and expressive representations. Extensive experiments on standard and recently proposed inductive benchmarks demonstrate that MGIL achieves state-of-the-art or highly competitive performance in inductive link prediction, highlighting its effectiveness across diverse graph settings.

Foundations

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

Your Notes