Rational Sensibility: LLM Enhanced Empathetic Response Generation Guided by Self-presentation Theory

Linzhuang Sun,Yao Dong,Nan Xu,Jingxuan Wei,Bihui Yu,Yin Luo
2024-08-23
Abstract:The development of Large Language Models (LLMs) provides human-centered Artificial General Intelligence (AGI) with a glimmer of hope. Empathy serves as a key emotional attribute of humanity, playing an irreplaceable role in human-centered AGI. Despite numerous researches aim to improve the cognitive empathy of models by incorporating external knowledge, there has been limited attention on the sensibility and rationality of the conversation itself, which are vital components of the empathy. However, the rationality information within the conversation is restricted, and previous methods of extending knowledge are subject to semantic conflict and single-role view. In this paper, we design an innovative encoder module inspired by self-presentation theory in sociology, which specifically processes sensibility and rationality sentences in dialogues. And we employ a LLM as a rational brain to decipher profound logical information preserved within the conversation, which assists our model in assessing the balance between sensibility and rationality to produce high-quality empathetic response. Experimental results demonstrate that our model outperforms other methods in both automatic and human evaluations.
Artificial Intelligence
What problem does this paper attempt to address?
The paper attempts to address the issue of how to balance the emotional (affective) and rational (logical) components in a conversation when generating empathetic responses, in order to enhance the model's cognitive empathy. Specifically, although many studies enhance the model's cognitive empathy by introducing external knowledge, these methods often overlook the intrinsic emotional and rational expressions within the conversation itself, resulting in responses that lack depth and coherence. Additionally, existing methods face issues of semantic conflict and single-role perspective when extending commonsense reasoning capabilities. To address these issues, the authors propose an innovative approach based on self-presentation theory and large language models (LLM), designing a new encoder module that specifically handles emotional and rational sentences in conversations, and utilizing LLM as a "rational brain" to parse the deep logical information embedded in the conversation. This approach aims to evaluate the balance between emotional and rational components, thereby generating high-quality empathetic responses. The main contributions include: 1. **Based on self-presentation theory**: Focuses on the emotional and rational expressions within the conversation itself, enhancing cognitive empathy. 2. **CoNECT (Chain of Emotional Perception)**: Introduces multi-role perspective emotional reasoning into the task of generating empathetic responses. 3. **Lamb model**: Combines weighted context and external knowledge to understand the speaker's emotional state and generate appropriate empathetic responses. 4. **Experimental results**: Experiments show that the Lamb model outperforms existing methods in both automatic and human evaluations.