Search papers, labs, and topics across Lattice.
This paper introduces an end-to-end entity linking framework, LELA, built on LLMs that incorporates zero-shot NER for domain adaptation. LELA addresses the limitations of existing entity linking systems that are often tied to specific knowledge bases and domains. Experiments demonstrate LELA's performance and robustness across diverse entity linking settings, showcasing its practical applicability.
Domain-agnostic entity linking is now possible out-of-the-box, thanks to an LLM-powered framework that needs no training data.
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.