paper-with-me

홈 › Papers

Latent Tree Learning with Differentiable Parsers: Shift-Reduce Parsing and Chart Parsing

2018-06-03 · WS 2018 7 · Jean Maillard, Stephen Clark

Latent tree learning models represent sentences by composing their words according to an induced parse tree, all based on a downstream task. These models often outperform baselines which use (externally provided) syntax trees to drive the composition order. This work contributes (a) a new latent tree learning model based on shift-reduce parsing, with competitive downstream performance and non-trivial induced trees, and (b) an analysis of the trees learned by our shift-reduce model and by a chart-based model.

📄 PDF Abstract BibTeX arXiv:1806.00840

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Faster Shift-Reduce Constituent Parsing with a Non-Binary, Bottom-Up Strategy

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

An increasingly wide range of artificial intelligence applications rely on syntactic information to process and extract meaning from natural language text or speech, with constituent trees being one of the most widely us…

BinarizationMachine TranslationSentence

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 …

Strongly Incremental Constituency Parsing with Graph Neural Networks

2020-10-27 · NeurIPS 2020 12 · Kaiyu Yang, Jia Deng

Parsing sentences into syntax trees can benefit downstream applications in NLP. Transition-based parsers build trees by executing actions in a state transition system. They are computationally efficient, and can leverage…

Constituency ParsingGraph Neural NetworkSentence

Recurrent models and lower bounds for projective syntactic decoding

2019-06-01 · NAACL 2019 6 · Natalie Schluter

The current state-of-the-art in neural graph-based parsing uses only approximate decoding at the training phase. In this paper aim to understand this result better. We show how recurrent models can carry out projective m…