Reassessing Graph Linearization for Sequence-to-sequence AMR Parsing: On the Advantages and Limitations of Triple-Based Encoding
Jeongwoo Kang, Maximin Coavoux, Cédric Lopez, Didier Schwab
TL;DR
The paper reassesses graph linearization for sequence-to-sequence AMR parsing, comparing the conventional Penman encoding with a proposed triple-based encoding. It finds that Penman’s concise, nested representation generally yields higher parsing accuracy, while triple-based encoding, despite aligning more closely with AMR’s graph structure, does not surpass Penman and is more vulnerable to longer graphs. Multi-task learning with mixed encodings offers limited or mixed benefits. The work highlights the practical impact of representation choice on learning dynamics and opens avenues for improving graph-based outputs in AMR parsing.
Abstract
Sequence-to-sequence models are widely used to train Abstract Meaning Representation (Banarescu et al., 2013, AMR) parsers. To train such models, AMR graphs have to be linearized into a one-line text format. While Penman encoding is typically used for this purpose, we argue that it has limitations: (1) for deep graphs, some closely related nodes are located far apart in the linearized text (2) Penman's tree-based encoding necessitates inverse roles to handle node re-entrancy, doubling the number of relation types to predict. To address these issues, we propose a triple-based linearization method and compare its efficiency with Penman linearization. Although triples are well suited to represent a graph, our results suggest room for improvement in triple encoding to better compete with Penman's concise and explicit representation of a nested graph structure.
