English

Robust Incremental Neural Semantic Graph Parsing

Computation and Language 2017-07-28 v2

Abstract

Parsing sentences to linguistically-expressive semantic representations is a key goal of Natural Language Processing. Yet statistical parsing has focused almost exclusively on bilexical dependencies or domain-specific logical forms. We propose a neural encoder-decoder transition-based parser which is the first full-coverage semantic graph parser for Minimal Recursion Semantics (MRS). The model architecture uses stack-based embedding features, predicting graphs jointly with unlexicalized predicates and their token alignments. Our parser is more accurate than attention-based baselines on MRS, and on an additional Abstract Meaning Representation (AMR) benchmark, and GPU batch processing makes it an order of magnitude faster than a high-precision grammar-based parser. Further, the 86.69% Smatch score of our MRS parser is higher than the upper-bound on AMR parsing, making MRS an attractive choice as a semantic representation.

Keywords

Cite

@article{arxiv.1704.07092,
  title  = {Robust Incremental Neural Semantic Graph Parsing},
  author = {Jan Buys and Phil Blunsom},
  journal= {arXiv preprint arXiv:1704.07092},
  year   = {2017}
}

Comments

12 pages; ACL 2017

R2 v1 2026-06-22T19:25:23.328Z