REXEL: An End-to-end Model for Document-Level Relation Extraction and Entity Linking
Nacime Bouziani, Shubhi Tyagi, Joseph Fisher, Jens Lehmann, Andrea, Pierleoni

TL;DR
REXEL is an efficient end-to-end model for document-level relation extraction and entity linking that outperforms existing methods in speed and accuracy, enabling scalable structured information extraction from unstructured text.
Contribution
The paper introduces REXEL, a unified model that performs multiple document-level IE tasks in a single pass, reducing error propagation and capturing long-range dependencies.
Findings
REXEL is 11 times faster than existing approaches.
REXEL surpasses baselines by over 6 F1 points on key tasks.
The model is effective across various joint IE subtasks.
Abstract
Extracting structured information from unstructured text is critical for many downstream NLP applications and is traditionally achieved by closed information extraction (cIE). However, existing approaches for cIE suffer from two limitations: (i) they are often pipelines which makes them prone to error propagation, and/or (ii) they are restricted to sentence level which prevents them from capturing long-range dependencies and results in expensive inference time. We address these limitations by proposing REXEL, a highly efficient and accurate model for the joint task of document level cIE (DocIE). REXEL performs mention detection, entity typing, entity disambiguation, coreference resolution and document-level relation classification in a single forward pass to yield facts fully linked to a reference knowledge graph. It is on average 11 times faster than competitive existing approaches in…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsNatural Language Processing Techniques · Topic Modeling · Data Quality and Management
MethodsSPEED: Separable Pyramidal Pooling EncodEr-Decoder for Real-Time Monocular Depth Estimation on Low-Resource Settings
