vix.ing · top · new · best · stats · spec

Incorporating Graph Information in Transformer-based AMR Parsing

2023/06/23 by Pavlo Vasylenko, ‪Pere-Lluís Huguet Cabot, Vasylenko, Pavlo +5 · 2 citations
Computer Science · #Artificial Intelligence (cs.AI) #Computation and Language (cs.CL) #FOS: Computer and information sciences #Natural Language Processing Techniques #Text Readability and Simplification #Topic Modeling

paper · pdf · doi:10.48550/arxiv.2306.13467

openalex publication_date 2023/06/23 · openalex created_date 2025/10/10 · openalex updated_date 2026/07/30

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 \urlhttp://www.github.com/sapienzanlp/LeakDistill.

Cited by

Related