A Deep Sequential Model for Discourse Parsing on Multi-Party Dialogues
About
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.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Discourse Parsing | STAC Corpus | Link F173.2 | 7 | |
| Conversational Discourse Parsing | STAC (test) | Arc Score73.2 | 7 | |
| Discourse Parsing | Molweni (test) | -- | 7 | |
| Conversational Discourse Parsing | SPDPR (test) | Arc Score83 | 6 | |
| Dialogue Discourse Parsing | STAC in-domain (test) | UAS73.2 | 6 | |
| Dialogue Discourse Parsing | Molweni in-domain (test) | UAS76.1 | 6 | |
| Dialogue Discourse Parsing | STAC to Molweni cross-domain (test) | UAS53.5 | 6 | |
| Dialogue Discourse Parsing | Molweni to STAC cross-domain (test) | UAS42.7 | 6 |