# GSN: A Graph-Structured Network for Multi-Party Dialogues

**Authors:** Wenpeng Hu, Zhangming Chan, Bing Liu, Dongyan Zhao, Jinwen Ma, Rui Yan

arXiv: 1905.13637 · 2019-06-03

## TL;DR

This paper introduces GSN, a graph-structured neural network that effectively models multi-party dialogues by capturing parallel interactions, outperforming traditional sequence-based models.

## Contribution

It presents a novel graph-structured neural network for multi-party dialogue modeling, extending beyond sequential assumptions.

## Key findings

- GSN significantly outperforms sequence-based models
- Effective modeling of parallel interactions in multi-party dialogues
- Graph-structured encoder captures complex dialogue flows

## Abstract

Existing neural models for dialogue response generation assume that utterances are sequentially organized. However, many real-world dialogues involve multiple interlocutors (i.e., multi-party dialogues), where the assumption does not hold as utterances from different interlocutors can occur "in parallel." This paper generalizes existing sequence-based models to a Graph-Structured neural Network (GSN) for dialogue modeling. The core of GSN is a graph-based encoder that can model the information flow along the graph-structured dialogues (two-party sequential dialogues are a special case). Experimental results show that GSN significantly outperforms existing sequence-based models.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1905.13637/full.md

## Figures

6 figures with captions in the complete paper: https://tomesphere.com/paper/1905.13637/full.md

## References

28 references — full list in the complete paper: https://tomesphere.com/paper/1905.13637/full.md

---
Source: https://tomesphere.com/paper/1905.13637