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

Extracting Multiple-Relations in One-Pass with Pre-Trained Transformers

About

Most approaches to extraction multiple relations from a paragraph require multiple passes over the paragraph. In practice, multiple passes are computationally expensive and this makes difficult to scale to longer paragraphs and larger text corpora. In this work, we focus on the task of multiple relation extraction by encoding the paragraph only once (one-pass). We build our solution on the pre-trained self-attentive (Transformer) models, where we first add a structured prediction layer to handle extraction between multiple entity pairs, then enhance the paragraph embedding to capture multiple relational information associated with each entity with an entity-aware attention technique. We show that our approach is not only scalable but can also perform state-of-the-art on the standard benchmark ACE 2005.

Haoyu Wang, Ming Tan, Mo Yu, Shiyu Chang, Dakuo Wang, Kun Xu, Xiaoxiao Guo, Saloni Potdar• 2019

Related benchmarks

TaskDatasetResultRank
Relation ClassificationSemEval-2010 Task 8 (test)--
128
Relation ExtractionACE05 (test)--
72
Relationship ExtractionSemEval Task 8 2010 (test)
F1 Score89
24
Relation ExtractionACE 2005 (dev)
F1 Score68.9
8
Relation ExtractionSemEval Task 7 Sub-Task 1.1 2018 (test)
Macro F181.4
5
Showing 5 of 5 rows

Other info

Code

Follow for update