paper-with-me

홈 › Papers

Bottom Up Parsing via Sequence Labeling

2021-11-16 · ACL ARR November 2021 11 · Anonymous

We translate the sequence labeling framework, first introduced for top-down discourse parsing by Koto et al. (2021), to bottom-up discourse parsing. We introduce a novel parser that is not constrained by parsing direction (left-to-right or otherwise), and is conditioned on previous parsing decisions. We describe the unique training requirements of a (directionally) unconstrained parser and explore two different training procedures. Additionally, we introduce a novel dynamic oracle for unconstrained bottom-up parsing. Our proposed parser achieves state-of-the-art performance amongst bottom-up RST parsers.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Discourse Parsing

Similar Papers 제목 키워드 기반

Easy-First Bottom-Up Discourse Parsing via Sequence Labelling

2022-10-01 · COLING (CODI, CRAC) 2022 10 · Andrew Shen, Fajri Koto, Jey Han Lau, Timothy Baldwin

We propose a novel unconstrained bottom-up approach for rhetorical discourse parsing based on sequence labelling of adjacent pairs of discourse units (DUs), based on the framework of Koto et al. (2021). We describe the u…

Discourse Parsing

A Unifying Theory of Transition-based and Sequence Labeling Parsing

2020-11-01 · COLING 2020 8 · Carlos Gómez-Rodríguez, Michalina Strzyz, David Vilares

We define a mapping from transition-based parsing algorithms that read sentences from left to right to sequence labeling encodings of syntactic trees. This not only establishes a theoretical relation between transition-b…

Dependency Parsing

Sequence Labeling Parsing by Learning Across Representations

2019-07-02 · ACL 2019 7 · Michalina Strzyz, David Vilares, Carlos Gómez-Rodríguez

We use parsing as sequence labeling as a common framework to learn across constituency and dependency syntactic abstractions. To do so, we cast the problem as multitask learning (MTL). First, we show that adding a parsin…

Constituency ParsingDependency Parsing

Discontinuous Constituent Parsing as Sequence Labeling

2020-10-01 · EMNLP 2020 11 · David Vilares, Carlos Gómez-Rodríguez

This paper reduces discontinuous parsing to sequence labeling. It first shows that existing reductions for constituent parsing as labeling do not support discontinuities. Second, it fills this gap and proposes to encode …

Viable Dependency Parsing as Sequence Labeling

2019-02-27 · NAACL 2019 6 · Michalina Strzyz, David Vilares, Carlos Gómez-Rodríguez

We recast dependency parsing as a sequence labeling problem, exploring several encodings of dependency trees as labels. While dependency parsing by means of sequence labeling had been attempted in existing work, results …

Dependency Parsing