paper-with-me

Papers

Improved Decomposition Strategy for Joint Entity and Relation Extraction

2021-12-15 · Journal of Natural Language Processing 2021 12 · Van-Hien Tran, Van-Thuy Phi, Akihiko Kato, Hiroyuki Shindo, Taro Watanabe, Yuji Matsumoto

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.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Joint Entity and Relation ExtractionRelationRelation Extractionvalid

Similar Papers 제목 키워드 기반

Joint Extraction of Entities and Relations Based on a Novel Decomposition Strategy

2019-09-10 · Bowen Yu, Zhen-Yu Zhang, Xiaobo Shu, Yubin Wang 외

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 Extraction

TDRE: A Tensor Decomposition Based Approach for Relation Extraction

2020-10-15 · Bin-Bin Zhao, Liang Li, Hui-Dong Zhang

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+2

Similarity-based Memory Enhanced Joint Entity and Relation Extraction

2023-07-14 · Witold Kosciukiewicz, Mateusz Wojcik, Tomasz Kajdanowicz, Adam Gonczarek

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+2

EARL: Joint Entity and Relation Linking for Question Answering over Knowledge Graphs

2018-01-11 · Mohnish Dubey, Debayan Banerjee, Debanjan Chaudhuri, Jens Lehmann

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+2

Relation-Guided Few-Shot Relational Triple Extraction

2022-07-07 · SIGIR 2022 7 · Xin Cong, Jiawei Sheng, Shiyao Cui, Bowen Yu 외

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