Model Graph Inductive Learning for Knowledge Graph Completion
2026-06-15 • Artificial Intelligence
Artificial Intelligence
AI summaryⓘ
The authors noticed that many methods for predicting connections in knowledge graphs only look at nearby information for each entity, missing the bigger picture. To fix this, they created MGIL, which groups entities by how similar their relationships are and then uses these groups to learn better global patterns. This helps produce stronger starting points for understanding the graph, improving prediction accuracy. Their tests show that MGIL works very well across different kinds of knowledge graphs.
knowledge graphlink predictionembeddinggraph neural network (GNN)inductive learningentity clusteringrelational structureglobal graph structuremodel graph
Authors
Mohommad Esmaei Khani, Mahdieh Hasheminejad, Ali Taherkhani, Hossein Hajiabolhassan
Abstract
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.