Diversity-Enhanced Reasoning for Subjective Questions
Yumeng Wang, Zhiyuan Fan, Jiayu Liu, Jen-tse Huang, Yi R. Fung
TL;DR
This work tackles the challenge that reinforcement-learning with verifiable rewards (RLVR) degrades generation diversity, hindering subjective reasoning tasks with multiple valid outcomes. It introduces MultiRole-R1, a two-stage framework that (i) synthesizes multi-role reasoning paths to inject perspective diversity and (ii) applies diversity-enhanced reinforcement learning via Generalized Reward Policy Optimization with a diversity shaping reward, promoting broader CoT exploration. Empirically, MultiRole-R1 achieves substantial gains on in-domain subjective tasks (≈14.1% accuracy) and out-of-domain tasks (≈7.64%), with transfer to advanced math reasoning (AIME 2024) and a strong per-task diversity-accuracy correlation (r ≈ 0.74). The results demonstrate that perspective diversity is a primary performance driver and that token-level diversity aids test-time scaling, suggesting that diversity-focused CoT can outperform longer reasoning chains. Overall, the framework enables robust, generalizable subjective reasoning and highlights diversity as a more reliable accuracy proxy than reasoning length.
Abstract
Large Reasoning Models (LRMs) with long chain-of-thought capabilities, optimized via reinforcement learning with verifiable rewards (RLVR), excel at objective reasoning tasks like mathematical problem solving and code generation. However, RLVR is known for degrading generation diversity, which causes LRMs to fall short on subjective reasoning that has multiple answers depending on different role perspectives. While recent studies recognize the importance of diversity-enhanced training in objective reasoning, limited attention has been given to subjective tasks. In this paper, we find that subjective reasoning can be improved by introducing perspective diversity and token-level diversity, with the former one providing a coherent scaffolding anchored to a real-world stakeholder group and the latter one broadening the answer search space. We propose MultiRole-R1, a diversity-enhanced training framework featuring an unsupervised data construction pipeline that synthesizes reasoning chains incorporating various role perspectives. It also employs reinforcement learning via Group Relative Policy Optimization with reward shaping, taking diversity as a reward signal in addition to verifiable reward. Training on subjective tasks solely, MultiRole-R1 increases the in-domain and out-of-domain accuracy by 14.1% and 7.64%, and even enhances the performance on advanced math reasoning such as AIME 2024. We further show that diversity is a more consistent indicator of accuracy than reasoning length.
