paper-with-me

Papers

A Structure Self-Aware Model for Discourse Parsing on Multi-Party Dialogues

2021-08-01 · Proceedings of the Thirtieth International Joint Conference on Artificial Intelligence 2021 8 · An-Hui Wang, Linfeng Song, Hui Jiang, Shaopeng Lai, Junfeng Yao, Min Zhang, Jinsong Su

Conversational discourse structures aim to describe how a dialogue is organised, thus they are helpful for dialogue understanding and response generation. This paper focuses on predicting discourse dependency structures for multi-party dialogues. Previous work adopts incremental methods that take the features from the already predicted discourse relations to help generate the next one. Although the inter-correlations among predictions are considered, we find that the error propagation is also very serious and hurts the overall performance. To alleviate error propagation, we propose a Structure Self-Aware (SSA) model, which adopts a novel edge-centric Graph Neural Network (GNN) to update the information between each Elementary Discourse Unit (EDU) pair layer by layer, so that expressive representations can be learned without historical predictions. In addition, we take auxiliary training signals (e.g. structure distillation) for better representation learning. Our model achieves the new state-of-the-art performances on two conversational discourse parsing benchmarks, largely outperforming the previous methods.

📄 PDF Abstract BibTeX

Code (1)

DeepLearnXMU/Structure-Self-Aware 공식 구현 pytorch

Tasks

Dialogue UnderstandingDiscourse ParsingGraph Neural NetworkRepresentation LearningResponse Generation

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

RST-style Discourse Parsing Guided by Document-level Content Structures

2023-09-08 · Ming Li, Ruihong Huang

Rhetorical Structure Theory based Discourse Parsing (RST-DP) explores how clauses, sentences, and large text spans compose a whole discourse and presents the rhetorical structure as a hierarchical tree. Existing RST pars…

Discourse ParsingSentence

Coreference for Discourse Parsing: A Neural Approach

2020-11-01 · EMNLP (CODI) 2020 11 · Grigorii Guz, Giuseppe Carenini

We present preliminary results on investigating the benefits of coreference resolution features for neural RST discourse parsing by considering different levels of coupling of the discourse parser with the coreference re…

coreference-resolutionCoreference ResolutionDiscourse Parsing

Research on Discourse Parsing: from the Dependency View

2020-12-01 · AACL (iwdp) 2020 12 · Sujian Li

Discourse parsing aims to comprehensively acquire the logical structure of the whole text which may be helpful to some downstream applications such as summarization, reading comprehension, QA and so on. One important iss…

Discourse ParsingReading Comprehension

Joint Syntacto-Discourse Parsing and the Syntacto-Discourse Treebank

2017-08-28 · EMNLP 2017 9 · Kai Zhao, Liang Huang

Discourse parsing has long been treated as a stand-alone problem independent from constituency or dependency parsing. Most attempts at this problem are pipelined rather than end-to-end, sophisticated, and not self-contai…

Dependency ParsingDiscourse Parsing

Multi-tasking Dialogue Comprehension with Discourse Parsing

2021-10-07 · PACLIC 2021 11 · Yuchen He, Zhuosheng Zhang, Hai Zhao

Multi-party dialogue machine reading comprehension (MRC) raises an even more challenging understanding goal on dialogue with more than two involved speakers, compared with the traditional plain passage style MRC. To accu…

Discourse ParsingMachine Reading ComprehensionQuestion AnsweringReading Comprehension