paper-with-me

홈 › Papers

Shift-Reduce Constituent Parsing with Neural Lookahead Features

2016-12-02 · TACL 2017 1 · Jiangming Liu, Yue Zhang

Transition-based models can be fast and accurate for constituent parsing. Compared with chart-based models, they leverage richer features by extracting history information from a parser stack, which spans over non-local constituents. On the other hand, during incremental parsing, constituent information on the right hand side of the current word is not utilized, which is a relative weakness of shift-reduce parsing. To address this limitation, we leverage a fast neural model to extract lookahead features. In particular, we build a bidirectional LSTM model, which leverages the full sentence information to predict the hierarchy of constituents that each word starts and ends. The results are then passed to a strong transition-based constituent parser as lookahead features. The resulting parser gives 1.3% absolute improvement in WSJ and 2.3% in CTB compared to the baseline, given the highest reported accuracies for fully-supervised parsing.

📄 PDF Abstract BibTeX arXiv:1612.00567

Code (1)

SUTDNLP/LookAheadConparser 공식 구현

Tasks

Sentence

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

In-Order Transition-based Constituent Parsing

2017-07-17 · TACL 2017 1 · Jiangming Liu, Yue Zhang

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…

Reranking

In-Order Chart-Based Constituent Parsing

2021-02-08 · Yang Wei, Yuanbin Wu, Man Lan

We propose a novel in-order chart-based model for constituent parsing. Compared with previous CKY-style and top-down models, our model gains advantages from in-order traversal of a tree (rich features, lookahead informat…

Dynamic Oracles for Top-Down and In-Order Shift-Reduce Constituent Parsing

2018-10-25 · Daniel Fernández-González, Carlos Gómez-Rodríguez

We introduce novel dynamic oracles for training two of the most accurate known shift-reduce algorithms for constituent parsing: the top-down and in-order transition-based parsers. In both cases, the dynamic oracles manag…

Dynamic Oracles for Top-Down and In-Order Shift-Reduce Constituent Parsing

2018-10-01 · EMNLP 2018 10 · Daniel Fern{\'a}ndez-Gonz{\'a}lez, Carlos G{\'o}mez-Rodr{\'\i}guez

We introduce novel dynamic oracles for training two of the most accurate known shift-reduce algorithms for constituent parsing: the top-down and in-order transition-based parsers. In both cases, the dynamic oracles manag…

Incremental Discontinuous Phrase Structure Parsing with the GAP Transition

2017-04-01 · EACL 2017 4 · Maximin Coavoux, Beno{\^\i}t Crabb{\'e}

This article introduces a novel transition system for discontinuous lexicalized constituent parsing called SR-GAP. It is an extension of the shift-reduce algorithm with an additional gap transition. Evaluation on two Ger…