CLAILGMay 12, 2021

Unsupervised Knowledge Graph Alignment by Probabilistic Reasoning and Semantic Embedding

arXiv:2105.05596v344 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of aligning knowledge graphs without supervision, which is incremental as it integrates existing methods to improve accuracy.

The paper tackles the problem of unsupervised knowledge graph alignment by combining probabilistic reasoning and semantic embedding in an iterative framework called PRASE, achieving state-of-the-art performance on multiple datasets.

Knowledge Graph (KG) alignment is to discover the mappings (i.e., equivalent entities, relations, and others) between two KGs. The existing methods can be divided into the embedding-based models, and the conventional reasoning and lexical matching based systems. The former compute the similarity of entities via their cross-KG embeddings, but they usually rely on an ideal supervised learning setting for good performance and lack appropriate reasoning to avoid logically wrong mappings; while the latter address the reasoning issue but are poor at utilizing the KG graph structures and the entity contexts. In this study, we aim at combining the above two solutions and thus propose an iterative framework named PRASE which is based on probabilistic reasoning and semantic embedding. It learns the KG embeddings via entity mappings from a probabilistic reasoning system named PARIS, and feeds the resultant entity mappings and embeddings back into PARIS for augmentation. The PRASE framework is compatible with different embedding-based models, and our experiments on multiple datasets have demonstrated its state-of-the-art performance.

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