Think out Loud: Emotion Deducing Explanation in Dialogues

Jiangnan Li,Zheng Lin,Lanrui Wang,Qingyi Si,Yanan Cao,Mo Yu,Peng Fu,Weiping Wang,Jie Zhou
2024-06-07
Abstract:Humans convey emotions through daily dialogues, making emotion understanding a crucial step of affective intelligence. To understand emotions in dialogues, machines are asked to recognize the emotion for an utterance (Emotion Recognition in Dialogues, ERD); based on the emotion, then find causal utterances for the emotion (Emotion Cause Extraction in Dialogues, ECED). The setting of the two tasks requires first ERD and then ECED, ignoring the mutual complement between emotion and cause. To fix this, some new tasks are proposed to extract them simultaneously. Although the current research on these tasks has excellent achievements, simply identifying emotion-related factors by classification modeling lacks realizing the specific thinking process of causes stimulating the emotion in an explainable way. This thinking process especially reflected in the reasoning ability of Large Language Models (LLMs) is under-explored. To this end, we propose a new task "Emotion Deducing Explanation in Dialogues" (EDEN). EDEN recognizes emotion and causes in an explicitly thinking way. That is, models need to generate an explanation text, which first summarizes the causes; analyzes the inner activities of the speakers triggered by the causes using common sense; then guesses the emotion accordingly. To support the study of EDEN, based on the existing resources in ECED, we construct two EDEN datasets by human effort. We further evaluate different models on EDEN and find that LLMs are more competent than conventional PLMs. Besides, EDEN can help LLMs achieve better recognition of emotions and causes, which explores a new research direction of explainable emotion understanding in dialogues.
Computation and Language
What problem does this paper attempt to address?
### The Problem the Paper Attempts to Solve The paper aims to address the challenges of emotion understanding and explanation in dialogues. Specifically, existing research mainly focuses on two tasks: **Emotion Recognition in Dialogues (ERD)** and **Emotion Cause Extraction in Dialogues (ECED)**. These two tasks are usually performed sequentially, first recognizing the emotion and then identifying the cause of the emotion. However, this pipeline setup overlooks the complementary relationship between emotions and their causes. To overcome this issue, the paper proposes a new task called **"Emotion Deducing Explanation in Dialogues (EDEN)"**. The goal of EDEN is to generate explanatory text while simultaneously identifying emotions and their causes, and to present the reasoning process in an interpretable manner. Specifically, the model needs to: 1. **Summarize emotion triggers**: Extract the causes of emotions from the dialogue context. 2. **Analyze the speaker's inner activities**: Use common sense to analyze how these triggers affect the speaker's psychological state. 3. **Infer emotions**: Deduce specific emotions based on the inner activities. In this way, EDEN not only identifies emotions and their causes but also provides a clear thought process, making the model's reasoning more transparent and interpretable. Additionally, the paper constructs two EDEN datasets and evaluates the performance of different models on the EDEN task, finding that large language models (LLMs) have an advantage over traditional pre-trained models (PLMs). The EDEN task not only enhances the ability of LLMs in emotion and cause recognition but also explores a new direction for interpretable emotion understanding research.