AILGFeb 13, 2023

Link Prediction with Attention Applied on Multiple Knowledge Graph Embedding Models

arXiv:2302.06229v139 citationsh-index: 18
Originality Incremental advance
AI Analysis

This work addresses the incompleteness of web data for knowledge graph applications, representing an incremental improvement by integrating existing models.

The paper tackles the problem of incomplete knowledge graphs by combining multiple embedding models with attention to capture diverse relational and structural patterns, resulting in a combined model that outperforms individual and state-of-the-art approaches in link prediction benchmarks.

Predicting missing links between entities in a knowledge graph is a fundamental task to deal with the incompleteness of data on the Web. Knowledge graph embeddings map nodes into a vector space to predict new links, scoring them according to geometric criteria. Relations in the graph may follow patterns that can be learned, e.g., some relations might be symmetric and others might be hierarchical. However, the learning capability of different embedding models varies for each pattern and, so far, no single model can learn all patterns equally well. In this paper, we combine the query representations from several models in a unified one to incorporate patterns that are independently captured by each model. Our combination uses attention to select the most suitable model to answer each query. The models are also mapped onto a non-Euclidean manifold, the Poincaré ball, to capture structural patterns, such as hierarchies, besides relational patterns, such as symmetry. We prove that our combination provides a higher expressiveness and inference power than each model on its own. As a result, the combined model can learn relational and structural patterns. We conduct extensive experimental analysis with various link prediction benchmarks showing that the combined model outperforms individual models, including state-of-the-art approaches.

Foundations

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

Your Notes