English

A Graph-to-Sequence Model for AMR-to-Text Generation

Computation and Language 2018-08-29 v3

Abstract

The problem of AMR-to-text generation is to recover a text representing the same meaning as an input AMR graph. The current state-of-the-art method uses a sequence-to-sequence model, leveraging LSTM for encoding a linearized AMR structure. Although being able to model non-local semantic information, a sequence LSTM can lose information from the AMR graph structure, and thus faces challenges with large graphs, which result in long sequences. We introduce a neural graph-to-sequence model, using a novel LSTM structure for directly encoding graph-level semantics. On a standard benchmark, our model shows superior results to existing methods in the literature.

Keywords

Cite

@article{arxiv.1805.02473,
  title  = {A Graph-to-Sequence Model for AMR-to-Text Generation},
  author = {Linfeng Song and Yue Zhang and Zhiguo Wang and Daniel Gildea},
  journal= {arXiv preprint arXiv:1805.02473},
  year   = {2018}
}

Comments

ACL 2018 camera-ready, Proceedings of ACL 2018 with updated performance

R2 v1 2026-06-23T01:47:08.085Z