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/ReLiK: Retrieve and LinK, Fast and Accurate Entity Linking...

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

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

2024-07-31Relation ExtractionEntity LinkingDocument-level Closed Information Extraction
PaperPDFCodeCode(official)

Abstract

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.

Results

TaskDatasetMetricValueModel
Relation ExtractionNYTF195ReLiK-Large
Relation ExtractionNYTF194.8ReLiK-Base
Relation ExtractionNYTF194.4ReLiK-Small
Relation ExtractionREBELTriplet F1 (strict EL)75.6Relik-Large
Relation ExtractionCoNLL04RE+ Micro F178.1ReLiK-Large
Entity LinkingMSNBCMicro-F175ReLiK-Large
Entity LinkingMSNBCMicro-F172.3ReLiK-Base
Entity LinkingREBELMicro-F185.1ReLiK-Large
Entity LinkingOKE-2016Micro-F157.2ReLiK-Large
Entity LinkingOKE-2016Micro-F152.3ReLiK-Base
Entity LinkingKORE50Micro-F172.8ReLiK-Large
Entity LinkingKORE50Micro-F168ReLiK-Base
Entity LinkingAIDA-CoNLLMicro-F1 strong86.4ReLiK-Large
Entity LinkingAIDA-CoNLLMicro-F1 strong85.3ReLiK-Base
Entity LinkingDerczynskiMicro-F156.3ReLiK-Large
Entity LinkingDerczynskiMicro-F155.6ReLiK-Base
Entity LinkingN3-RSS-500Micro-F143ReLiK-Large
Entity LinkingN3-RSS-500Micro-F141.6ReLiK-Base
Entity LinkingN3-Reuters-128Micro-F151.7ReLiK-Large
Entity LinkingN3-Reuters-128Micro-F148.1ReLiK-Base
Entity LinkingOKE-2015Micro-F165.1ReLiK-Large
Entity LinkingOKE-2015Micro-F162.5ReLiK-Base

Related Papers

DocIE@XLLM25: In-Context Learning for Information Extraction using Fully Synthetic Demonstrations2025-07-08Multiple Streams of Relation Extraction: Enriching and Recalling in Transformers2025-06-25Chaining Event Spans for Temporal Relation Grounding2025-06-17Summarization for Generative Relation Extraction in the Microbiome Domain2025-06-10Conservative Bias in Large Language Models: Measuring Relation Predictions2025-06-09Comparative Analysis of AI Agent Architectures for Entity Relationship Classification2025-06-03LEMONADE: A Large Multilingual Expert-Annotated Abstractive Event Dataset for the Real World2025-06-01CREFT: Sequential Multi-Agent LLM for Character Relation Extraction2025-05-30