CLOct 26, 2022

Discourse-Aware Emotion Cause Extraction in Conversations

arXiv:2210.14419v13 citationsh-index: 21
Originality Incremental advance
AI Analysis

This work addresses emotion cause extraction in conversations, which is an incremental improvement for natural language processing applications like sentiment analysis and dialogue systems.

The paper tackles the problem of Emotion Cause Extraction in Conversations (ECEC) by proposing a discourse-aware model that integrates discourse structures and conversational features, achieving state-of-the-art performance on a benchmark corpus.

Emotion Cause Extraction in Conversations (ECEC) aims to extract the utterances which contain the emotional cause in conversations. Most prior research focuses on modelling conversational contexts with sequential encoding, ignoring the informative interactions between utterances and conversational-specific features for ECEC. In this paper, we investigate the importance of discourse structures in handling utterance interactions and conversationspecific features for ECEC. To this end, we propose a discourse-aware model (DAM) for this task. Concretely, we jointly model ECEC with discourse parsing using a multi-task learning (MTL) framework and explicitly encode discourse structures via gated graph neural network (gated GNN), integrating rich utterance interaction information to our model. In addition, we use gated GNN to further enhance our ECEC model with conversation-specific features. Results on the benchmark corpus show that DAM outperform the state-of-theart (SOTA) systems in the literature. This suggests that the discourse structure may contain a potential link between emotional utterances and their corresponding cause expressions. It also verifies the effectiveness of conversationalspecific features. The codes of this paper will be available on GitHub.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes