# Pre-training Space RL for Enhanced LLM Reasoning _New PreRL framework optimizes LLM reasoning by directly refining the pre-training distribution P(y), enhanced by Negative Sample Reinforcement and Dual Space RL._ **Published:** 2026-04-16 **Source:** https://www.startuphub.ai/ai-news/ai-research/2026/pre-training-space-rl-for-enhanced-llm-reasoning --- The effectiveness of [Reinforcement Learning with Verifiable Rewards (RLVR)](/ai-news/artificial-intelligence/2026/llms-learn-to-play-tic-tac-toe-with-reinforcement-learning) in boosting Large Language Model (LLM) reasoning is fundamentally constrained by the base model's inherent output distribution. A significant bottleneck emerges because RLVR primarily optimizes the conditional distribution P(y|x), leaving the marginal distribution P(y) largely untouched. ## Unlocking Reasoning Potential in the Pre-train Space Addressing this limitation, the [researchers](https://arxiv.org/abs/2604.14142v1) propose optimizing the marginal distribution P(y) within the pre-train space. This approach aims to encode reasoning abilities directly during pre-training, crucially preserving broad exploration capacity. Conventional pre-training, however, relies on static corpora, leading to distribution shifts that impede targeted reasoning enhancements. To overcome this, they introduce [PreRL](https://arxiv.org/abs/2604.14142v1) (Pre-train Space RL), a method that applies reward-driven online updates directly to P(y). Theoretical and empirical validation confirms a strong gradient alignment between log P(y) and log P(y|x), establishing [PreRL](https://arxiv.org/abs/2604.14142v1) as a potent surrogate for standard RL optimization. ## Negative Sample Reinforcement: A Catalyst for Reasoning and Reflection A key discovery within [PreRL](https://arxiv.org/abs/2604.14142v1) is the effectiveness of Negative Sample Reinforcement (NSR) as a driver for reasoning. NSR rapidly prunes incorrect reasoning paths while simultaneously stimulating endogenous reflective behaviors. This mechanism led to substantial increases, with transition and reflection thoughts escalating by 14.89x and 6.54x, respectively. This highlights the power of actively shaping the pre-training distribution to foster deeper reasoning capabilities. ## Dual Space RL: Expanding Horizons Before Refinement Building on these insights, the authors propose Dual Space RL (DSRL). This strategy employs a Policy Reincarnation approach, initializing models with NSR-PreRL to significantly expand the reasoning horizon. Subsequently, the model transitions to standard RL for fine-grained optimization. Extensive experiments show that DSRL consistently outperforms strong baselines, underscoring the strategic advantage of pre-train space pruning in steering policies toward a refined, correct reasoning subspace. --- Original analysis from [startuphub.ai](https://www.startuphub.ai), the #1 AI startup directory.