Improved Decomposition Strategy for Joint Entity and Relation Extraction
The joint entity and relation extraction task detects entity pairs along with their relations to extract relational triplets. A recent study (Yu et al. 2020) proposed a novel decomposition strategy that splits the task into two interrelated subtasks: detection of the head-entity (HE) and identification of the corresponding tail-entity and relation (TER) for each extracted head-entity. However, this strategy suffers from two major problems. First, if the HE detection task fails to find a valid head-entity, the model will then miss all related triplets containing this head-entity in the head role. Second, as Yu et al. (2020) stated, their model cannot solve the entity pair overlap (EPO) problem. For a given head-entity, the TER extraction task predicts only a single relation between the head-entity and a tail-entity, even though this entity pair can hold multiple relations. To address these problems, we propose an improved decomposition strategy that considers each extracted entity in two roles (head and tail) and allows a model to predict multiple relations (if any) of an entity pair. In addition, a corresponding model framework is presented to deploy our new decomposition strategy. Experimental results showed that our approach significantly outperformed the previous approach of Yu et al. (2020) and achieved state-of-the-art performance on two benchmark datasets.
Code (0)
등록된 구현이 없습니다.
Tasks
Joint Entity and Relation ExtractionRelationRelation ExtractionvalidSimilar Papers 제목 키워드 기반
Joint Extraction of Entities and Relations Based on a Novel Decomposition Strategy
Joint extraction of entities and relations aims to detect entity pairs along with their relations using a single model. Prior work typically solves this task in the extract-then-classify or unified labeling manner. Howev…
Relation ExtractionTDRE: A Tensor Decomposition Based Approach for Relation Extraction
Extracting entity pairs along with relation types from unstructured texts is a fundamental subtask of information extraction. Most existing joint models rely on fine-grained labeling scheme or focus on shared embedding p…
RelationRelation ClassificationRelation ExtractionSentence+2Similarity-based Memory Enhanced Joint Entity and Relation Extraction
Document-level joint entity and relation extraction is a challenging information extraction problem that requires a unified approach where a single neural network performs four sub-tasks: mention detection, coreference r…
coreference-resolutionCoreference ResolutionJoint Entity and Relation ExtractionMulti-Task Learning+2EARL: Joint Entity and Relation Linking for Question Answering over Knowledge Graphs
Many question answering systems over knowledge graphs rely on entity and relation linking components in order to connect the natural language input to the underlying knowledge graph. Traditionally, entity linking and rel…
Entity LinkingKnowledge GraphsQuestion AnsweringRelation+2Relation-Guided Few-Shot Relational Triple Extraction
In few-shot relational triple extraction (FS-RTE), one seeks to extract relational triples from plain texts by utilizing only few annotated samples. Recent work first extracts all entities and then classifies their relat…
RelationRTESentence