Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Structural Adapters in Pretrained Language Models for AMR-to-text Generation

About

Pretrained language models (PLM) have recently advanced graph-to-text generation, where the input graph is linearized into a sequence and fed into the PLM to obtain its representation. However, efficiently encoding the graph structure in PLMs is challenging because such models were pretrained on natural language, and modeling structured data may lead to catastrophic forgetting of distributional knowledge. In this paper, we propose StructAdapt, an adapter method to encode graph structure into PLMs. Contrary to prior work, StructAdapt effectively models interactions among the nodes based on the graph connectivity, only training graph structure-aware adapter parameters. In this way, we incorporate task-specific knowledge while maintaining the topological structure of the graph. We empirically show the benefits of explicitly encoding graph structure into PLMs using StructAdapt, outperforming the state of the art on two AMR-to-text datasets, training only 5.1% of the PLM parameters.

Leonardo F. R. Ribeiro, Yue Zhang, Iryna Gurevych• 2021

Related benchmarks

TaskDatasetResultRank
AMR-to-text generationLDC2017T10 (test)
BLEU46.6
55
Table-to-text generationCATS (dev)
COVERAGE72.03
18
AMR-to-text generationAMR 2.0 (test)
BLEU45.9
10
AMR-to-text generationLDC2020T02 (test)
BLEU48
9
Table-to-text generationCats (test)
COVERAGE71.37
9
Table-to-text generationCATS-D (test)
COVERAGE65.69
9
Table-to-text generationCATS-S (dev)
COVERAGE72.07
9
Table-to-text generationCATS-S (test)
COVERAGE72.32
9
Showing 8 of 8 rows

Other info

Code

Follow for update