In-Order Transition-based Constituent Parsing

07/17/2017
by   Jiangming Liu, et al.
0

Both bottom-up and top-down strategies have been used for neural transition-based constituent parsing. The parsing strategies differ in terms of the order in which they recognize productions in the derivation tree, where bottom-up strategies and top-down strategies take post-order and pre-order traversal over trees, respectively. Bottom-up parsers benefit from rich features from readily built partial parses, but lack lookahead guidance in the parsing process; top-down parsers benefit from non-local guidance for local decisions, but rely on a strong encoder over the input to predict a constituent hierarchy before its construction.To mitigate both issues, we propose a novel parsing system based on in-order traversal over syntactic trees, designing a set of transition actions to find a compromise between bottom-up constituent information and top-down lookahead information. Based on stack-LSTM, our psycholinguistically motivated constituent parsing system achieves 91.8 F1 on WSJ benchmark. Furthermore, the system achieves 93.6 F1 with supervised reranking and 94.2 F1 with semi-supervised reranking, which are the best results on the WSJ benchmark.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
12/02/2016

Shift-Reduce Constituent Parsing with Neural Lookahead Features

Transition-based models can be fast and accurate for constituent parsing...
research
08/14/2018

Two Local Models for Neural Constituent Parsing

Non-local features have been exploited by syntactic parsers for capturin...
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/27/2020

Strongly Incremental Constituency Parsing with Graph Neural Networks

Parsing sentences into syntax trees can benefit downstream applications ...
research
02/08/2021

In-Order Chart-Based Constituent Parsing

We propose a novel in-order chart-based model for constituent parsing. C...
research
09/24/2019

Neural Generative Rhetorical Structure Parsing

Rhetorical structure trees have been shown to be useful for several docu...
research
05/04/2020

From SPMRL to NMRL: What Did We Learn (and Unlearn) in a Decade of Parsing Morphologically-Rich Languages (MRLs)?

It has been exactly a decade since the first establishment of SPMRL, a r...

Please sign up or login with your details

Forgot password? Click here to reset