CLSep 20, 2019

Jointly Learning Entity and Relation Representations for Entity Alignment

arXiv:1909.09317v11022 citations
Originality Highly original
AI Analysis

This work addresses the problem of integrating heterogeneous knowledge graphs for applications like data integration, offering a novel approach that improves alignment accuracy.

The paper tackles entity alignment across knowledge graphs by proposing a joint learning framework that leverages both entity and relation representations, showing substantial performance improvements over state-of-the-art methods on three cross-lingual datasets.

Entity alignment is a viable means for integrating heterogeneous knowledge among different knowledge graphs (KGs). Recent developments in the field often take an embedding-based approach to model the structural information of KGs so that entity alignment can be easily performed in the embedding space. However, most existing works do not explicitly utilize useful relation representations to assist in entity alignment, which, as we will show in the paper, is a simple yet effective way for improving entity alignment. This paper presents a novel joint learning framework for entity alignment. At the core of our approach is a Graph Convolutional Network (GCN) based framework for learning both entity and relation representations. Rather than relying on pre-aligned relation seeds to learn relation representations, we first approximate them using entity embeddings learned by the GCN. We then incorporate the relation approximation into entities to iteratively learn better representations for both. Experiments performed on three real-world cross-lingual datasets show that our approach substantially outperforms state-of-the-art entity alignment methods.

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