English

Rewarding the Rare: Uniqueness-Aware RL for Creative Problem Solving in LLMs

Machine Learning 2026-01-16 v2 Computation and Language

Abstract

Reinforcement learning (RL) has become a central paradigm for post-training large language models (LLMs), particularly for complex reasoning tasks, yet it often suffers from exploration collapse: policies prematurely concentrate on a small set of dominant reasoning patterns, improving pass@1 while limiting rollout-level diversity and gains in pass@k. We argue that this failure stems from regularizing local token behavior rather than diversity over sets of solutions. To address this, we propose Uniqueness-Aware Reinforcement Learning, a rollout-level objective that explicitly rewards correct solutions that exhibit rare high-level strategies. Our method uses an LLM-based judge to cluster rollouts for the same problem according to their high-level solution strategies, ignoring superficial variations, and reweights policy advantages inversely with cluster size. As a result, correct but novel strategies receive higher rewards than redundant ones. Across mathematics, physics, and medical reasoning benchmarks, our approach consistently improves pass@kk across large sampling budgets and increases the area under the pass@kk curve (AUC@KK) without sacrificing pass@1, while sustaining exploration and uncovering more diverse solution strategies at scale.

Keywords

Cite

@article{arxiv.2601.08763,
  title  = {Rewarding the Rare: Uniqueness-Aware RL for Creative Problem Solving in LLMs},
  author = {Zhiyuan Hu and Yucheng Wang and Yufei He and Jiaying Wu and Yilun Zhao and See-Kiong Ng and Cynthia Breazeal and Anh Tuan Luu and Hae Won Park and Bryan Hooi},
  journal= {arXiv preprint arXiv:2601.08763},
  year   = {2026}
}

Comments

Work in Progress

R2 v1 2026-07-01T09:03:07.998Z