LELA: An End-to-end LLM-based Entity Linking Framework with Zero-shot Domain Adaptation
Summary
LELA is an LLM-based entity linking framework that combines zero-shot NER and entity disambiguation into an end-to-end Python library, validated across diverse settings.
View Cached Full Text
Cached at: 05/27/26, 09:10 AM
# LELA: An End-to-end LLM-based Entity Linking Framework with Zero-shot Domain Adaptation Source: [https://arxiv.org/abs/2605.26956](https://arxiv.org/abs/2605.26956) [View PDF](https://arxiv.org/pdf/2605.26956) > Abstract:Entity linking is a key component of many downstream NLP systems, yet existing approaches are often tied to the specific target knowledge bases and domains, limiting their real world application\. In this paper, we extend LELA, a modular and domain\-agnostic LLM\-based entity disambiguation method, into a practical Python library that integrates zero\-shot Named Entity Recognition \(NER\) \-thereby providing a complete end\-toend pipeline for entity\-linking in real\-world usage\. We provide experimental results validating LELA's performance and robustness across diverse entity linking settings\. In our demo, users can play with the system on their own input texts\. ## Submission history From: Samy Haffoudhi \[[view email](https://arxiv.org/show-email/4237fb9a/2605.26956)\] \[via CCSD proxy\] **\[v1\]**Tue, 26 May 2026 12:45:35 UTC \(609 KB\)
Similar Articles
LLMBridge: An LLM Pipeline for End-to-end Referential Bridging Resolution in English
LLMBridge introduces an LLM-based pipeline for end-to-end referential bridging resolution, achieving state-of-the-art performance on three English datasets. The system combines heuristic pre/post-processing with LLM natural language inference.
LEAP: Unlocking dLLM Parallelism via Lookahead Early-Convergence Token Detection
This paper introduces LEAP, a training-free method to accelerate inference in Diffusion Language Models (dLLMs) by detecting early-converging tokens, reducing denoising steps by 30% without losing accuracy.
Structure-Guided Entity Resolution: Fine-Tuning LLMs for Robust Name Matching in Complex Linguistic Contexts
This paper presents Structure-Guided Entity Resolution (SGER), a framework that fine-tunes LLMs through curriculum learning for robust person name matching in linguistically diverse contexts, achieving 99.02% accuracy on Indian identity data and deployed at Dream11.
Multi-Perspective Evidence Synthesis and Reasoning for Unsupervised Multimodal Entity Linking
MSR-MEL introduces an unsupervised framework using LLMs to synthesize and reason over multi-perspective evidence for multimodal entity linking, outperforming prior methods on standard benchmarks.
GLiNER-Relex: A Unified Framework for Joint Named Entity Recognition and Relation Extraction
GLiNER-Relex is a unified framework for joint named entity recognition and relation extraction that leverages a shared transformer encoder for zero-shot capabilities. The paper demonstrates competitive performance on standard benchmarks and releases the model as an open-source Python package.