Paper Overview
- Research areas: cs.AI, cs.CL
- Authors: Yipeng Wang, Ziwei Zhang, Jiahui Zhang, Qi Gan, Kai Sheng
- Published: 2026-09-13
- arXiv: 2609.11127
Abstract
This paper introduces the complete technical solution for the KuaiRP series of role-playing models. The authors aim to achieve four core objectives for a dedicated role-playing model: simplified prompt engineering, highly stable output quality, built-in domain world knowledge, and high-efficiency deployment with a small parameter size.
However, effectively injecting deep domain knowledge often leads to severe catastrophic forgetting of the model's general agent capabilities. To overcome this trade-off, the paper proposes a multi-stage training pipeline:
1. SFT stage: A standardized character template is designed, and an SFT data pipeline is constructed based on user behavior simulation and reverse profile filtering. 2. RL stage: A rule-based composite reward function is used during Reinforcement Learning to eliminate common degradation phenomena such as length expansion and repetitive generation. 3. Self-distillation stage: To recover general capabilities compromised during SFT and RL, a novel self-distillation paradigm is proposed using Two-stage On-Policy Distillation (OPD) equipped with Cumulative-Divergence Decay (CDD). The domain-adapted model serves as the teacher and the original base model as the student, balancing deep domain knowledge injection with preservation of general agent capabilities.
Results
Experimental results demonstrate that the KuaiRP models not only match current state-of-the-art proprietary models in role-playing fidelity within the target domains, but also successfully recover general agent capabilities while maintaining extremely low deployment costs.
---
*Auto-collected on 2026-09-13*