A sequence-to-sequence approach for document-level relation extraction

04/03/2022
by   John Giorgi, et al.
0

Motivated by the fact that many relations cross the sentence boundary, there has been increasing interest in document-level relation extraction (DocRE). DocRE requires integrating information within and across sentences, capturing complex interactions between mentions of entities. Most existing methods are pipeline-based, requiring entities as input. However, jointly learning to extract entities and relations can improve performance and be more efficient due to shared parameters and training steps. In this paper, we develop a sequence-to-sequence approach, seq2rel, that can learn the subtasks of DocRE (entity extraction, coreference resolution and relation extraction) end-to-end, replacing a pipeline of task-specific components. Using a simple strategy we call entity hinting, we compare our approach to existing pipeline-based methods on several popular biomedical datasets, in some cases exceeding their performance. We also report the first end-to-end results on these datasets for future comparison. Finally, we demonstrate that, under our model, an end-to-end approach outperforms a pipeline-based approach. Our code, data and trained models are available at <https://github.com/johngiorgi/seq2rel>. An online demo is available at <https://share.streamlit.io/johngiorgi/seq2rel/main/demo.py>.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
03/07/2023

Document-level Relation Extraction with Cross-sentence Reasoning Graph

Relation extraction (RE) has recently moved from the sentence-level to d...
research
12/15/2021

GenIE: Generative Information Extraction

Structured and grounded representation of text is typically formalized b...
research
10/28/2022

DORE: Document Ordered Relation Extraction based on Generative Framework

In recent years, there is a surge of generation-based information extrac...
research
04/16/2021

Cost-effective End-to-end Information Extraction for Semi-structured Document Images

A real-world information extraction (IE) system for semi-structured docu...
research
10/17/2022

Towards Relation Extraction From Speech

Relation extraction typically aims to extract semantic relationships bet...
research
01/05/2016

End-to-End Relation Extraction using LSTMs on Sequences and Tree Structures

We present a novel end-to-end neural model to extract entities and relat...
research
12/02/2019

Simultaneously Linking Entities and Extracting Relations from Biomedical Text Without Mention-level Supervision

Understanding the meaning of text often involves reasoning about entitie...

Please sign up or login with your details

Forgot password? Click here to reset