paper-with-me

홈 › Papers

Beyond the Sampled Token: Preserving Candidate Support in RLVR

2025-10-16 · Ruotian Peng, Yi Ren, Zhouliang Yu, Weiyang Liu, Yandong Wen arxiv

We revisit exploration collapse in reinforcement learning with verifiable rewards (RLVR), from the perspective of the \emph{candidate distribution} for next-token prediction. We formally show that as probability concentrates on the top-$1$ candidate, the expected number of distinct responses collapses to one regardless of the sampling budget $K$. This theoretical implication is further verified by our empirical tracking of top-$N$ candidate probabilities during training, where the top-$1$ candidate progressively dominates while plausible alternatives are suppressed. These findings suggest a key desideratum for effective exploration: \emph{preserving non-negligible probability mass on the top-$N$ candidates}. To this end, we propose Candidate-aware Support Preservation (CaSP), with two complementary designs. Specifically, CaSP redistributes positive gradients among top-$N$ candidates for correct responses, and applies a stronger penalty to the top-$1$ candidate for incorrect responses. Unlike many exploration-oriented methods that improve pass@$K$ at the cost of pass@1, CaSP improves pass@$K$ across the full $K$ spectrum. These gains generalize to 6 math, 2 logical-reasoning, and 2 coding benchmarks, and scales to 32B-parameter models and sampling budgets up to $K=1024$, positioning it as a principled, candidate-level approach for RLVR exploration.

📄 PDF Abstract BibTeX arXiv:2510.14807

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Efficient and Trainable Language Model Test-Time Scaling via Local Branch Routing

2026-06-24 · Yutong Yin, Mingyu Jin, Jin Pan, Changyi Yang 외 arxiv

Test-time scaling improves language-model reasoning, but existing approaches often face a difficult trade-off: long chain-of-thought sampling remains single-threaded, while sentence- or solution-level search can be compu…

Reinforcement LearningMathematical Reasoning

1% of Tokens Can Be Enough: On Gradient Estimation in On-Policy Distillation

2026-09-21 · Huanxin Sheng, Zhiling Ye, Haonan Wang, Jian Wang 외 hf

Sparse on-policy distillation (OPD) allocates teacher supervision to a small subset of tokens in student-generated trajectories. However, useful teacher guidance can yield a noisy update when its gradient is estimated fr…

ReWEIGH the Evidence: Calibrating Token-Level Ordinal Visual Evidence to Mitigate Hallucinations in Large Vision-Language Models

2026-08-19 · Jihae Jeong, Junha Choi, Hwanjo Yu arxiv

Large vision-language models (LVLMs) often hallucinate, generating content that the input image does not support. Preventing such content during decoding calls for a candidate-specific measure of how strongly the image s…

Joint Discrete-Continuous Flow Matching for Open-Vocabulary Inverse Design of Multilayer Optical Coatings

2026-07-09 · Zhiyi Li, Yuheng Jin, Yidan Huang, Nan Chen 외 arxiv

Amortized neural inverse design typically remains closed-world: component choices are fixed vocabulary tokens, coordinate grids are frozen at training time, and continuous variables are discretized into sequence tokens. …

SemStamp: A Semantic Watermark with Paraphrastic Robustness for Text Generation

2023-10-06 · Abe Bohan Hou, Jingyu Zhang, Tianxing He, Yichen Wang 외

Existing watermarking algorithms are vulnerable to paraphrase attacks because of their token-level design. To address this issue, we propose SemStamp, a robust sentence-level semantic watermarking algorithm based on loca…

SentenceText Generation