# Neural AMR: Sequence-to-Sequence Models for Parsing and Generation

**Authors:** Ioannis Konstas, Srinivasan Iyer, Mark Yatskar, Yejin Choi, Luke, Zettlemoyer

arXiv: 1704.08381 · 2017-08-21

## TL;DR

This paper introduces a sequence-to-sequence approach for AMR parsing and generation, leveraging unlabeled data and preprocessing to overcome data limitations, achieving state-of-the-art results.

## Contribution

A novel training procedure enabling sequence-to-sequence models to effectively parse and generate AMR graphs with limited labeled data.

## Key findings

- Achieved 62.1 SMATCH score for AMR parsing.
- Set a new state-of-the-art BLEU score of 33.8 for AMR generation.
- Demonstrated robustness of sequence models against graph ordering variations.

## Abstract

Sequence-to-sequence models have shown strong performance across a broad range of applications. However, their application to parsing and generating text usingAbstract Meaning Representation (AMR)has been limited, due to the relatively limited amount of labeled data and the non-sequential nature of the AMR graphs. We present a novel training procedure that can lift this limitation using millions of unlabeled sentences and careful preprocessing of the AMR graphs. For AMR parsing, our model achieves competitive results of 62.1SMATCH, the current best score reported without significant use of external semantic resources. For AMR generation, our model establishes a new state-of-the-art performance of BLEU 33.8. We present extensive ablative and qualitative analysis including strong evidence that sequence-based AMR models are robust against ordering variations of graph-to-sequence conversions.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1704.08381/full.md

## Figures

4 figures with captions in the complete paper: https://tomesphere.com/paper/1704.08381/full.md

## References

36 references — full list in the complete paper: https://tomesphere.com/paper/1704.08381/full.md

---
Source: https://tomesphere.com/paper/1704.08381