English

GRIT: Generative Role-filler Transformers for Document-level Event Entity Extraction

Computation and Language 2021-02-01 v2

Abstract

We revisit the classic problem of document-level role-filler entity extraction (REE) for template filling. We argue that sentence-level approaches are ill-suited to the task and introduce a generative transformer-based encoder-decoder framework (GRIT) that is designed to model context at the document level: it can make extraction decisions across sentence boundaries; is implicitly aware of noun phrase coreference structure, and has the capacity to respect cross-role dependencies in the template structure. We evaluate our approach on the MUC-4 dataset, and show that our model performs substantially better than prior work. We also show that our modeling choices contribute to model performance, e.g., by implicitly capturing linguistic knowledge such as recognizing coreferent entity mentions.

Keywords

Cite

@article{arxiv.2008.09249,
  title  = {GRIT: Generative Role-filler Transformers for Document-level Event Entity Extraction},
  author = {Xinya Du and Alexander M. Rush and Claire Cardie},
  journal= {arXiv preprint arXiv:2008.09249},
  year   = {2021}
}

Comments

To appear in EACL 2021; Code is available at https://github.com/xinyadu/grit_doc_event_entity

R2 v1 2026-06-23T18:00:21.597Z