DeepAI AI Chat
Log In Sign Up

Entity-Relation Extraction as Multi-Turn Question Answering

05/14/2019
by   Xiaoya Li, et al.
0

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.6 (+1.2), 60.3 (+0.7) and 69.2 (+1.4), respectively. Additionally, we construct a newly developed dataset RESUME, 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.

READ FULL TEXT

page 1

page 2

page 3

page 4

01/21/2023

Weakly-Supervised Questions for Zero-Shot Relation Extraction

Zero-Shot Relation Extraction (ZRE) is the task of Relation Extraction w...
04/14/2021

Event Detection as Question Answering with Entity Information

In this paper, we propose a recent and under-researched paradigm for the...
10/09/2020

Relation Extraction as Two-way Span-Prediction

The current supervised relation classification (RC) task uses a single e...
03/05/2018

Neural Architectures for Open-Type Relation Argument Extraction

In this work, we introduce the task of Open-Type Relation Argument Extra...
04/09/2021

UPB at SemEval-2021 Task 8: Extracting Semantic Information on Measurements as Multi-Turn Question Answering

Extracting semantic information on measurements and counts is an importa...
03/29/2019

A General FOFE-net Framework for Simple and Effective Question Answering over Knowledge Bases

Question answering over knowledge base (KB-QA) has recently become a pop...
04/02/2019

UHop: An Unrestricted-Hop Relation Extraction Framework for Knowledge-Based Question Answering

In relation extraction for knowledge-based question answering, searching...