English

Levi Graph AMR Parser using Heterogeneous Attention

Computation and Language 2021-07-12 v1 Artificial Intelligence

Abstract

Coupled with biaffine decoders, transformers have been effectively adapted to text-to-graph transduction and achieved state-of-the-art performance on AMR parsing. Many prior works, however, rely on the biaffine decoder for either or both arc and label predictions although most features used by the decoder may be learned by the transformer already. This paper presents a novel approach to AMR parsing by combining heterogeneous data (tokens, concepts, labels) as one input to a transformer to learn attention, and use only attention matrices from the transformer to predict all elements in AMR graphs (concepts, arcs, labels). Although our models use significantly fewer parameters than the previous state-of-the-art graph parser, they show similar or better accuracy on AMR 2.0 and 3.0.

Keywords

Cite

@article{arxiv.2107.04152,
  title  = {Levi Graph AMR Parser using Heterogeneous Attention},
  author = {Han He and Jinho D. Choi},
  journal= {arXiv preprint arXiv:2107.04152},
  year   = {2021}
}

Comments

Accepted in IWPT 2021: The 17th International Conference on Parsing Technologies

R2 v1 2026-06-24T04:01:31.536Z