paper-with-me

Papers

Highly Parallel Autoregressive Entity Linking with Discriminative Correction

2021-09-08 · EMNLP 2021 11 · Nicola De Cao, Wilker Aziz, Ivan Titov

Generative approaches have been recently shown to be effective for both Entity Disambiguation and Entity Linking (i.e., joint mention detection and disambiguation). However, the previously proposed autoregressive formulation for EL suffers from i) high computational cost due to a complex (deep) decoder, ii) non-parallelizable decoding that scales with the source sequence length, and iii) the need for training on a large amount of data. In this work, we propose a very efficient approach that parallelizes autoregressive linking across all potential mentions and relies on a shallow and efficient decoder. Moreover, we augment the generative objective with an extra discriminative component, i.e., a correction term which lets us directly optimize the generator's ranking. When taken together, these techniques tackle all the above issues: our model is >70 times faster and more accurate than the previous generative method, outperforming state-of-the-art approaches on the standard English dataset AIDA-CoNLL. Source code available at https://github.com/nicola-decao/efficient-autoregressive-EL

📄 PDF Abstract BibTeX arXiv:2109.03792

Code (1)

nicola-decao/efficient-autoregressive-EL 공식 구현 pytorch

Tasks

DecoderEntity DisambiguationEntity Linking

Similar Papers 제목 키워드 기반

Detection, Disambiguation, Re-ranking: Autoregressive Entity Linking as a Multi-Task Problem

2022-04-12 · Findings (ACL) 2022 5 · Khalil Mrini, Shaoliang Nie, Jiatao Gu, Sinong Wang 외

We propose an autoregressive entity linking model, that is trained with two auxiliary tasks, and learns to re-rank generated samples at inference time. Our proposed novelties address two weaknesses in the literature. Fir…

DecoderEntity LinkingRe-Ranking

Detection, Disambiguation, Re-ranking: Autoregressive Entity Linking as a Multi-Task Problem

2021-11-16 · ACL ARR November 2021 11 · Anonymous

We propose an autoregressive entity linking model, that is trained with two auxiliary tasks, and learns to re-rank generated samples at inference time. Our proposed novelties address two weaknesses in the literature. Fir…

Entity LinkingRe-Ranking

Multilingual Autoregressive Entity Linking

2021-03-23 · Nicola De Cao, Ledell Wu, Kashyap Popat, Mikel Artetxe 외

We present mGENRE, a sequence-to-sequence system for the Multilingual Entity Linking (MEL) problem -- the task of resolving language-specific mentions to a multilingual Knowledge Base (KB). For a mention in a given langu…

Entity DisambiguationEntity Linking

Community Question Answering Entity Linking via Leveraging Auxiliary Data

2022-05-24 · Yuhan Li, Wei Shen, Jianbo Gao, Yadong Wang

Community Question Answering (CQA) platforms contain plenty of CQA texts (i.e., questions and answers corresponding to the question) where named entities appear ubiquitously. In this paper, we define a new task of CQA en…

Community Question AnsweringEntity LinkingQuestion Answering

EARL: Joint Entity and Relation Linking for Question Answering over Knowledge Graphs

2018-01-11 · Mohnish Dubey, Debayan Banerjee, Debanjan Chaudhuri, Jens Lehmann

Many question answering systems over knowledge graphs rely on entity and relation linking components in order to connect the natural language input to the underlying knowledge graph. Traditionally, entity linking and rel…

Entity LinkingKnowledge GraphsQuestion AnsweringRelation+2