paper-with-me

홈 › Papers

Entity-Relation Extraction as Multi-Turn Question Answering

2019-05-14 · ACL 2019 7 · Xiaoya Li, Fan Yin, Zijun Sun, Xiayu Li, Arianna Yuan, Duo Chai, Mingxin Zhou, Jiwei Li

In this paper, we propose a new paradigm for the task of entity-relation extraction. We cast the task as a multi-turn question answering problem, i.e., the extraction of entities and relations is transformed to the task of identifying answer spans from the context. This multi-turn QA formalization comes with several key advantages: firstly, the question query encodes important information for the entity/relation class we want to identify; secondly, QA provides a natural way of jointly modeling entity and relation; and thirdly, it allows us to exploit the well developed machine reading comprehension (MRC) models. Experiments on the ACE and the CoNLL04 corpora demonstrate that the proposed paradigm significantly outperforms previous best models. We are able to obtain the state-of-the-art results on all of the ACE04, ACE05 and CoNLL04 datasets, increasing the SOTA results on the three datasets to 49.4 (+1.0), 60.2 (+0.6) and 68.9 (+2.1), respectively. Additionally, we construct a newly developed dataset RESUME in Chinese, which requires multi-step reasoning to construct entity dependencies, as opposed to the single-step dependency extraction in the triplet exaction in previous datasets. The proposed multi-turn QA model also achieves the best performance on the RESUME dataset.

📄 PDF Abstract BibTeX arXiv:1905.05529

Code (1)

ShannonAI/Entity-Relation-As-Multi-Turn-QA pytorch

Tasks

Machine Reading ComprehensionQuestion AnsweringReading ComprehensionRelationRelation ExtractionTriplet

Similar Papers 제목 키워드 기반

Asking Effective and Diverse Questions: A Machine Reading Comprehension based Framework for Joint Entity-Relation Extraction

2020-07-01 · IJCAI 2020 7 · Tianyang Zhao, Zhao Yan, Yunbo Cao, Zhoujun Li

Recent advances cast the entity-relation extraction to a multi-turn question answering (QA) task and provide an effective solution based on the machine reading comprehension (MRC) models. However, they use a single q…

DiversityMachine Reading ComprehensionQuestion AnsweringReading Comprehension+2

Weakly-Supervised Questions for Zero-Shot Relation Extraction

2023-01-21 · Saeed Najafi, Alona Fyshe

Zero-Shot Relation Extraction (ZRE) is the task of Relation Extraction where the training and test sets have no shared relation types. This very challenging domain is a good test of a model's ability to generalize. Previ…

Question AnsweringRelationRelation Extraction

From Bag of Sentences to Document: Distantly Supervised Relation Extraction via Machine Reading Comprehension

2020-12-08 · Lingyong Yan, Xianpei Han, Le Sun, Fangchao Liu 외

Distant supervision (DS) is a promising approach for relation extraction but often suffers from the noisy label problem. Traditional DS methods usually represent an entity pair as a bag of sentences and denoise labels us…

DenoisingMachine Reading ComprehensionReading ComprehensionRelation+3

ChatIE: Zero-Shot Information Extraction via Chatting with ChatGPT

2023-02-20 · Xiang Wei, Xingyu Cui, Ning Cheng, Xiaobin Wang 외

Zero-shot information extraction (IE) aims to build IE systems from the unannotated text. It is challenging due to involving little human intervention. Challenging but worthwhile, zero-shot IE reduces the time and effort…

Event Extractionnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+1

A Two-Phase Paradigm for Joint Entity-Relation Extraction

2022-08-18 · Bin Ji, Hao Xu, Jie Yu, Shasha Li 외

An exhaustive study has been conducted to investigate span-based models for the joint entity and relation extraction task. However, these models sample a large number of negative entities and negative relations during th…

Joint Entity and Relation ExtractionRelationRelation ExtractionVocal Bursts Valence Prediction