← 返回论文检索
The ACM Web Conference 2026Track 6: Semantics and Knowledge

Aligning Multiple Knowledge Graphs in A Single Pass

Yaming Yang 0002, Zhe Wang 0044, Ziyu Guan, Wei Zhao 0019, Weigang Lu 0001, Xinyan Huang, Jiangtao Cui, Xiaofei He 0001

PDF 由论文原始站点提供,PaperCompass 不保存论文文件。DOI 10.1145/3774904.3792111 ↗

摘要

Entity alignment (EA) is to identify equivalent entities across different knowledge graphs (KGs), which can help fuse these KGs into a more comprehensive one. Previous EA methods mainly focus on aligning a pair of KGs, and to the best of our knowledge, no existing EA method considers aligning multiple (more than two) KGs. To fill this research gap, in this work, we study a novel problem of aligning multiple KGs and propose an effective framework named MultiEA to solve the problem. First, we embed the entities of all the candidate KGs into a common feature space by a shared KG encoder. Then, we explore three alignment strategies to minimize the distances among pre-aligned entities. In particular, we propose an innovative inference enhancement technique to improve the alignment performance by incorporating high-order similarities. Finally, to verify the effectiveness of MultiEA, we construct two new real-world benchmark datasets and conduct extensive experiments on them. The results show that our MultiEA can effectively and efficiently align multiple KGs in a single pass. We release the source code at: https://github.com/wzCSDN/MultiEA.