paper-with-me

홈 › Papers

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 information and high efficiency) and makes a better use of structural knowledge by encoding the history of decisions. Experiments on the Penn Treebank show that our model outperforms previous chart-based models and achieves competitive performance compared with other discriminative single models.

📄 PDF Abstract BibTeX arXiv:2102.04065

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Generalized chart constraints for efficient PCFG and TAG parsing

2018-06-27 · ACL 2018 7 · Stefan Grünewald, Sophie Henning, Alexander Koller

Chart constraints, which specify at which string positions a constituent may begin or end, have been shown to speed up chart parsers for PCFGs. We generalize chart constraints to more expressive grammar formalisms and de…

TAG

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 …

Sentence

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

Span-based discontinuous constituency parsing: a family of exact chart-based algorithms with time complexities from O(n\^6) down to O(n\^3)

2020-11-01 · EMNLP 2020 11 · Caio Corro

We introduce a novel chart-based algorithm for span-based parsing of discontinuous constituency trees of block degree two, including ill-nested structures. In particular, we show that we can build variants of our parser …

Constituency ParsingWord Embeddings

Span-based discontinuous constituency parsing: a family of exact chart-based algorithms with time complexities from O(n^6) down to O(n^3)

2020-03-30 · Caio Corro

We introduce a novel chart-based algorithm for span-based parsing of discontinuous constituency trees of block degree two, including ill-nested structures. In particular, we show that we can build variants of our parser …

Constituency ParsingWord Embeddings