paper-with-me

홈 › Papers

Better, Faster, Stronger Sequence Tagging Constituent Parsers

2019-02-28 · NAACL 2019 6 · David Vilares, Mostafa Abdou, Anders Søgaard

Sequence tagging models for constituent parsing are faster, but less accurate than other types of parsers. In this work, we address the following weaknesses of such constituent parsers: (a) high error rates around closing brackets of long constituents, (b) large label sets, leading to sparsity, and (c) error propagation arising from greedy decoding. To effectively close brackets, we train a model that learns to switch between tagging schemes. To reduce sparsity, we decompose the label set and use multi-task learning to jointly learn to predict sublabels. Finally, we mitigate issues from greedy decoding through auxiliary losses and sentence-level fine-tuning with policy gradient. Combining these techniques, we clearly surpass the performance of sequence tagging constituent parsers on the English and Chinese Penn Treebanks, and reduce their parsing time even further. On the SPMRL datasets, we observe even greater improvements across the board, including a new state of the art on Basque, Hebrew, Polish and Swedish.

📄 PDF Abstract BibTeX arXiv:1902.10985

Code (2)

aghie/tree2labels 공식 구현 tf
polifack/codelin

Tasks

Multi-Task LearningSentence

Similar Papers 제목 키워드 기반

Jet Constituents for Deep Neural Network Based Top Quark Tagging

2017-04-07 · Jannicke Pearkes, Wojciech Fedorko, Alison Lister, Colin Gay

Recent literature on deep neural networks for tagging of highly energetic jets resulting from top quark decays has focused on image based techniques or multivariate approaches using high-level jet substructure variables.…

General Classification

Parsing as Pretraining

2020-02-05 · David Vilares, Michalina Strzyz, Anders Søgaard, Carlos Gómez-Rodríguez

Recent analyses suggest that encoders pretrained for language modeling capture certain morpho-syntactic structure. However, probing frameworks for word vectors still do not report results on standard setups such as const…

Dependency ParsingLanguage ModelingLanguage Modelling

Discontinuous Constituent Parsing with Pointer Networks

2020-02-05 · Daniel Fernández-González, Carlos Gómez-Rodríguez

One of the most complex syntactic representations used in computational linguistics and NLP are discontinuous constituent trees, crucial for representing all grammatical phenomena of languages such as German. Recent adva…

Dependency ParsingPart-Of-Speech TaggingSentence

Enriched In-Order Linearization for Faster Sequence-to-Sequence Constituent Parsing

2020-05-27 · Daniel Fernández-González, Carlos Gómez-Rodríguez

Sequence-to-sequence constituent parsing requires a linearization to represent trees as sequences. Top-down tree linearizations, which can be based on brackets or shift-reduce actions, have achieved the best accuracy to …

Enriched In-Order Linearization for Faster Sequence-to-Sequence Constituent Parsing

2020-07-01 · ACL 2020 6 · Daniel Fern{\'a}ndez-Gonz{\'a}lez, Carlos G{\'o}mez-Rodr{\'\i}guez

Sequence-to-sequence constituent parsing requires a linearization to represent trees as sequences. Top-down tree linearizations, which can be based on brackets or shift-reduce actions, have achieved the best accuracy to …