ATP: AMRize Then Parse! Enhancing AMR Parsing with PseudoAMRs
Liang Chen, Peiyi Wang, Runxin Xu, Tianyu Liu, Zhifang Sui, Baobao, Chang

TL;DR
This paper introduces a method to improve AMR parsing by using auxiliary tasks like SRL and dependency parsing, transforming their data into pseudo-AMRs, and employing intermediate-task learning, leading to state-of-the-art results.
Contribution
The paper proposes a novel approach combining auxiliary tasks with pseudo-AMR data and intermediate-task learning to significantly enhance AMR parsing performance.
Findings
Achieved new state-of-the-art results on multiple benchmarks.
Using SRL and dependency parsing as auxiliary tasks yields greater gains than other tasks.
Transforming auxiliary task data into PseudoAMRs improves transfer learning effectiveness.
Abstract
As Abstract Meaning Representation (AMR) implicitly involves compound semantic annotations, we hypothesize auxiliary tasks which are semantically or formally related can better enhance AMR parsing. We find that 1) Semantic role labeling (SRL) and dependency parsing (DP), would bring more performance gain than other tasks e.g. MT and summarization in the text-to-AMR transition even with much less data. 2) To make a better fit for AMR, data from auxiliary tasks should be properly "AMRized" to PseudoAMR before training. Knowledge from shallow level parsing tasks can be better transferred to AMR Parsing with structure transform. 3) Intermediate-task learning is a better paradigm to introduce auxiliary tasks to AMR parsing, compared to multitask learning. From an empirical perspective, we propose a principled method to involve auxiliary tasks to boost AMR parsing. Extensive experiments show…
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 and Document Classification Technologies
