Integrating Relation Constraints with Neural Relation Extractors
Yuan Ye, Yansong Feng, Bingfeng Luo, Yuxuan Lai, Dongyan Zhao

TL;DR
This paper introduces a novel framework that incorporates relation constraints into neural relation extraction models using a new loss term, improving consistency and accuracy across multiple datasets.
Contribution
It proposes a unified approach with ConstraintLoss to integrate relation constraints into neural models, enhancing their performance and consistency.
Findings
Outperforms existing neural relation extraction models on English and Chinese datasets.
Reduces inconsistency among local predictions by incorporating relation constraints.
Demonstrates effectiveness of the approach even without extra post-processing.
Abstract
Recent years have seen rapid progress in identifying predefined relationship between entity pairs using neural networks NNs. However, such models often make predictions for each entity pair individually, thus often fail to solve the inconsistency among different predictions, which can be characterized by discrete relation constraints. These constraints are often defined over combinations of entity-relation-entity triples, since there often lack of explicitly well-defined type and cardinality requirements for the relations. In this paper, we propose a unified framework to integrate relation constraints with NNs by introducing a new loss term, ConstraintLoss. Particularly, we develop two efficient methods to capture how well the local predictions from multiple instance pairs satisfy the relation constraints. Experiments on both English and Chinese datasets show that our approach can help…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Data Quality and Management
