paper-with-me

홈 › Papers

Top-down Discourse Parsing via Sequence Labelling

2021-02-03 · EACL 2021 2 · Fajri Koto, Jey Han Lau, Timothy Baldwin

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.

📄 PDF Abstract BibTeX arXiv:2102.02080

Code (1)

fajri91/NeuralRST-TopDown 공식 구현 pytorch

Tasks

DecoderDiscourse Parsing

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 제목 키워드 기반

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

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 directio…

Discourse Parsing

RST Parsing from Scratch

2021-05-23 · NAACL 2021 4 · Thanh-Tung Nguyen, Xuan-Phi Nguyen, Shafiq Joty, XiaoLi Li

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 ParsingSegmentation

Improve Discourse Dependency Parsing with Contextualized Representations

2022-05-04 · Findings (NAACL) 2022 7 · Yifei Zhou, Yansong Feng

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 Parsing

A Top-Down Neural Architecture towards Text-Level Parsing of Discourse Rhetorical Structure

2020-05-06 · ACL 2020 6 · Longyin Zhang, Yuqing Xing, Fang Kong, Peifeng Li 외

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