SOTAVerified

Online Back-Parsing for AMR-to-Text Generation

2020-10-09EMNLP 2020Code Available0· sign in to hype

Xuefeng Bai, Linfeng Song, Yue Zhang

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

AMR-to-text generation aims to recover a text containing the same meaning as an input AMR graph. Current research develops increasingly powerful graph encoders to better represent AMR graphs, with decoders based on standard language modeling being used to generate outputs. We propose a decoder that back predicts projected AMR graphs on the target sentence during text generation. As the result, our outputs can better preserve the input meaning than standard decoders. Experiments on two AMR benchmarks show the superiority of our model over the previous state-of-the-art system based on graph Transformer.

Tasks

Reproductions