CLSIApr 28, 2023

Improving Knowledge Graph Entity Alignment with Graph Augmentation

arXiv:2304.14585v120 citationsh-index: 9
Originality Incremental advance
AI Analysis

This work addresses entity alignment for knowledge fusion, presenting an incremental improvement over existing GNN-based methods.

The paper tackles the problem of entity alignment across knowledge graphs by addressing structural heterogeneity and overfitting on limited training data, proposing a graph augmentation approach that improves alignment performance on benchmark datasets.

Entity alignment (EA) which links equivalent entities across different knowledge graphs (KGs) plays a crucial role in knowledge fusion. In recent years, graph neural networks (GNNs) have been successfully applied in many embedding-based EA methods. However, existing GNN-based methods either suffer from the structural heterogeneity issue that especially appears in the real KG distributions or ignore the heterogeneous representation learning for unseen (unlabeled) entities, which would lead the model to overfit on few alignment seeds (i.e., training data) and thus cause unsatisfactory alignment performance. To enhance the EA ability, we propose GAEA, a novel EA approach based on graph augmentation. In this model, we design a simple Entity-Relation (ER) Encoder to generate latent representations for entities via jointly modeling comprehensive structural information and rich relation semantics. Moreover, we use graph augmentation to create two graph views for margin-based alignment learning and contrastive entity representation learning, thus mitigating structural heterogeneity and further improving the model's alignment performance. Extensive experiments conducted on benchmark datasets demonstrate the effectiveness of our method.

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