MOA: Multi-Objective Alignment for Role-Playing Agents
Chonghua Liao, Ke Wang, Yuchuan Wu, Fei Huang, Yongbin Li
TL;DR
The paper tackles the challenge of training role-playing agents to satisfy multiple, often conflicting rubrics such as instruction following, persona consistency, and knowledge. It introduces MOA, a multi-objective reinforcement learning framework that dynamically selects a pivot dimension, eliminates conflicting rollout samples, and employs thought-augmented rollout with off-policy guidance to balance diverse objectives. Through extensive experiments on PersonaGym and RoleMRC, MOA with an 8B model matches or surpasses strong baselines like GPT-4o and Claude on key metrics, including a 21% average improvement on RoleMRC. These results demonstrate MOA's robustness across model sizes and its potential as a scalable approach to building general RPAs capable of multi-turn reasoning and persona-driven dialogue.
Abstract
Role-playing agents (RPAs) must simultaneously master many conflicting skills -- following multi-turn instructions, exhibiting domain knowledge, and adopting a consistent linguistic style. Existing work either relies on supervised fine-tuning (SFT) that over-fits surface cues and yields low diversity, or applies reinforcement learning (RL) that fails to learn multiple dimensions for comprehensive RPA optimization. We present MOA (Multi-Objective Alignment), a reinforcement-learning framework that enables multi-dimensional, fine-grained rubric optimization for general RPAs. MOA introduces a novel multi-objective optimization strategy that trains simultaneously on multiple fine-grained rubrics to boost optimization performance. Besides, to address the issues of model output diversity and quality, we have also employed thought-augmented rollout with off-policy guidance. Extensive experiments on challenging benchmarks such as PersonaGym and RoleMRC show that MOA enables an 8B model to match or even outperform strong baselines such as GPT-4o and Claude across numerous dimensions. This demonstrates the great potential of MOA in building RPAs that can simultaneously meet the demands of role knowledge, persona style, diverse scenarios, and complex multi-turn conversations.
