Top-down Discourse Parsing via Sequence Labelling
We introduce a top-down approach to discourse parsing that is conceptually simpler than its predecessors (Kobayashi et al., 2020; Zhang et al., 2020). By framing the task as a sequence labelling problem where the goal is to iteratively segment a document into individual discourse units, we are able to eliminate the decoder and reduce the search space for splitting points. We explore both traditional recurrent models and modern pre-trained transformer models for the task, and additionally introduce a novel dynamic oracle for top-down parsing. Based on the Full metric, our proposed LSTM model sets a new state-of-the-art for RST parsing.
Code (1)
Tasks
DecoderDiscourse ParsingMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Easy-First Bottom-Up Discourse Parsing via Sequence Labelling
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 ParsingBottom Up Parsing via Sequence Labeling
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 directio…
Discourse ParsingRST Parsing from Scratch
We introduce a novel top-down end-to-end formulation of document-level discourse parsing in the Rhetorical Structure Theory (RST) framework. In this formulation, we consider discourse parsing as a sequence of splitting d…
Discourse ParsingDiscourse SegmentationEnd-to-End RST ParsingSegmentationImprove Discourse Dependency Parsing with Contextualized Representations
Recent works show that discourse analysis benefits from modeling intra- and inter-sentential levels separately, where proper representations for text units of different granularities are desired to capture both the meani…
ArticlesDependency ParsingA Top-Down Neural Architecture towards Text-Level Parsing of Discourse Rhetorical Structure
Due to its great importance in deep natural language understanding and various down-stream applications, text-level parsing of discourse rhetorical structure (DRS) has been drawing more and more attention in recent years…
DecoderDiscourse ParsingDRS ParsingNatural Language Understanding