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

Abstract

Conversational discourse structures aim to describe how a dialogue is organized, 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 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.

Cite

Text

Wang et al. "A Structure Self-Aware Model for Discourse Parsing on Multi-Party Dialogues." International Joint Conference on Artificial Intelligence, 2021. doi:10.24963/IJCAI.2021/543

Markdown

[Wang et al. "A Structure Self-Aware Model for Discourse Parsing on Multi-Party Dialogues." International Joint Conference on Artificial Intelligence, 2021.](https://mlanthology.org/ijcai/2021/wang2021ijcai-structure/) doi:10.24963/IJCAI.2021/543

BibTeX

@inproceedings{wang2021ijcai-structure,
  title     = {{A Structure Self-Aware Model for Discourse Parsing on Multi-Party Dialogues}},
  author    = {Wang, Ante and Song, Linfeng and Jiang, Hui and Lai, Shaopeng and Yao, Junfeng and Zhang, Min and Su, Jinsong},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2021},
  pages     = {3943-3949},
  doi       = {10.24963/IJCAI.2021/543},
  url       = {https://mlanthology.org/ijcai/2021/wang2021ijcai-structure/}
}