paper-with-me

Papers

What If Consensus Lies? Selective-Complementary Reinforcement Learning at Test Time

2026-03-20 · Dong Yan, Jian Liang, Yanbo Wang, Shuo Lu, Ran He, Tieniu Tan arxiv

Test-Time Reinforcement Learning (TTRL) enables Large Language Models (LLMs) to enhance reasoning capabilities on unlabeled test streams by deriving pseudo-rewards from majority voting consensus. However, existing TTRL methods rely exclusively on positive pseudo-labeling strategies. Such reliance becomes vulnerable under challenging scenarios where answer distributions are highly dispersed, resulting in weak consensus that inadvertently reinforces incorrect trajectories as supervision signals. In this paper, we propose SCRL (Selective-Complementary Reinforcement Learning), a robust test-time reinforcement learning framework that effectively mitigates label noise amplification. SCRL develops Selective Positive Pseudo-Labeling, which enforces strict consensus criteria to filter unreliable majorities. Complementarily, SCRL introduces Entropy-Gated Negative Pseudo-Labeling, the first negative supervision mechanism in TTRL, to reliably prune incorrect trajectories based on generation uncertainty. Extensive experiments on multiple reasoning benchmarks demonstrate that SCRL achieves substantial improvements over baselines, while maintaining robust generalization and training stability under constrained rollout budgets. Our code is available at https://github.com/Jasper-Yan/SCRL.

📄 PDF Abstract BibTeX arXiv:2603.19880

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Reference-Induced Consensus for Selective Posed-Reference Visual Localization

2026-07-06 · Wonseok Kang, Jaehyun Kim, Jeongmin Lee, Tae-Wan Kim arxiv

We present RIC-Loc (Reference-Induced Consensus localization), a scene-training-free posed-reference localizer that is SfM-point-map-free in its main estimator: it uses known reference poses, but not precomputed SfM 3D m…

Visual Localization

Label What Matters: Modality-Balanced and Difficulty-Aware Multimodal Active Learning

2026-03-26 · Yuqiao Zeng, Xu Wang, Tengfei Liang, Yiqing Hao 외 arxiv

Multimodal learning integrates complementary information from different modalities such as image, text, and audio to improve model performance, but its success relies on large-scale labeled data, which is costly to obtai…

Active Learning

Scaling Human-AI Coding Collaboration Requires a Governable Consensus Layer

2026-04-20 · Tianfu Wang, Zhezheng Hao, Yin Wu, Wei Wu 외 arxiv

Vibe coding produces correct, executable code at speed, but leaves no record of the structural commitments, dependencies, or evidence behind it. Reviewers cannot determine what invariants were assumed, what changed, or w…

Ensemble Consensus-based Representation Deep Reinforcement Learning for Hybrid FSO/RF Communication Systems

2021-08-05 · Shagufta Henna

Hybrid FSO/RF system requires an efficient FSO and RF link switching mechanism to improve the system capacity by realizing the complementary benefits of both the links. The dynamics of network conditions, such as fog, du…

Deep Reinforcement Learningreinforcement-learningReinforcement Learning (RL)Representation Learning+1

Scaling the Scaling Logic: Agentic Meta-Synthesis of Logic Reasoning

2026-01-23 · Bowen Liu, Zhi Wu, Runquan Xie, Zhanhui Kang 외 arxiv

Reinforcement Learning from Verifiable Rewards (RLVR) is bottlenecked by data: existing synthesis pipelines rely on expert-written code or fixed templates, confining growth to instance-level perturbations. We shift the e…

Reinforcement Learning