paper-with-me

홈 › Papers

Leveraging the Power of Large Language Models in Entity Linking via Adaptive Routing and Targeted Reasoning

2025-10-23 · Yajie Li, Albert Galimov, Mitra Datta Ganapaneni, Pujitha Thejaswi, De Meng, Priyanshu Kumar, Saloni Potdar arxiv

Entity Linking (EL) has traditionally relied on large annotated datasets and extensive model fine-tuning. While recent few-shot methods leverage large language models (LLMs) through prompting to reduce training requirements, they often suffer from inefficiencies due to expensive LLM-based reasoning. ARTER (Adaptive Routing and Targeted Entity Reasoning) presents a structured pipeline that achieves high performance without deep fine-tuning by strategically combining candidate generation, context-based scoring, adaptive routing, and selective reasoning. ARTER computes a small set of complementary signals(both embedding and LLM-based) over the retrieved candidates to categorize contextual mentions into easy and hard cases. The cases are then handled by a low-computational entity linker (e.g. ReFinED) and more expensive targeted LLM-based reasoning respectively. On standard benchmarks, ARTER outperforms ReFinED by up to +4.47%, with an average gain of +2.53% on 5 out of 6 datasets, and performs comparably to pipelines using LLM-based reasoning for all mentions, while being as twice as efficient in terms of the number of LLM tokens.

📄 PDF Abstract BibTeX arXiv:2510.20098

Code (0)

등록된 구현이 없습니다.

Tasks

Entity Linking

Similar Papers 제목 키워드 기반

Instructed Language Models with Retrievers Are Powerful Entity Linkers

2023-11-06 · Zilin Xiao, Ming Gong, Jie Wu, Xingyao Zhang 외

Generative approaches powered by large language models (LLMs) have demonstrated emergent abilities in tasks that require complex reasoning abilities. Yet the generative nature still makes the generated content suffer fro…

Entity LinkingIn-Context Learning

Leveraging Entity Linking and Related Language Projection to Improve Name Transliteration

2016-08-01 · WS 2016 8 · Ying Lin, Xiaoman Pan, Aliya Deri, Heng Ji 외
Entity DisambiguationEntity LinkingLanguage ModelingLanguage Modelling+3

End-to-End Entity Linking and Disambiguation leveraging Word and Knowledge Graph Embeddings

2020-02-25 · Rostislav Nedelchev, Debanjan Chaudhuri, Jens Lehmann, Asja Fischer

Entity linking - connecting entity mentions in a natural language utterance to knowledge graph (KG) entities is a crucial step for question answering over KGs. It is often based on measuring the string similarity between…

Entity DisambiguationEntity LinkingKnowledge Graph EmbeddingsQuestion Answering+3

On the Temporality of Priors in Entity Linking

2021-01-14 · Renato Stoffalette Joao

Entity linking is a fundamental task in natural language processing which deals with the lexical ambiguity in texts. An important component in entity linking approaches is the mention-to-entity prior probability. Even th…

Entity Linking

OneNet: A Fine-Tuning Free Framework for Few-Shot Entity Linking via Large Language Model Prompting

2024-10-10 · Xukai Liu, Ye Liu, Kai Zhang, Kehang Wang 외

Entity Linking (EL) is the process of associating ambiguous textual mentions to specific entities in a knowledge base. Traditional EL methods heavily rely on large datasets to enhance their performance, a dependency that…

Entity LinkingFew-Shot LearningHallucinationLanguage Modeling+2