Both Matter: Enhancing the Emotional Intelligence of Large Language Models without Compromising the General Intelligence
Weixiang Zhao, Zhuojun Li, Shilong Wang, Yang Wang, Yulin Hu, Yanyan Zhao, Chen Wei, Bing Qin
TL;DR
This work tackles the challenge of enhancing emotional intelligence in large language models without sacrificing general intelligence. It introduces EiBench, a comprehensive EI task suite spanning emotion perception cognition and expression, and MoEI, a modular, parameter-efficient framework that expands EI capacity via MoLoRA blocks and uses a router to balance EI and GI processing. Empirical results across Flan-T5 and LLaMA-2-Chat backbones show MoEI improves EI across tasks while preserving core GI capabilities and even aiding OOD robustness. Ablation studies and cross-task evaluations validate the contribution of modular expansion, intra-modulation, and inter-modulation to the observed gains. The work offers a practical path to deploy EI-enhanced LLMs in real-world assistants with maintained reasoning, knowledge, and reading comprehension, supported by open benchmarks and rigorous analyses.
Abstract
Emotional Intelligence (EI), consisting of emotion perception, emotion cognition and emotion expression, plays the critical roles in improving user interaction experience for the current large language model (LLM) based conversational general AI assistants. Previous works mainly focus on raising the emotion perception ability of them via naive fine-tuning on EI-related classification or regression tasks. However, this leads to the incomplete enhancement of EI and catastrophic forgetting of the general intelligence (GI). To this end, we first introduce \textsc{EiBench}, a large-scale collection of EI-related tasks in the text-to-text formation with task instructions that covers all three aspects of EI, which lays a solid foundation for the comprehensive EI enhancement of LLMs. Then a novel \underline{\textbf{Mo}}dular \underline{\textbf{E}}motional \underline{\textbf{I}}ntelligence enhancement method (\textbf{MoEI}), consisting of Modular Parameter Expansion and intra-inter modulation, is proposed to comprehensively enhance the EI of LLMs without compromise their GI. Extensive experiments on two representative LLM-based assistants, Flan-T5 and LLaMA-2-Chat, demonstrate the effectiveness of MoEI to improving EI while maintain GI.
