PERM: Psychology-grounded Empathetic Reward Modeling for Large Language Models
Chengbing Wang, Wuqiang Zheng, Yang Zhang, Fengbin Zhu, Junyi Cheng, Yi Xie, Wenjie Wang, Fuli Feng
TL;DR
This work identifies a fundamental limitation in existing RL-based empathy for LLMs: reward modeling often covers only a single perspective. It introduces Psychology-grounded Empathetic Reward Modeling (PERM), a bidirectional, multi-perspective framework grounded in the Empathy Cycle that jointly evaluates the supporter and seeker, plus a bystander to ensure interaction quality. Rewards from resilience, expression, reception, and bystander quality are combined to train LLMs via Group Relative Policy Optimization, leading to consistent improvements (>10%) on emotional intelligence benchmarks and strong user preferences (≈70%). The approach generalizes across backbone models, scales to real-world daily conversations, and is supported by extensive ablations and user studies; code and data are released for reproducibility.
Abstract
Large Language Models (LLMs) are increasingly deployed in human-centric applications, yet they often fail to provide substantive emotional support. While Reinforcement Learning (RL) has been utilized to enhance empathy of LLMs, existing reward models typically evaluate empathy from a single perspective, overlooking the inherently bidirectional interaction nature of empathy between the supporter and seeker as defined by Empathy Cycle theory. To address this limitation, we propose Psychology-grounded Empathetic Reward Modeling (PERM). PERM operationalizes empathy evaluation through a bidirectional decomposition: 1) Supporter perspective, assessing internal resonation and communicative expression; 2) Seeker perspective, evaluating emotional reception. Additionally, it incorporates a bystander perspective to monitor overall interaction quality. Extensive experiments on a widely-used emotional intelligence benchmark and an industrial daily conversation dataset demonstrate that PERM outperforms state-of-the-art baselines by over 10\%. Furthermore, a blinded user study reveals a 70\% preference for our approach, highlighting its efficacy in generating more empathetic responses. Our code, dataset, and models are available at https://github.com/ZhengWwwq/PERM.
