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

Fusing Heterogeneous Factors with Triaffine Mechanism for Nested Named Entity Recognition

About

Nested entities are observed in many domains due to their compositionality, which cannot be easily recognized by the widely-used sequence labeling framework. A natural solution is to treat the task as a span classification problem. To learn better span representation and increase classification performance, it is crucial to effectively integrate heterogeneous factors including inside tokens, boundaries, labels, and related spans which could be contributing to nested entities recognition. To fuse these heterogeneous factors, we propose a novel triaffine mechanism including triaffine attention and scoring. Triaffine attention uses boundaries and labels as queries and uses inside tokens and related spans as keys and values for span representations. Triaffine scoring interacts with boundaries and span representations for classification. Experiments show that our proposed method outperforms previous span-based methods, achieves the state-of-the-art $F_1$ scores on nested NER datasets GENIA and KBP2017, and shows comparable results on ACE2004 and ACE2005.

Zheng Yuan, Chuanqi Tan, Songfang Huang, Fei Huang• 2021

Related benchmarks

TaskDatasetResultRank
Nested Named Entity RecognitionACE 2004 (test)
F1 Score88.56
166
Nested Named Entity RecognitionACE 2005 (test)
F1 Score88.83
153
Nested Named Entity RecognitionGENIA (test)
F1 Score85.14
140
Nested Named Entity RecognitionGENIA
F1 Score81
56
Named Entity RecognitionACE04 (test)
F1 Score87.4
36
Nested Named Entity RecognitionKBP English 2017 (test)
Precision89.42
28
Named Entity RecognitionACE05 splits of Lu and Roth (test)
F1 Score86.82
14
Nested Named Entity Recognitionplasma physics NNER dataset (test)
Precision73
11
Showing 8 of 8 rows

Other info

Code

Follow for update