Graph Pre-training for AMR Parsing and Generation
Xuefeng Bai, Yulong Chen, Yue Zhang

TL;DR
This paper introduces a novel graph pre-training approach that enhances language models' understanding of semantic graph structures for improved AMR parsing and generation tasks.
Contribution
It proposes the first pre-training method on semantic graphs, integrating graph auto-encoding and multi-task learning to boost AMR task performance.
Findings
Outperforms existing models on AMR parsing
Improves AMR-to-text generation quality
First to pre-train on semantic graphs
Abstract
Abstract meaning representation (AMR) highlights the core semantic information of text in a graph structure. Recently, pre-trained language models (PLMs) have advanced tasks of AMR parsing and AMR-to-text generation, respectively. However, PLMs are typically pre-trained on textual data, thus are sub-optimal for modeling structural knowledge. To this end, we investigate graph self-supervised training to improve the structure awareness of PLMs over AMR graphs. In particular, we introduce two graph auto-encoding strategies for graph-to-graph pre-training and four tasks to integrate text and graph information during pre-training. We further design a unified framework to bridge the gap between pre-training and fine-tuning tasks. Experiments on both AMR parsing and AMR-to-text generation show the superiority of our model. To our knowledge, we are the first to consider pre-training on semantic…
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
- 🤗xfbai/AMRBART-largemodel· 11 dl· ♡ 311 dl♡ 3
- 🤗xfbai/AMRBART-large-finetuned-AMR3.0-AMR2Textmodel· 3 dl3 dl
- 🤗xfbai/AMRBART-large-finetuned-AMR2.0-AMR2Textmodel· 1 dl1 dl
- 🤗xfbai/AMRBART-basemodel· 6 dl· ♡ 26 dl♡ 2
- 🤗xfbai/AMRBART-large-finetuned-AMR3.0-AMRParsingmodel· 50 dl· ♡ 150 dl♡ 1
- 🤗xfbai/AMRBART-large-finetuned-AMR2.0-AMRParsingmodel· 8 dl· ♡ 18 dl♡ 1
- 🤗xfbai/AMRBART-large-v2model· 51 dl· ♡ 251 dl♡ 2
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Text Readability and Simplification
