SOTAVerified

Strictly Breadth-First AMR Parsing

2022-11-08Unverified0· sign in to hype

Chen Yu, Daniel Gildea

Unverified — Be the first to reproduce this paper.

Reproduce

Abstract

AMR parsing is the task that maps a sentence to an AMR semantic graph automatically. We focus on the breadth-first strategy of this task, which was proposed recently and achieved better performance than other strategies. However, current models under this strategy only encourage the model to produce the AMR graph in breadth-first order, but cannot guarantee this. To solve this problem, we propose a new architecture that guarantees that the parsing will strictly follow the breadth-first order. In each parsing step, we introduce a focused parent vertex and use this vertex to guide the generation. With the help of this new architecture and some other improvements in the sentence and graph encoder, our model obtains better performance on both the AMR 1.0 and 2.0 dataset.

Tasks

Reproductions