EMNLP 2022finding7 citations

DORE: Document Ordered Relation Extraction based on Generative Framework

Qipeng Guo, Yuqing Yang, Hang Yan, Xipeng Qiu, Zheng Zhang

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.

BibTeX
@inproceedings{guo-etal-2022-dore,
    title = "{DORE}: Document Ordered Relation Extraction based on Generative Framework",
    author = "Guo, Qipeng  and
      Yang, Yuqing  and
      Yan, Hang  and
      Qiu, Xipeng  and
      Zhang, Zheng",
    editor = "Goldberg, Yoav  and
      Kozareva, Zornitsa  and
      Zhang, Yue",
    booktitle = "Findings of the Association for Computational Linguistics: EMNLP 2022",
    month = dec,
    year = "2022",
    address = "Abu Dhabi, United Arab Emirates",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2022.findings-emnlp.253/",
    doi = "10.18653/v1/2022.findings-emnlp.253",
    pages = "3463--3474"
}
DORE: Document Ordered Relation Extraction based on Generative Framework · EMNLP 2022