paper-with-me

홈 › Papers

Instructed Language Models with Retrievers Are Powerful Entity Linkers

2023-11-06 · Zilin Xiao, Ming Gong, Jie Wu, Xingyao Zhang, Linjun Shou, Jian Pei, Daxin Jiang

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 from hallucinations, thus unsuitable for entity-centric tasks like entity linking (EL) requiring precise entity predictions over a large knowledge base. We present Instructed Generative Entity Linker (INSGENEL), the first approach that enables casual language models to perform entity linking over knowledge bases. Several methods to equip language models with EL capability were proposed in this work, including (i) a sequence-to-sequence training EL objective with instruction-tuning, (ii) a novel generative EL framework based on a light-weight potential mention retriever that frees the model from heavy and non-parallelizable decoding, achieving 4$\times$ speedup without compromise on linking metrics. INSGENEL outperforms previous generative alternatives with +6.8 F1 points gain on average, also with a huge advantage in training data efficiency and training compute consumption. In addition, our skillfully engineered in-context learning (ICL) framework for EL still lags behind INSGENEL significantly, reaffirming that the EL task remains a persistent hurdle for general LLMs.

📄 PDF Abstract BibTeX arXiv:2311.03250

Code (1)

mrzilinxiao/insgenentitylinking 공식 구현 jax

Tasks

Entity LinkingIn-Context Learning

Similar Papers 제목 키워드 기반

A Hybrid Approach to Domain-Specific Entity Linking

2015-09-06 · Alex Olieman, Jaap Kamps, Maarten Marx, Arjan Nusselder

The current state-of-the-art Entity Linking (EL) systems are geared towards corpora that are as heterogeneous as the Web, and therefore perform sub-optimally on domain-specific corpora. A key open problem is how to const…

Entity Linking

What more can Entity Linking do for Question Answering?

2020-10-15 · NeurIPS Workshop HAMLETS 2020 12 · Anonymous

We introduce a new NLP task–noun phrase linking (NPL)–which is a subset of entity linking and expands named entity linking (NEL) to link all noun phrases in a document to an external knowledge base. Our task is an expans…

coreference-resolutionCoreference ResolutionEntity LinkingQuestion Answering

Can a Frozen Pretrained Language Model be used for Zero-shot Neural Retrieval on Entity-centric Questions?

2023-03-09 · Yasuto Hoshi, Daisuke Miyashita, Yasuhiro Morioka, Youyang Ng 외

Neural document retrievers, including dense passage retrieval (DPR), have outperformed classical lexical-matching retrievers, such as BM25, when fine-tuned and tested on specific question-answering datasets. However, it …

Domain GeneralizationLanguage ModelingLanguage ModellingPassage Retrieval+2

Leveraging Abstract Meaning Representation for Knowledge Base Question Answering

2020-12-03 · Findings (ACL) 2021 8 · Pavan Kapanipathi, Ibrahim Abdelaziz, Srinivas Ravishankar, Salim Roukos 외

Knowledge base question answering (KBQA)is an important task in Natural Language Processing. Existing approaches face significant challenges including complex question understanding, necessity for reasoning, and lack of …

Abstract Meaning RepresentationEntity LinkingKnowledge Base Question AnsweringQuestion Answering+1

ELEVANT: A Fully Automatic Fine-Grained Entity Linking Evaluation and Analysis Tool

2022-08-15 · Hannah Bast, Matthias Hertel, Natalie Prange

We present Elevant, a tool for the fully automatic fine-grained evaluation of a set of entity linkers on a set of benchmarks. Elevant provides an automatic breakdown of the performance by various error categories and by …

Entity Linking