Constituent Parsing as Sequence Labeling

10/21/2018
by   Carlos Gómez-Rodríguez, et al.
0

We introduce a method to reduce constituent parsing to sequence labeling. For each word w_t, it generates a label that encodes: (1) the number of ancestors in the tree that the words w_t and w_t+1 have in common, and (2) the nonterminal symbol at the lowest common ancestor. We first prove that the proposed encoding function is injective for any tree without unary branches. In practice, the approach is made extensible to all constituency trees by collapsing unary branches. We then use the PTB and CTB treebanks as testbeds and propose a set of fast baselines. We achieve 90 set, outperforming the Vinyals et al. (2015) sequence-to-sequence parser. In addition, sacrificing some accuracy, our approach achieves the fastest constituent parsing speeds reported to date on PTB by a wide margin.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
05/27/2020

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

Sequence-to-sequence constituent parsing requires a linearization to rep...
research
11/01/2020

A Unifying Theory of Transition-based and Sequence Labeling Parsing

We define a mapping from transition-based parsing algorithms that read s...
research
10/01/2020

Discontinuous Constituent Parsing as Sequence Labeling

This paper reduces discontinuous parsing to sequence labeling. It first ...
research
09/09/2021

Semantic Parsing in Task-Oriented Dialog with Recursive Insertion-based Encoder

We introduce a Recursive INsertion-based Encoder (RINE), a novel approac...
research
02/05/2020

Discontinuous Constituent Parsing with Pointer Networks

One of the most complex syntactic representations used in computational ...
research
11/01/2020

Bracketing Encodings for 2-Planar Dependency Parsing

We present a bracketing-based encoding that can be used to represent any...
research
08/09/2020

Fast and Accurate Neural CRF Constituency Parsing

Estimating probability distribution is one of the core issues in the NLP...

Please sign up or login with your details

Forgot password? Click here to reset