LGAICLApr 23

Understanding and Mitigating Spurious Signal Amplification in Test-Time Reinforcement Learning for Math Reasoning

arXiv:2604.2132794.81 citationsh-index: 2Has Code
Predicted impact top 4% in LG · last 90 daysOriginality Incremental advance
AI Analysis

For practitioners using LLMs for math reasoning, this work addresses the critical issue of reward noise in test-time adaptation, offering a practical solution to improve robustness and performance.

Test-time reinforcement learning (TTRL) for math reasoning suffers from spurious signal amplification due to label noise, particularly from medium-consistency responses. The proposed DDRL framework mitigates this via frequency-based sampling, debiased advantage estimation, and consensus-based refinement, consistently outperforming existing TTRL baselines across multiple models and benchmarks.

Test-time reinforcement learning (TTRL) always adapts models at inference time via pseudo-labeling, leaving it vulnerable to spurious optimization signals from label noise. Through an empirical study, we observe that responses with medium consistency form an ambiguity region and constitute the primary source of reward noise. Crucially, we find that such spurious signals can be even amplified through group-relative advantage estimation. Motivated by these findings, we propose a unified framework, Debiased and Denoised test-time Reinforcement Learning (DDRL), to mitigate spurious signals. Concretely, DDRL first applies a frequency-based sampling strategy to exclude ambiguous samples while maintaining a balanced set of positive and negative examples. It then adopts a debiased advantage estimation with fixed advantages, removing the bias introduced by group-relative policy optimization. Finally, DDRL incorporates a consensus-based off-policy refinement stage, which leverages the rejection-sampled dataset to enable efficient and stable model updates. Experiments on three large language models across multiple mathematical reasoning benchmarks demonstrate that DDRL consistently outperforms existing TTRL baselines. The code will soon be released at https://github.com/yuyongcan/DDRL.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes