Learning from Natural Language Explanations for Generalizable Entity Matching (2024.emnlp-main)
Copied to clipboard
| Challenge: | Entity matching is the task of linking records from different sources that refer to the same real-world entity. |
| Approach: | They propose to "distill" LLM reasoning into smaller entity matching models via natural language explanations. |
| Outcome: | The proposed model distillation approach achieves strong performance on out-of-domain generalization tests (10.85% F-1). |
Similar Papers
LLM as Entity Disambiguator for Biomedical Entity-Linking (2025.acl-short)
Copied to clipboard
| Challenge: | Entity linking involves normalizing a mention in medical text to a unique identifier in a knowledge base, such as UMLS or MeSH. |
| Approach: | They propose to use a large language model as an entity disambiguator to enhance the accuracy of alias-matching entity linking methods. |
| Outcome: | The proposed method surpasses existing methods on biomedical datasets by up to 16 points in accuracy. |
How to Talk to Language Models: Serialization Strategies for Structured Entity Matching (2025.findings-naacl)
Copied to clipboard
| Challenge: | Entity matching (EM) identifies whether two data records refer to the same entity . however, its performance heavily depends on how structured entities are “talked” through serialized text. |
| Approach: | They propose a novel serialization scheme for entities with complex relations in knowledge graphs based on random walks and use open-source LLMs to encode sampled semantic walks for matching. |
| Outcome: | The proposed scheme achieves leading performance on EM in canonical and heterogeneous KGs. |
Match, Compare, or Select? An Investigation of Large Language Models for Entity Matching (2025.coling-main)
Copied to clipboard
| Challenge: | Entity matching (EM) is a critical step in entity resolution (ER). |
| Approach: | They propose a method that incorporates record interactions from different perspectives. |
| Outcome: | The proposed framework improves on 8 ER datasets and 10 LLMs and achieves higher efficiency and effectiveness. |
Guiding Large Language Models for Biomedical Entity Linking via Restrictive and Contrastive Decoding (2025.findings-emnlp)
Copied to clipboard
| Challenge: | Existing attempts to apply large language models to BioEL have revealed difficulties . |
| Approach: | They propose a framework that enables large language models to adapt well to BioEL . they employ restrictive decoding to ensure the generation of valid entities . |
| Outcome: | Extensive experiments show that the framework outperforms existing LLMs. |
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. |
Contextual Augmentation for Entity Linking using Large Language Models (2025.coling-main)
Copied to clipboard
| Challenge: | Entity Linking involves detecting and linking entity mentions in natural language texts to a knowledge graph. |
| Approach: | They propose a fine-tuned model that integrates entity recognition and disambiguation in a unified framework. |
| Outcome: | The proposed model achieves state-of-the-art on out-of domain datasets and compares with baselines. |
Improving Entity Linking by Modeling Latent Relations between Mentions (P18-1)
Copied to clipboard
| Challenge: | Entity linking systems often exploit relations between textual mentions to decide if the linking decisions are compatible. |
| Approach: | They treat relations as latent variables while optimizing the neural entity-linking model without supervision. |
| Outcome: | The proposed model outperforms its relation-agnostic version and significantly outperformed its relational version. |
Entity Linking in 100 Languages (2020.emnlp-main)
Copied to clipboard
| Challenge: | Existing approaches to multilingual entity linking are cross-lingual, with a focus on zero-shot evaluation. |
| Approach: | They propose a new formulation for multilingual entity linking where language-specific mentions resolve to a language-agnostic Knowledge Base. |
| Outcome: | The proposed model outperforms state-of-the-art models on a large multilingual dataset and shows that frequency-based analysis provided key insights for the model and training enhancements. |
Improving Entity Linking through Semantic Reinforced Entity Embeddings (2020.acl-main)
Copied to clipboard
| Challenge: | Existing entity embeddings are effective, but too distinctive for linking models to learn contextual commonality. |
| Approach: | They propose a method to inject fine-grained semantic information into entity embeddings . they use word embedds of type words to generate semantic embeddngs based on existing embeddables a sample of semantic information is injected into the embedded entities . |
| Outcome: | The proposed method reduces the distinctiveness of existing embeddings and improves performance. |
AELC: Adaptive Entity Linking with LLM-Driven Contextualization (2025.findings-emnlp)
Copied to clipboard
| Challenge: | Entity linking (EL) focuses on associating ambiguous mentions in text with corresponding entities in a knowledge graph. |
| Approach: | Entity linking (EL) focuses on associating ambiguous mentions in text with corresponding entities in a knowledge graph. |
| Outcome: | Experiments on four public benchmark datasets show that AELC achieves state-of-the-art performance. |