Entity Alignment
86 papers with code • 10 benchmarks • 7 datasets
Entity Alignment is the task of finding entities in two knowledge bases that refer to the same real-world object. It plays a vital role in automatically integrating multiple knowledge bases.
Note: results that have incorporated machine translated entity names (introduced in the RDGCN paper) or pre-alignment name embeddings are considered to have used extra training labels (both are marked with "Extra Training Data" in the leaderboard) and are not adhere to a comparable setting with others that have followed the original setting of the benchmark.
Source: Cross-lingual Entity Alignment via Joint Attribute-Preserving Embedding
The task of entity alignment is related to the task of entity resolution which focuses on matching structured entity descriptions in different contexts.
Most implemented papers
Multilingual Knowledge Graph Embeddings for Cross-lingual Knowledge Alignment
Many recent works have demonstrated the benefits of knowledge graph embeddings in completing monolingual knowledge graphs.
Deep Graph Matching Consensus
This work presents a two-stage neural architecture for learning and refining structural correspondences between graphs.
Relational Reflection Entity Alignment
Entity alignment aims to identify equivalent entity pairs from different Knowledge Graphs (KGs), which is essential in integrating multi-source KGs.
Visual Pivoting for (Unsupervised) Entity Alignment
This work studies the use of visual semantic representations to align entities in heterogeneous knowledge graphs (KGs).
RAGA: Relation-aware Graph Attention Networks for Global Entity Alignment
Entity alignment (EA) is the task to discover entities referring to the same real-world object from different knowledge graphs (KGs), which is the most crucial step in integrating multi-source KGs.
ClusterEA: Scalable Entity Alignment with Stochastic Training and Normalized Mini-batch Similarities
To tackle this challenge, we present ClusterEA, a general framework that is capable of scaling up EA models and enhancing their results by leveraging normalization methods on mini-batches with a high entity equivalent rate.
LightEA: A Scalable, Robust, and Interpretable Entity Alignment Framework via Three-view Label Propagation
Entity Alignment (EA) aims to find equivalent entity pairs between KGs, which is the core step of bridging and integrating multi-source KGs.
Iterative Entity Alignment via Joint Knowledge Embeddings
During this process, we can align entities according to their semantic distance in this joint semantic space.
Cross-lingual Entity Alignment via Joint Attribute-Preserving Embedding
Our experimental results on real-world datasets show that this approach significantly outperforms the state-of-the-art embedding approaches for cross-lingual entity alignment and could be complemented with methods based on machine translation.