CLApr 26, 2017

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

arXiv:1704.08381v3316 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of limited labeled data and non-sequential graph structures in AMR processing for natural language processing applications, representing an incremental improvement over existing methods.

The paper tackled the problem of parsing and generating text using Abstract Meaning Representation (AMR) by developing a novel training procedure that leverages unlabeled data and graph preprocessing, achieving competitive parsing results of 62.1 SMATCH and state-of-the-art generation performance of BLEU 33.8.

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.

Code Implementations5 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes