Abstract
Entity alignment is a crucial task in knowledge graph fusion. However, most entity alignment approaches have the scalability problem. Recent methods address this issue by dividing large KGs into small blocks for embedding and alignment learning in each. However, such a partitioning and learning process results in an excessive loss of structure and alignment. Therefore, in this work, we propose a scalable GNN-based entity alignment approach to reduce the structure and alignment loss from three perspectives. First, we propose a centrality-based subgraph generation algorithm to recall some landmark entities serving as the bridges between different subgraphs. Second, we introduce self-supervised entity reconstruction to recover entity representations from incomplete neighborhood subgraphs, and design cross-subgraph negative sampling to incorporate entities from other subgraphs in alignment learning. Third, during the inference process, we merge the embeddings of subgraphs to make a single space for alignment search. Experimental results on the benchmark OpenEA dataset and the proposed large DBpedia1M dataset verify the effectiveness of our approach.
Original language | English |
---|---|
Title of host publication | CIKM '22 |
Subtitle of host publication | Proceedings of the 31st ACM International Conference on Information & Knowledge Management |
Place of Publication | New York |
Publisher | Association for Computing Machinery (ACM) |
Pages | 2240-2249 |
Number of pages | 10 |
ISBN (Electronic) | 9781450392365 |
DOIs | |
Publication status | Published - 17 Oct 2022 |
Externally published | Yes |
Event | 31st ACM International Conference on Information and Knowledge Management, CIKM 2022 - Atlanta, United States Duration: 17 Oct 2022 → 21 Oct 2022 |
Conference
Conference | 31st ACM International Conference on Information and Knowledge Management, CIKM 2022 |
---|---|
Country/Territory | United States |
City | Atlanta |
Period | 17/10/22 → 21/10/22 |
Keywords
- large-scale
- entity alignment
- graph neural networks