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

UniRel: Unified Representation and Interaction for Joint Relational Triple Extraction

About

Relational triple extraction is challenging for its difficulty in capturing rich correlations between entities and relations. Existing works suffer from 1) heterogeneous representations of entities and relations, and 2) heterogeneous modeling of entity-entity interactions and entity-relation interactions. Therefore, the rich correlations are not fully exploited by existing works. In this paper, we propose UniRel to address these challenges. Specifically, we unify the representations of entities and relations by jointly encoding them within a concatenated natural language sequence, and unify the modeling of interactions with a proposed Interaction Map, which is built upon the off-the-shelf self-attention mechanism within any Transformer block. With comprehensive experiments on two popular relational triple extraction datasets, we demonstrate that UniRel is more effective and computationally efficient. The source code is available at https://github.com/wtangdev/UniRel.

Wei Tang, Benfeng Xu, Yuyue Zhao, Zhendong Mao, Yifeng Liu, Yong Liao, Haiyong Xie• 2022

Related benchmarks

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

Other info

Code

Follow for update