English

Inducing and Using Alignments for Transition-based AMR Parsing

Computation and Language 2022-05-04 v1

Abstract

Transition-based parsers for Abstract Meaning Representation (AMR) rely on node-to-word alignments. These alignments are learned separately from parser training and require a complex pipeline of rule-based components, pre-processing, and post-processing to satisfy domain-specific constraints. Parsers also train on a point-estimate of the alignment pipeline, neglecting the uncertainty due to the inherent ambiguity of alignment. In this work we explore two avenues for overcoming these limitations. First, we propose a neural aligner for AMR that learns node-to-word alignments without relying on complex pipelines. We subsequently explore a tighter integration of aligner and parser training by considering a distribution over oracle action sequences arising from aligner uncertainty. Empirical results show this approach leads to more accurate alignments and generalization better from the AMR2.0 to AMR3.0 corpora. We attain a new state-of-the art for gold-only trained models, matching silver-trained performance without the need for beam search on AMR3.0.

Keywords

Cite

@article{arxiv.2205.01464,
  title  = {Inducing and Using Alignments for Transition-based AMR Parsing},
  author = {Andrew Drozdov and Jiawei Zhou and Radu Florian and Andrew McCallum and Tahira Naseem and Yoon Kim and Ramon Fernandez Astudillo},
  journal= {arXiv preprint arXiv:2205.01464},
  year   = {2022}
}

Comments

Accepted at NAACL 2022

R2 v1 2026-06-24T11:05:49.259Z