Locked at the Entrance, Open Inside: Where RLVR Narrows the Solution Space

Qiancheng Zhou, Ruizhe Li

arXiv:2608.29188 · 2026-09-06 공개 · arXiv · PDF

reinforcement-learning rlvr math-benchmarks staged-training entropy-collapse parameter-interpolation solution-space-contraction countdown-task

Abstract

Reinforcement learning with verifiable rewards (RLVR) substantially improves single-sample accuracy (pass@1) but causes the policy's solution space to contract, diminishing the returns of test-time scaling. In this work, we investigate where inside a reasoning trajectory this breadth is lost: does the policy fail to access a valid solution family, or does it fail to execute computation once initiated? To disentangle access from execution, we analyze the Countdown task, whose solution space can be exhaustively enumerated into discrete entrance families defined by the first operand and operator, across PPO on Qwen2.5-3B and GRPO on Qwen2.5-3B-Instruct. Across both training setups, solution coverage falls by up to 67%, halving even on problems solved across all checkpoints. We show that this contraction is heavily concentrated at the entrance: per-token likelihood shifts are 11x--16x larger prior to the first arithmetic operation than during downstream reasoning. Supplying only an unselected entrance prefix restores completion rates in low-access families by over an order of magnitude (0.018 -> 0.212 under PPO), demonstrating that alternative solutions remain executable but are no longer initiated. Guided by this localization, we find that while surface prompting fails to recover diversity, entrance-targeted interventions succeed: late-layer parameter interpolation with early checkpoints increases solution coverage by 37% at no loss in pass@1. Finally, we show that early-step entropy collapse recurs across six math benchmarks with 7B and 14B models, but is not an inevitable byproduct of reasoning optimization: an SFT baseline preserves more than double the coverage, and staged SFT--DPO--RLVR pipelines retain early-step entropy. In summary, reasoning breadth is lost at the door, not inside the room. Code: https://github.com/ershiyidian/early-branch-locking.

한국어 요약

한 줄 요약

RLVR로 인한 추론 다양성 감소는 계산 시작 단계에서 발생하며, 이는 정확도 향상과 상충하는 문제다.

핵심 기여도

핵심 아이디어

RLVR는 단일 샘플 정확도(pass@1)를 향상시키지만, 추론 다양성을 감소시킨다. 이 연구는 이 다양성 감소가 **계산 시작**(entrance) 단계에서 발생하는지, 아니면 계산 중간**(execution)** 단계에서 발생하는지를 구분하기 위해 **Countdown task**를 사용한다. 이 태스크는 **entrance families**로 분류할 수 있으며, 이는 첫 번째 피연산자와 연산자에 의해 정의된다. 연구는 RLVR가 **entrance 단계에서 확률 분포가 급격히 수축**(likelihood shift 11×–16× 증가)함을 밝힘으로써, 추론 다양성 감소의 근본 원인이 **초기 선택**에 있음을 입증한다. 이는 단순히 계산 능력이 저하된 것이 아니라, **다양한 계산 경로를 시작하지 못하는 문제**임을 의미한다.

기술적 접근법

주요 결과

의의 및 한계

이 연구는 RLVR로 인한 추론 다양성 감소가 **계산 시작 단계에서 발생**함을 명확히 밝힘으로써, 추론 정확도 향상과 다양성 유지 간의 균형 문제를 새로운 관점에서 접근할 수 있도록 한다. 특히, **entrance 단계의 확률 수축**이 주요 원인임을 밝힘으로써, 추론 다양성을 회복하기 위한 **초기 선택에 집중된 개입**이 효과적임을 입증한다. 그러나 이 연구는 **Countdown task**에 기반한 분석이므로, 다른 유형의 추론 문제에 일반화 가능성을 추가 연구가 필요하다. 또한, **모델 크기**(7B, 14B)에 따른 entrance narrowing 현상은 확인되었으나, **더 큰 모델**(예: 100B 이상)에서의 동작은 명시되지 않음.

실용적 활용

이 연구는 **수학 문제 해결**이나 **복잡한 추론 시스템**에서 RLVR로 인한 추론 다양성 감소를 방지하기 위해 **초기 선택 단계에 대한 개입**이 필요함을 보여준다. 예를 들어, **parameter interpolation**이나 **structured entrance sampling**은 추론 정확도를 유지하면서도 다양한 경로를 유지할 수 있는 방법으로, **교육 AI**, **자동화된 수학 문제 풀이 시스템**, **복합 추론 엔진** 등에 적용 가능하다.