Incorporating Graph Information in Transformer-based AMR Parsing
Pavlo Vasylenko, Pere-Llu\'is Huguet Cabot, Abelardo Carlos Mart\'inez, Lorenzo, Roberto Navigli

TL;DR
This paper introduces LeakDistill, a novel Transformer-based model that explicitly incorporates graph structure into AMR parsing, achieving state-of-the-art results through structural adapters and self-knowledge distillation without extra data.
Contribution
LeakDistill is the first to embed explicit graph structural information into Transformer encoders for AMR parsing using structural adapters and self-distillation.
Findings
Achieves state-of-the-art AMR parsing performance
Uses structural adapters to incorporate graph info
Operates effectively without additional data
Abstract
Abstract Meaning Representation (AMR) is a Semantic Parsing formalism that aims at providing a semantic graph abstraction representing a given text. Current approaches are based on autoregressive language models such as BART or T5, fine-tuned through Teacher Forcing to obtain a linearized version of the AMR graph from a sentence. In this paper, we present LeakDistill, a model and method that explores a modification to the Transformer architecture, using structural adapters to explicitly incorporate graph information into the learned representations and improve AMR parsing performance. Our experiments show how, by employing word-to-node alignment to embed graph structural information into the encoder at training time, we can obtain state-of-the-art AMR parsing through self-knowledge distillation, even without the use of additional data. We release the code at…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNatural Language Processing Techniques · Topic Modeling · Text Readability and Simplification
MethodsAttention Is All You Need · Absolute Position Encodings · Position-Wise Feed-Forward Layer · SentencePiece · Label Smoothing · Refunds@Expedia|||How do I get a full refund from Expedia? · Adam · Byte Pair Encoding · Residual Connection · Softmax
