paper-with-me

홈 › Papers

Latent-Space Contrastive Reinforcement Learning for Stable and Efficient LLM Reasoning

2026-01-24 · Lianlei Shan, Han Chen, Yixuan Wang, Zhenjie Liu, Wei Li arxiv

While Large Language Models (LLMs) demonstrate exceptional performance in surface-level text generation, their nature in handling complex multi-step reasoning tasks often remains one of `statistical fitting'' rather than systematic logical deduction. Traditional Reinforcement Learning (RL) attempts to mitigate this by introducing a `think-before-speak'' paradigm. However, applying RL directly in high-dimensional, discrete token spaces faces three inherent challenges: sample-inefficient rollouts, high gradient estimation variance, and the risk of catastrophic forgetting. To fundamentally address these structural bottlenecks, we propose \textbf{DeepLatent Reasoning (DLR)}, a latent-space bidirectional contrastive reinforcement learning framework. This framework shifts the trial-and-error cost from expensive token-level full sequence generation to the continuous latent manifold. Specifically, we introduce a lightweight assistant model to efficiently sample $K$ reasoning chain encodings within the latent space. These encodings are filtered via a dual reward mechanism based on correctness and formatting; only high-value latent trajectories are fed into a \textbf{frozen main model} for single-pass decoding. To maximize reasoning diversity while maintaining coherence, we design a contrastive learning objective to enable directed exploration within the latent space. Since the main model parameters remain frozen during optimization, this method mathematically eliminates catastrophic forgetting. Experiments demonstrate that under comparable GPU computational budgets, DLR achieves more stable training convergence, supports longer-horizon reasoning chains, and facilitates the sustainable accumulation of reasoning capabilities, providing a viable path toward reliable and scalable reinforcement learning for LLMs.

📄 PDF Abstract BibTeX arXiv:2601.17275

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningContrastive LearningText Generation

Similar Papers 제목 키워드 기반

Invariant Reasoning Directions in Latent Trajectories of Language Models

2026-06-28 · Arun Vignesh Malarkkan, Manan Roy Choudhury, Utkarsh Byahut, Yash Ravindra Charde 외 arxiv

Latent reasoning models perform multi-step inference directly in hidden-state space, yet the structure of these latent reasoning trajectories remains poorly understood. We show that contrastive refinement signals between…

CoLVR: Enhancing Exploratory Latent Visual Reasoning via Contrastive Optimization

2026-05-09 · Ziyang Ding, Linjian Meng, Yiming Wu, Yuhan Li 외 arxiv

Due to the potential for exploratory reasoning of Latent Visual Reasoning, recent works tend to enable MLLMs (Multimodal Large Language Models) to perform visual reasoning by propagating continuous hidden states instead …

Reinforcement LearningVisual Reasoning

Contrastive Reasoning Alignment: Reinforcement Learning from Hidden Representations

2026-03-18 · Haozheng Luo, Yimin Wang, Jiahao Yu, Binghui Wang 외 arxiv

We propose CRAFT, a red-teaming alignment framework that leverages model reasoning capabilities and hidden representations to improve robustness against jailbreak attacks. Unlike prior defenses that operate primarily at …

Representation LearningReinforcement Learning

SpiralThinker: Latent Reasoning through an Iterative Process with Text-Latent Interleaving

2025-11-12 · Shengmin Piao, Sanghyun Park arxiv

Recent advances in large reasoning models have been driven by reinforcement learning and test-time scaling, accompanied by growing interest in latent rather than purely textual reasoning. However, existing latent reasoni…

Reinforcement Learning

Latent-GRPO: Group Relative Policy Optimization for Latent Reasoning

2026-04-30 · Jingcheng Deng, Zihao Wei, Liang Pang, Junhong Wu 외 arxiv

Latent reasoning offers a more efficient alternative to explicit reasoning by compressing intermediate reasoning into continuous representations and substantially shortening reasoning chains. However, existing latent rea…

Reinforcement Learning