Modeling Source Syntax and Semantics for Neural AMR Parsing

Abstract

Sequence-to-sequence (seq2seq) approaches formalize Abstract Meaning Representation (AMR) parsing as a translation task from a source sentence to a target AMR graph. However, previous studies generally model a source sentence as a word sequence but ignore the inherent syntactic and semantic information in the sentence. In this paper, we propose two effective approaches to explicitly modeling source syntax and semantics into neural seq2seq AMR parsing. The first approach linearizes source syntactic and semantic structure into a mixed sequence of words, syntactic labels, and semantic labels, while in the second approach we propose a syntactic and semantic structure-aware encoding scheme through a self-attentive model to explicitly capture syntactic and semantic relations between words. Experimental results on an English benchmark dataset show that our two approaches achieve significant improvement of 3.1% and 3.4% F1 scores over a strong seq2seq baseline.

Cite

Text

Ge et al. "Modeling Source Syntax and Semantics for Neural AMR Parsing." International Joint Conference on Artificial Intelligence, 2019. doi:10.24963/IJCAI.2019/691

Markdown

[Ge et al. "Modeling Source Syntax and Semantics for Neural AMR Parsing." International Joint Conference on Artificial Intelligence, 2019.](https://mlanthology.org/ijcai/2019/ge2019ijcai-modeling/) doi:10.24963/IJCAI.2019/691

BibTeX

@inproceedings{ge2019ijcai-modeling,
  title     = {{Modeling Source Syntax and Semantics for Neural AMR Parsing}},
  author    = {Ge, DongLai and Li, Junhui and Zhu, Muhua and Li, Shoushan},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2019},
  pages     = {4975-4981},
  doi       = {10.24963/IJCAI.2019/691},
  url       = {https://mlanthology.org/ijcai/2019/ge2019ijcai-modeling/}
}