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

Joint entity recognition and relation extraction as a multi-head selection problem

About

State-of-the-art models for joint entity recognition and relation extraction strongly rely on external natural language processing (NLP) tools such as POS (part-of-speech) taggers and dependency parsers. Thus, the performance of such joint models depends on the quality of the features obtained from these NLP tools. However, these features are not always accurate for various languages and contexts. In this paper, we propose a joint neural model which performs entity recognition and relation extraction simultaneously, without the need of any manually extracted features or the use of any external tool. Specifically, we model the entity recognition task using a CRF (Conditional Random Fields) layer and the relation extraction task as a multi-head selection problem (i.e., potentially identify multiple relations for each entity). We present an extensive experimental setup, to demonstrate the effectiveness of our method using datasets from various contexts (i.e., news, biomedical, real estate) and languages (i.e., English, Dutch). Our model outperforms the previous neural models that use automatically extracted features, while it performs within a reasonable margin of feature-based neural models, or even beats them.

Giannis Bekoulis, Johannes Deleu, Thomas Demeester, Chris Develder• 2018

Related benchmarks

TaskDatasetResultRank
Relation ExtractionNYT (test)
F1 Score59.6
85
Joint Entity and Relation ExtractionCONLL04
Entity F193.26
33
Relation Triple ExtractionWebNLG original (test)
F1 Score (%)55.7
33
Relation ExtractionCoNLL04 (test)
F1 Score62.04
28
Joint Entity and Relation ExtractionADE
Entity F1 Score0.864
26
Entity ClassificationCoNLL04 (test)
F1 Score83.9
21
Named Entity RecognitionADE (test)--
19
Relation ExtractionADE (test)
Macro F174.58
13
Joint Entity and Relation ExtractionACE04
Entity F181.16
11
Joint Entity and Relation ExtractionDREC
Entity F10.823
9
Showing 10 of 18 rows

Other info

Code

Follow for update