paper-with-me

Papers

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

2020-08-21 · EACL 2021 2 · Xinya Du, Alexander M. Rush, Claire Cardie

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.

📄 PDF Abstract BibTeX arXiv:2008.09249

Code (2)

xinyadu/doc_event_entity 공식 구현 pytorch
PlusLabNLP/TempGen pytorch

Tasks

DecoderRole-filler Entity ExtractionSentence

Similar Papers 제목 키워드 기반

Template Filling with Generative Transformers

2021-06-01 · NAACL 2021 4 · Xinya Du, Alexander Rush, Claire Cardie

Template filling is generally tackled by a pipeline of two separate supervised systems {--} one for role-filler extraction and another for template/event recognition. Since pipelines consider events in isolation, they ca…

Reconstructing Event Regions for Event Extraction via Graph Attention Networks

2020-12-01 · Asian Chapter of the Association for Computational Linguistics 2020 · Pei Chen, Hang Yang, Kang Liu, Ruihong Huang 외

Event information is usually scattered across multiple sentences within a document. The local sentence-level event extractors often yield many noisy event role filler extractions in the absence of a broader view of the d…

Event ExtractionGraph AttentionSentence

Document-Level Event Role Filler Extraction using Multi-Granularity Contextualized Encoding

2020-05-13 · ACL 2020 6 · Xinya Du, Claire Cardie

Few works in the literature of event extraction have gone beyond individual sentences to make extraction decisions. This is problematic when the information needed to recognize an event argument is spread across multiple…

Document-level Event ExtractionEvent ExtractionLanguage ModelingLanguage Modelling+1

Enriching Transformers with Structured Tensor-Product Representations for Abstractive Summarization

2021-06-02 · NAACL 2021 4 · Yichen Jiang, Asli Celikyilmaz, Paul Smolensky, Paul Soulos 외

Abstractive summarization, the task of generating a concise summary of input documents, requires: (1) reasoning over the source document to determine the salient pieces of information scattered across the long document, …

Abstractive Text Summarization

Document-level Entity-based Extraction as Template Generation

2021-09-10 · EMNLP 2021 11 · Kung-Hsiang Huang, Sam Tang, Nanyun Peng

Document-level entity-based extraction (EE), aiming at extracting entity-centric information such as entity roles and entity relations, is key to automatic knowledge acquisition from text corpora for various domains. Mos…

4-ary Relation ExtractionBinary Relation ExtractionRole-filler Entity Extraction