A Benchmarking Study of Matching Algorithms for Knowledge Graph Entity Alignment
Nhat-Minh Dao, Thai V. Hoang, Zonghua Zhang

TL;DR
This paper evaluates various entity matching algorithms for knowledge graph entity alignment, introduces a new method called Bidirectional Matching (BMat), and finds that combining BMat with PARIS yields optimal results.
Contribution
The paper provides an in-depth analysis of matching algorithms for entity alignment, introduces BMat, and demonstrates the effectiveness of combining BMat with PARIS.
Findings
No single matching algorithm is best for all cases.
Different similarity estimation methods require different matching algorithms.
BMat combined with PARIS achieves the best overall performance.
Abstract
How to identify those equivalent entities between knowledge graphs (KGs), which is called Entity Alignment (EA), is a long-standing challenge. So far, many methods have been proposed, with recent focus on leveraging Deep Learning to solve this problem. However, we observe that most of the efforts has been paid to having better representation of entities, rather than improving entity matching from the learned representations. In fact, how to efficiently infer the entity pairs from this similarity matrix, which is essentially a matching problem, has been largely ignored by the community. Motivated by this observation, we conduct an in-depth analysis on existing algorithms that are particularly designed for solving this matching problem, and propose a novel matching method, named Bidirectional Matching (BMat). Our extensive experimental results on public datasets indicate that there is…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsData Quality and Management · Advanced Graph Neural Networks · Topic Modeling
