AILGJun 7, 2022

Learning Attention-based Representations from Multiple Patterns for Relation Prediction in Knowledge Graphs

arXiv:2206.04801v19 citationsh-index: 14
Originality Incremental advance
AI Analysis

This addresses the need for more accurate relation prediction in knowledge graphs, which is crucial for scientific and industrial applications, though it appears incremental by building on existing embedding methods.

The paper tackled the problem of incomplete knowledge graphs by proposing a model that learns contextualized representations using attention mechanisms and semantic paths, achieving results that outperform or compete with state-of-the-art methods on various benchmarks.

Knowledge bases, and their representations in the form of knowledge graphs (KGs), are naturally incomplete. Since scientific and industrial applications have extensively adopted them, there is a high demand for solutions that complete their information. Several recent works tackle this challenge by learning embeddings for entities and relations, then employing them to predict new relations among the entities. Despite their aggrandizement, most of those methods focus only on the local neighbors of a relation to learn the embeddings. As a result, they may fail to capture the KGs' context information by neglecting long-term dependencies and the propagation of entities' semantics. In this manuscript, we propose ÆMP (Attention-based Embeddings from Multiple Patterns), a novel model for learning contextualized representations by: (i) acquiring entities' context information through an attention-enhanced message-passing scheme, which captures the entities' local semantics while focusing on different aspects of their neighborhood; and (ii) capturing the semantic context, by leveraging the paths and their relationships between entities. Our empirical findings draw insights into how attention mechanisms can improve entities' context representation and how combining entities and semantic path contexts improves the general representation of entities and the relation predictions. Experimental results on several large and small knowledge graph benchmarks show that ÆMP either outperforms or competes with state-of-the-art relation prediction methods.

Foundations

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

Your Notes