DARL: Encouraging Diverse Answers for General Reasoning without Verifiers
Chongxuan Huang, Lei Lin, Xiaodong Shi, Wenping Hu, Ruiming Tang
TL;DR
DARL addresses the overfitting to reference answers in verifier-based and verifier-free RL for general reasoning. It introduces a diversity-aware reward that allows outputs to deviate within a bounded range from the reference while maintaining alignment, implemented via a dynamic thresholding scheme. The approach is verifier-free, compatible with existing RL methods, and demonstrates consistent gains across diverse reasoning and general-domain benchmarks, especially for tasks with multiple valid reasoning paths. The results highlight improved output diversity, higher policy entropy, and robust generalization without domain-specific verifiers, enabling more flexible, open-ended reasoning capabilities.
Abstract
Reinforcement Learning with Verifiable Rewards (RLVR) has demonstrated promising gains in enhancing the reasoning capabilities of large language models. However, its dependence on domain-specific verifiers significantly restricts its applicability to open and general domains. Recent efforts such as RLPR have extended RLVR to general domains, enabling training on broader datasets and achieving improvements over RLVR. However, a notable limitation of these methods is their tendency to overfit to reference answers, which constrains the model's ability to generate diverse outputs. This limitation is particularly pronounced in open-ended tasks such as writing, where multiple plausible answers exist. To address this, we propose DARL, a simple yet effective reinforcement learning framework that encourages the generation of diverse answers within a controlled deviation range from the reference while preserving alignment with it. Our framework is fully compatible with existing general reinforcement learning methods and can be seamlessly integrated without additional verifiers. Extensive experiments on thirteen benchmarks demonstrate consistent improvements in reasoning performance. Notably, DARL surpasses RLPR, achieving average gains of 1.3 points on six reasoning benchmarks and 9.5 points on seven general benchmarks, highlighting its effectiveness in improving both reasoning accuracy and output diversity.
