SOTAVerified

Template Filling with Generative Transformers

2021-06-01NAACL 2021Code Available1· sign in to hype

Xinya Du, Alexander Rush, Claire Cardie

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

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 can suffer from error propagation. We introduce a framework based on end-to-end generative transformers for this task (i.e., GTT). It naturally models the dependence between entities both within a single event and across the multiple events described in a document. Experiments demonstrate that this framework substantially outperforms pipeline-based approaches, and other neural end-to-end baselines that do not model between-event dependencies. We further show that our framework specifically improves performance on documents containing multiple events.

Reproductions