CLAILGNov 20, 2019

Knowledge Graph Alignment Network with Gated Multi-hop Neighborhood Aggregation

arXiv:1911.08936v1383 citations
Originality Incremental advance
AI Analysis

This addresses entity alignment for knowledge graph integration, an incremental improvement over existing GNN methods by handling non-isomorphic structures.

The paper tackles the problem of entity alignment in knowledge graphs where counterpart entities have non-isomorphic neighborhood structures, proposing AliNet which uses gated multi-hop neighborhood aggregation to improve alignment accuracy, achieving state-of-the-art results on five datasets.

Graph neural networks (GNNs) have emerged as a powerful paradigm for embedding-based entity alignment due to their capability of identifying isomorphic subgraphs. However, in real knowledge graphs (KGs), the counterpart entities usually have non-isomorphic neighborhood structures, which easily causes GNNs to yield different representations for them. To tackle this problem, we propose a new KG alignment network, namely AliNet, aiming at mitigating the non-isomorphism of neighborhood structures in an end-to-end manner. As the direct neighbors of counterpart entities are usually dissimilar due to the schema heterogeneity, AliNet introduces distant neighbors to expand the overlap between their neighborhood structures. It employs an attention mechanism to highlight helpful distant neighbors and reduce noises. Then, it controls the aggregation of both direct and distant neighborhood information using a gating mechanism. We further propose a relation loss to refine entity representations. We perform thorough experiments with detailed ablation studies and analyses on five entity alignment datasets, demonstrating the effectiveness of AliNet.

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