Beyond Majority Voting: Towards Fine-grained and More Reliable Reward Signal for Test-Time Reinforcement Learning
Weiqin Wang, Yile Wang, Kehao Chen, Hui Huang
TL;DR
This work tackles the limitations of test-time reinforcement learning that relies on majority voting by introducing SCOPE, a framework that uses average step confidence and subgroup-specific consensus to produce denser, more reliable reward signals. By partitioning candidate outputs into subgroups and using Pareto optimization to balance quality and exploration, SCOPE provides nuanced credit assignment and diverse supervision targets. Empirical results across multiple models and benchmarks show consistent improvements over strong baselines, including notable gains on AIME and AMC datasets, with ablations confirming the necessity of both step-wise confidence and subgroup partitioning. The approach advances unsupervised RL for LLM reasoning and offers practical improvements for fine-grained, reliable test-time learning.
Abstract
Test-time reinforcement learning mitigates the reliance on annotated data by using majority voting results as pseudo-labels, emerging as a complementary direction to reinforcement learning with verifiable rewards (RLVR) for improving reasoning ability of large language models (LLMs). However, this voting strategy often induces confirmation bias and suffers from sparse rewards, limiting the overall performance. In this work, we propose subgroup-specific step-wise confidence-weighted pseudo-label estimation (SCOPE), a framework integrating model confidence and dynamic subgroup partitioning to address these issues. Specifically, SCOPE integrates the proposed step-wise confidence into pseudo label deduction, prioritizing high-quality reasoning paths over simple frequency count. Furthermore, it dynamically partitions the candidate outputs pool into independent subgroups by balancing reasoning quality against exploration diversity. By deriving local consensus via repeat sampling for each sub group, SCOPE provides diverse supervision targets to encourage broader exploration. We conduct experiments across various models and benchmarks, experimental results show that SCOPE consistently outperforms recent baselines. Notably, SCOPE achieving relative improvements of 13.1\% on challenging AIME 2025 and 8.1\% on AMC. The code is released at \href{https://github.com/szu-tera/SCOPE}{https://github.com/szu-tera/SCOPE}.
