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

A Novel Global Feature-Oriented Relational Triple Extraction Model based on Table Filling

About

Table filling based relational triple extraction methods are attracting growing research interests due to their promising performance and their abilities on extracting triples from complex sentences. However, this kind of methods are far from their full potential because most of them only focus on using local features but ignore the global associations of relations and of token pairs, which increases the possibility of overlooking some important information during triple extraction. To overcome this deficiency, we propose a global feature-oriented triple extraction model that makes full use of the mentioned two kinds of global associations. Specifically, we first generate a table feature for each relation. Then two kinds of global associations are mined from the generated table features. Next, the mined global associations are integrated into the table feature of each relation. This "generate-mine-integrate" process is performed multiple times so that the table feature of each relation is refined step by step. Finally, each relation's table is filled based on its refined table feature, and all triples linked to this relation are extracted based on its filled table. We evaluate the proposed model on three benchmark datasets. Experimental results show our model is effective and it achieves state-of-the-art results on all of these datasets. The source code of our work is available at: https://github.com/neukg/GRTE.

Feiliang Ren, Longhui Zhang, Shujuan Yin, Xiaofeng Zhao, Shilei Liu, Bochao Li, Yaduo Liu• 2021

Related benchmarks

TaskDatasetResultRank
Joint Entity and Relation ExtractionNYT (test)
Precision93.4
64
Joint Entity and Relation ExtractionWebNLG (test)
Precision92.3
52
Relation Triple ExtractionWebNLG original (test)
F1 Score (%)93.9
33
Relational Triple ExtractionNYT standard (test)
F1 Score93
16
Showing 4 of 4 rows

Other info

Follow for update