paper-with-me

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, Maziar Sanjabi, Hamed Firooz

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. First, a recent method proposes to learn mention detection and then entity candidate selection, but relies on predefined sets of candidates. We use encoder-decoder autoregressive entity linking in order to bypass this need, and propose to train mention detection as an auxiliary task instead. Second, previous work suggests that re-ranking could help correct prediction errors. We add a new, auxiliary task, match prediction, to learn re-ranking. Without the use of a knowledge base or candidate sets, our model sets a new state of the art in two benchmark datasets of entity linking: COMETA in the biomedical domain, and AIDA-CoNLL in the news domain. We show through ablation studies that each of the two auxiliary tasks increases performance, and that re-ranking is an important factor to the increase. Finally, our low-resource experimental results suggest that performance on the main task benefits from the knowledge learned by the auxiliary tasks, and not just from the additional training data.

📄 PDF Abstract BibTeX arXiv:2204.05990

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderEntity LinkingRe-Ranking

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

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

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 formula…

DecoderEntity DisambiguationEntity Linking

Neural Entity Linking: A Survey of Models Based on Deep Learning

2020-05-31 · Ozge Sevgili, Artem Shelmanov, Mikhail Arkhipov, Alexander Panchenko 외

This survey presents a comprehensive description of recent neural entity linking (EL) systems developed since 2015 as a result of the "deep learning revolution" in natural language processing. Its goal is to systemize de…

Deep LearningEntity EmbeddingsEntity LinkingSurvey

Entity Linking with a Paraphrase Flavor

2016-05-01 · LREC 2016 5 · Maria Pershina, Yifan He, Ralph Grishman

The task of Named Entity Linking is to link entity mentions in the document to their correct entries in a knowledge base and to cluster NIL mentions. Ambiguous, misspelled, and incomplete entity mention names are the mai…

ClusteringDiagnosticEntity DisambiguationEntity Linking

Contextualized End-to-End Neural Entity Linking

2019-11-10 · Asian Chapter of the Association for Computational Linguistics 2020 · Haotian Chen, Andrej Zukov-Gregoric, Xi David Li, Sahil Wadhwa

We propose yet another entity linking model (YELM) which links words to entities instead of spans. This overcomes any difficulties associated with the selection of good candidate mention spans and makes the joint trainin…

Entity DisambiguationEntity LinkingWord Embeddings