DecoupledESC: Enhancing Emotional Support Generation via Strategy-Response Decoupled Preference Optimization
Chao Zhang, Xin Shi, Xueqiao Zhang, Yifan Zhu, Yi Yang, Yawei Luo
TL;DR
This work tackles persistent psychological errors and bias in Emotional Support Conversation models trained with supervised fine-tuning. It introduces Inferential Preference Mining (IPM) to create high-quality, disentangled preference data (IPM-PrefDial) and a Decoupled ESC framework that splits the task into Strategy Planning and Response Generation, optimized separately via Direct Preference Optimization. Empirical results show that the decoupled approach reduces preference bias and improves empathy, professionalism, fluency, and helpfulness, with human evaluations supporting the gains. The approach leverages the Extended Process Model of Emotion Regulation to justify the two-stage design and demonstrates practical improvements over joint optimization baselines. This decoupled methodology has potential to enhance scalable ESC systems and can be extended to larger models and multimodal settings.
Abstract
Recent advances in Emotional Support Conversation (ESC) have improved emotional support generation by fine-tuning Large Language Models (LLMs) via Supervised Fine-Tuning (SFT). However, common psychological errors still persist. While Direct Preference Optimization (DPO) shows promise in reducing such errors through pairwise preference learning, its effectiveness in ESC tasks is limited by two key challenges: (1) Entangled data structure: Existing ESC data inherently entangles psychological strategies and response content, making it difficult to construct high-quality preference pairs; and (2) Optimization ambiguity: Applying vanilla DPO to such entangled pairwise data leads to ambiguous training objectives. To address these issues, we introduce Inferential Preference Mining (IPM) to construct high-quality preference data, forming the IPM-PrefDial dataset. Building upon this data, we propose a Decoupled ESC framework inspired by Gross's Extended Process Model of Emotion Regulation, which decomposes the ESC task into two sequential subtasks: strategy planning and empathic response generation. Each was trained via SFT and subsequently enhanced by DPO to align with the psychological preference. Extensive experiments demonstrate that our Decoupled ESC framework outperforms joint optimization baselines, reducing preference bias and improving response quality.
