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

Packed Levitated Marker for Entity and Relation Extraction

About

Recent entity and relation extraction works focus on investigating how to obtain a better span representation from the pre-trained encoder. However, a major limitation of existing works is that they ignore the interrelation between spans (pairs). In this work, we propose a novel span representation approach, named Packed Levitated Markers (PL-Marker), to consider the interrelation between the spans (pairs) by strategically packing the markers in the encoder. In particular, we propose a neighborhood-oriented packing strategy, which considers the neighbor spans integrally to better model the entity boundary information. Furthermore, for those more complicated span pair classification tasks, we design a subject-oriented packing strategy, which packs each subject and all its objects to model the interrelation between the same-subject span pairs. The experimental results show that, with the enhanced marker feature, our model advances baselines on six NER benchmarks, and obtains a 4.1%-4.3% strict relation F1 improvement with higher speed over previous state-of-the-art models on ACE04 and ACE05.

Deming Ye, Yankai Lin, Peng Li, Maosong Sun• 2021

Related benchmarks

TaskDatasetResultRank
Named Entity RecognitionCoNLL 2003 (test)--
539
Relation ExtractionACE05 (test)
F1 Score73
72
Entity extractionACE05 (test)
F1 Score91.1
53
Relation ExtractionSCIERC (test)--
23
Relation ExtractionACE04 (test)
F1 Score69.7
21
Entity recognitionSCIERC (test)
F1 Score69.9
20
Entity extractionACE04 (test)
F1 Score90.4
19
Entity extractionCAIL 2022
Precision92.9
18
Relation ExtractionCAIL 2022
Precision82.5
18
Flat Named Entity RecognitionOntoNotes 5.0 (test)
Micro F191.9
17
Showing 10 of 11 rows

Other info

Code

Follow for update