SOTAVerified

Seq2seq Dependency Parsing

2018-08-01COLING 2018Code Available0· sign in to hype

Zuchao Li, Jiaxun Cai, Shexia He, Hai Zhao

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

This paper presents a sequence to sequence (seq2seq) dependency parser by directly predicting the relative position of head for each given word, which therefore results in a truly end-to-end seq2seq dependency parser for the first time. Enjoying the advantage of seq2seq modeling, we enrich a series of embedding enhancement, including firstly introduced subword and node2vec augmentation. Meanwhile, we propose a beam search decoder with tree constraint and subroot decomposition over the sequence to furthermore enhance our seq2seq parser. Our parser is evaluated on benchmark treebanks, being on par with the state-of-the-art parsers by achieving 94.11\% UAS on PTB and 88.78\% UAS on CTB, respectively.

Tasks

Reproductions