SOTAVerified

Fast and Accurate Non-Projective Dependency Tree Linearization

2020-07-01ACL 2020Unverified0· sign in to hype

Xiang Yu, Simon Tannert, Ngoc Thang Vu, Jonas Kuhn

Unverified — Be the first to reproduce this paper.

Reproduce

Abstract

We propose a graph-based method to tackle the dependency tree linearization task. We formulate the task as a Traveling Salesman Problem (TSP), and use a biaffine attention model to calculate the edge costs. We facilitate the decoding by solving the TSP for each subtree and combining the solution into a projective tree. We then design a transition system as post-processing, inspired by non-projective transition-based parsing, to obtain non-projective sentences. Our proposed method outperforms the state-of-the-art linearizer while being 10 times faster in training and decoding.

Tasks

Reproductions