Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

AMR Parsing as Graph Prediction with Latent Alignment

About

Abstract meaning representations (AMRs) are broad-coverage sentence-level semantic representations. AMRs represent sentences as rooted labeled directed acyclic graphs. AMR parsing is challenging partly due to the lack of annotated alignments between nodes in the graphs and words in the corresponding sentences. We introduce a neural parser which treats alignments as latent variables within a joint probabilistic model of concepts, relations and alignments. As exact inference requires marginalizing over alignments and is infeasible, we use the variational auto-encoding framework and a continuous relaxation of the discrete alignments. We show that joint modeling is preferable to using a pipeline of align and parse. The parser achieves the best reported results on the standard benchmark (74.4% on LDC2016E25).

Chunchuan Lyu, Ivan Titov• 2018

Related benchmarks

TaskDatasetResultRank
AMR parsingLDC2017T10 AMR 2.0 (test)
Smatch74.4
168
AMR parsingAMR 1.0 (test)
Smatch73.7
45
AMR parsingLDC2015E86 R1 (test)
Smatch73.7
6
AMR parsingLDC2017T10 (test)
Smatch (ordinary)74.4
6
AMR parsingLDC2016E25 2.0 (test)
Smatch Score74.4
4
Showing 5 of 5 rows

Other info

Code

Follow for update