Entity-Relation Extraction as Multi-Turn Question Answering
Xiaoya Li, Fan Yin, Zijun Sun, Xiayu Li, Arianna Yuan, Duo Chai,, Mingxin Zhou, Jiwei Li

TL;DR
This paper introduces a novel multi-turn question answering framework for entity-relation extraction, leveraging MRC models to improve accuracy and jointly model entities and relations, achieving state-of-the-art results on multiple datasets.
Contribution
The paper presents a new paradigm that reformulates entity-relation extraction as a multi-turn QA task, enabling better modeling and improved performance.
Findings
Achieved state-of-the-art results on ACE04, ACE05, and CoNLL04 datasets.
Significantly outperformed previous models in entity-relation extraction.
Demonstrated effectiveness on a newly developed Chinese dataset RESUME.
Abstract
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…
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 · Advanced Text Analysis Techniques
