SOTAVerified

AMR Parsing as Sequence-to-Graph Transduction

2019-05-21ACL 2019Code Available1· sign in to hype

Sheng Zhang, Xutai Ma, Kevin Duh, Benjamin Van Durme

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

We propose an attention-based model that treats AMR parsing as sequence-to-graph transduction. Unlike most AMR parsers that rely on pre-trained aligners, external semantic resources, or data augmentation, our proposed parser is aligner-free, and it can be effectively trained with limited amounts of labeled AMR data. Our experimental results outperform all previously reported SMATCH scores, on both AMR 2.0 (76.3% F1 on LDC2017T10) and AMR 1.0 (70.2% F1 on LDC2014T12).

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
LDC2014T12Two-stage Sequence-to-Graph TransducerF1 Full70.2Unverified
LDC2014T12Sequence-to-Graph TransductionF1 Newswire0.75Unverified
LDC2017T10Sequence-to-Graph TransductionSmatch76.3Unverified

Reproductions