TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/Highly Parallel Autoregressive Entity Linking with Discrim...

Highly Parallel Autoregressive Entity Linking with Discriminative Correction

Nicola De Cao, Wilker Aziz, Ivan Titov

2021-09-08EMNLP 2021 11Entity LinkingEntity Disambiguation
PaperPDFCode(official)

Abstract

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

Results

TaskDatasetMetricValueModel
Entity LinkingAIDA-CoNLLMicro-F1 strong85.5De Cao et al. (2021b)

Related Papers

AI's Blind Spots: Geographic Knowledge and Diversity Deficit in Generated Urban Scenario2025-06-20LEMONADE: A Large Multilingual Expert-Annotated Abstractive Event Dataset for the Real World2025-06-01Verify-in-the-Graph: Entity Disambiguation Enhancement for Complex Claim Verification with Interactive Graph Representation2025-05-29Distilling Closed-Source LLM's Knowledge for Locally Stable and Economic Biomedical Entity Linking2025-05-26RoleRAG: Enhancing LLM Role-Playing via Graph Guided Retrieval2025-05-24Evaluating Design Decisions for Dual Encoder-based Entity Disambiguation2025-05-16A Grounded Memory System For Smart Personal Assistants2025-05-09Evaluation of LLMs on Long-tail Entity Linking in Historical Documents2025-05-06