English

DORE: Document Ordered Relation Extraction based on Generative Framework

Computation and Language 2022-11-10 v2

Abstract

In recent years, there is a surge of generation-based information extraction work, which allows a more direct use of pre-trained language models and efficiently captures output dependencies. However, previous generative methods using lexical representation do not naturally fit document-level relation extraction (DocRE) where there are multiple entities and relational facts. In this paper, we investigate the root cause of the underwhelming performance of the existing generative DocRE models and discover that the culprit is the inadequacy of the training paradigm, instead of the capacities of the models. We propose to generate a symbolic and ordered sequence from the relation matrix which is deterministic and easier for model to learn. Moreover, we design a parallel row generation method to process overlong target sequences. Besides, we introduce several negative sampling strategies to improve the performance with balanced signals. Experimental results on four datasets show that our proposed method can improve the performance of the generative DocRE models. We have released our code at https://github.com/ayyyq/DORE.

Keywords

Cite

@article{arxiv.2210.16064,
  title  = {DORE: Document Ordered Relation Extraction based on Generative Framework},
  author = {Qipeng Guo and Yuqing Yang and Hang Yan and Xipeng Qiu and Zheng Zhang},
  journal= {arXiv preprint arXiv:2210.16064},
  year   = {2022}
}

Comments

Findings of EMNLP 2022

R2 v1 2026-06-28T04:42:45.921Z