Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

ReLiK: Retrieve and LinK, Fast and Accurate Entity Linking and Relation Extraction on an Academic Budget

About

Entity Linking (EL) and Relation Extraction (RE) are fundamental tasks in Natural Language Processing, serving as critical components in a wide range of applications. In this paper, we propose ReLiK, a Retriever-Reader architecture for both EL and RE, where, given an input text, the Retriever module undertakes the identification of candidate entities or relations that could potentially appear within the text. Subsequently, the Reader module is tasked to discern the pertinent retrieved entities or relations and establish their alignment with the corresponding textual spans. Notably, we put forward an innovative input representation that incorporates the candidate entities or relations alongside the text, making it possible to link entities or extract relations in a single forward pass and to fully leverage pre-trained language models contextualization capabilities, in contrast with previous Retriever-Reader-based methods, which require a forward pass for each candidate. Our formulation of EL and RE achieves state-of-the-art performance in both in-domain and out-of-domain benchmarks while using academic budget training and with up to 40x inference speed compared to competitors. Finally, we show how our architecture can be used seamlessly for Information Extraction (cIE), i.e. EL + RE, and setting a new state of the art by employing a shared Reader that simultaneously extracts entities and relations.

Riccardo Orlando, Pere-Lluis Huguet Cabot, Edoardo Barba, Roberto Navigli• 2024

Related benchmarks

TaskDatasetResultRank
Relation ExtractionNYT (test)--
85
Named Entity DisambiguationMSNBC out-of-domain (test)
Micro F1 (InKB)75
18
Entity LinkingAIDA and Out-of-domain (MSNBC, Derczynski, KORE50, N3-Reuters-128, N3-RSS-500, OKE-15, OKE-16) (test)
AIDA Performance86.4
12
Entity LinkingKORE50 (out-of-domain)
InKB micro F10.728
11
Entity LinkingN3-RSS-500 (out-of-domain)
InKB micro F143
11
Entity LinkingOKE15 (out-of-domain)
InKB micro F165.1
11
Entity LinkingN3-Reuters-128 (out-of-domain)
InKB micro F151.7
11
Entity LinkingOKE 16 (out-of-domain)
InKB micro F157.2
11
Entity LinkingAIDA (test)--
8
Collective Information ExtractionREBEL (test)
Inference Time (m)5
5
Showing 10 of 12 rows

Other info

Code

Follow for update