CLAIApr 19, 2022

ATP: AMRize Then Parse! Enhancing AMR Parsing with PseudoAMRs

Peking U
arXiv:2204.08875v2630 citationsh-index: 38
Originality Incremental advance
AI Analysis

This work addresses the challenge of improving AMR parsing accuracy for natural language processing applications, representing an incremental advance through better integration of auxiliary tasks.

The paper tackled the problem of enhancing Abstract Meaning Representation (AMR) parsing by leveraging auxiliary tasks like semantic role labeling and dependency parsing, achieving new state-of-the-art performance on benchmarks with notable gains in topology-related scores.

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 that our method achieves new state-of-the-art performance on different benchmarks especially in topology-related scores.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes