From Alignment to Entailment: A Unified Textual Entailment Framework for Entity Alignment (2023.findings-acl)
Copied to clipboard
| Challenge: | Existing methods encode the triples of entities as embeddings and learn to align the embeddables, which prevents the direct interaction between the original information of the cross-KG entities. |
| Approach: | They propose to transform the triples into unified textual sequences and model the EA task as a bi-directional textual entailment task between the sequences of cross-KG entities. |
| Outcome: | The proposed approach outperforms the state-of-the-art methods on five cross-lingual datasets and allows the mutual enhancement of the heterogeneous information. |
Similar Papers
Exploring and Evaluating Attributes, Values, and Structures for Entity Alignment (2020.emnlp-main)
Copied to clipboard
| Challenge: | Entity alignment (EA) aims at building a Knowledge Graph (KG) of rich content by linking the equivalent entities from various KGs. |
| Approach: | They propose to use an attributed value encoder to partition a Knowledge Graph into subgraphs to model the various types of attribute triples efficiently. |
| Outcome: | The proposed method achieves significant improvements over 12 baselines in cross-lingual and monolingual datasets. |
Guiding Neural Entity Alignment with Compatibility (2022.emnlp-main)
Copied to clipboard
| Challenge: | Entity Alignment (EA) aims to find equivalent entities between two Knowledge Graphs (KGs) labelled data is used to learn neural EA models, but this aspect is neglected . |
| Approach: | They propose a framework to integrate compatibility into neural EA models . they aim to find equivalent entities between two Knowledge Graphs (KGs) |
| Outcome: | The proposed framework can achieve comparable effectiveness with supervised training using 20% of labelled data. |
Entity Profile Generation and Reasoning with LLMs for Entity Alignment (2025.findings-emnlp)
Copied to clipboard
| Challenge: | Entity alignment is a process of identifying and linking equivalent entities across knowledge graphs . only a small fraction of these entities are aligned . |
| Approach: | They propose a method that combines large language models with entity embeddings to align entities. |
| Outcome: | ProLEA is a method that combines large language models with entity embeddings to improve alignment accuracy, robustness, and explainability. |
How do Language Models Reshape Entity Alignment? A Survey of LM-Driven EA Methods: Advances, Benchmarks, and Future (2025.emnlp-main)
Copied to clipboard
| Challenge: | Entity alignment (EA) is critical for knowledge graph (KG) integration. |
| Approach: | They propose a taxonomy that categorizes methods in three stages: data preparation, feature embedding, and alignment. |
| Outcome: | The proposed taxonomy categorizes methods in three key stages: data preparation, feature embedding, and alignment. |
Modeling Multi-mapping Relations for Precise Cross-lingual Entity Alignment (D19-1)
Copied to clipboard
| Challenge: | Entity alignment aims to find entities in different knowledge graphs (KGs) that refer to the same real-world object. |
| Approach: | They propose to use dot product-based functions to define dot products over embeddings to better capture semantics of 1-N, N-1 and N-N relations. |
| Outcome: | The proposed framework outperforms existing methods on multilingual datasets. |
EA-Agent: A Structured Multi-Step Reasoning Agent for Entity Alignment (2026.acl-long)
Copied to clipboard
| Challenge: | Entity alignment (EA) aims to identify entities across different knowledge graphs (KGs) that refer to the same real-world object. |
| Approach: | They propose to use large language models to integrate semantic knowledge into EA to identify entities across different knowledge graphs that refer to the same object. |
| Outcome: | The proposed agent outperforms existing methods and achieves state-of-the-art performance on three benchmark datasets. |
From Alignment to Assignment: Frustratingly Simple Unsupervised Entity Alignment (2021.emnlp-main)
Copied to clipboard
| Challenge: | Existing methods for cross-lingual entity alignment rely on lexical matching and probability reasoning, but they inherit poor interpretability and low efficiency from neural networks. |
| Approach: | They propose a simple but effective unsupervised entity alignment method without neural networks that can be used to find the equivalent entities between crosslingual KGs. |
| Outcome: | Extensive experiments show that the proposed method beats advanced supervised methods across all datasets while having high efficiency, interpretability, and stability. |
EasyEA: Large Language Model is All You Need in Entity Alignment Between Knowledge Graphs (2025.findings-acl)
Copied to clipboard
| Challenge: | Entity alignment (EA) aims to identify entities in different knowledge graphs (KGs) that represent the same real-world object. |
| Approach: | They propose an end-to-end EA framework based on large language models that requires no training to implement. |
| Outcome: | The proposed framework significantly reduces the reliance on seed entity pairs while achieving state-of-the-art (SOTA) performance on diverse datasets. |
NALA: an Effective and Interpretable Entity Alignment Method (2024.findings-emnlp)
Copied to clipboard
| Challenge: | Existing embedding-based EA methods encode entities as embeddables and learn to align embeddibles. |
| Approach: | They propose to capture three types of logical inference paths with Non-Axiomatic Logic to iteratively align entities and relations by integrating the conclusions of the inference path. |
| Outcome: | The proposed method outperforms state-of-the-art methods in terms of Hits@1 on all three datasets of DBP15K with both supervised and unsupervised settings. |
Jointly Learning Entity and Relation Representations for Entity Alignment (D19-1)
Copied to clipboard
| Challenge: | Entity alignment is a viable method for integrating heterogeneous knowledge among different knowledge graphs (KGs). |
| Approach: | They propose a Graph Convolutional Network-based framework for learning relation representations by embedding relation seeds into entities and incorporating relation approximation into entities to iteratively improve alignment. |
| Outcome: | The proposed approach outperforms state-of-the-art methods on three real-world cross-lingual datasets. |