TransAlign: Fully Automatic and Effective Entity Alignment for Knowledge Graphs
Rui Zhang, Xiaoyan Zhao, Bayu Distiawan Trisedya, Min Yang, Hong, Cheng, and Jianzhong Qi

TL;DR
TransAlign is a fully automatic method for entity alignment in knowledge graphs that does not require manual seed alignments, using predicate proximity graphs and attribute-based entity embedding alignment to improve accuracy.
Contribution
It introduces the first fully automatic entity alignment approach that eliminates the need for manually crafted seed alignments, enhancing efficiency and effectiveness.
Findings
Significantly outperforms state-of-the-art methods in accuracy.
Automatically captures predicate similarities without manual seeds.
Effectively aligns entities using attribute-based embedding shifts.
Abstract
The task of entity alignment between knowledge graphs (KGs) aims to identify every pair of entities from two different KGs that represent the same entity. Many machine learning-based methods have been proposed for this task. However, to our best knowledge, existing methods all require manually crafted seed alignments, which are expensive to obtain. In this paper, we propose the first fully automatic alignment method named TransAlign, which does not require any manually crafted seed alignments. Specifically, for predicate embeddings, TransAlign constructs a predicate-proximity-graph to automatically capture the similarity between predicates across two KGs by learning the attention of entity types. For entity embeddings, TransAlign first computes the entity embeddings of each KG independently using TransE, and then shifts the two KGs' entity embeddings into the same vector space by…
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
TopicsAdvanced Graph Neural Networks · Data Quality and Management · Topic Modeling
MethodsTransE
