paper-with-me

Papers

A Deep Sequential Model for Discourse Parsing on Multi-Party Dialogues

2018-12-01 · Zhouxing Shi, Minlie Huang

Discourse structures are beneficial for various NLP tasks such as dialogue understanding, question answering, sentiment analysis, and so on. This paper presents a deep sequential model for parsing discourse dependency structures of multi-party dialogues. The proposed model aims to construct a discourse dependency tree by predicting dependency relations and constructing the discourse structure jointly and alternately. It makes a sequential scan of the Elementary Discourse Units (EDUs) in a dialogue. For each EDU, the model decides to which previous EDU the current one should link and what the corresponding relation type is. The predicted link and relation type are then used to build the discourse structure incrementally with a structured encoder. During link prediction and relation classification, the model utilizes not only local information that represents the concerned EDUs, but also global information that encodes the EDU sequence and the discourse structure that is already built at the current step. Experiments show that the proposed model outperforms all the state-of-the-art baselines.

📄 PDF Abstract BibTeX arXiv:1812.00176

Code (1)

shizhouxing/DialogueDiscourseParsing 공식 구현 tf

Tasks

Discourse ParsingLink PredictionRelation

Similar Papers 제목 키워드 기반

An Annotation Scheme of A Large-scale Multi-party Dialogues Dataset for Discourse Parsing and Machine Comprehension

2019-11-08 · Jiaqi Li, Ming Liu, Bing Qin, Zihao Zheng 외

In this paper, we propose the scheme for annotating large-scale multi-party chat dialogues for discourse parsing and machine comprehension. The main goal of this project is to help understand multi-party dialogues. Our d…

Discourse ParsingMachine Reading ComprehensionReading Comprehension

Discourse parsing for multi-party chat dialogues

2015-09-01 · EMNLP 2015 9 · Stergos Afantenos, Eric Kow, Nicholas Asher, J{\'e}r{\'e}my Perret
Dependency ParsingDiscourse Parsing

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 외

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 …

Dialogue UnderstandingDiscourse ParsingGraph Neural NetworkRepresentation Learning+1

Speaker-Aware Discourse Parsing on Multi-Party Dialogues

2022-10-01 · COLING 2022 10 · Nan Yu, Guohong Fu, Min Zhang

Discourse parsing on multi-party dialogues is an important but difficult task in dialogue systems and conversational analysis. It is believed that speaker interactions are helpful for this task. However, most previous re…

Discourse 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