Beyond Mode Elicitation: Diversity-Preserving Reinforcement Learning via Latent Diffusion Reasoner
Haoqiang Kang, Yizhe Zhang, Nikki Lijing Kuang, Yi-An Ma, Lianhui Qin
TL;DR
The paper tackles diversity collapse in reinforcement learning for large language model reasoning by shifting exploration from discrete token spaces to continuous latent spaces. It introduces LaDi-RL, which combines Latent Diffusion Reasoning (LaDiR) with Group Relative Policy Optimization (GRPO) to explore semantic-level reasoning trajectories via a diffusion process, while decoupling latent exploration from final text generation with a complementary text policy. A repulsion-based diversity guidance and multi-step denoising preserve multiple solution modes, yielding substantial improvements in pass@1 and pass@k on code generation and math reasoning benchmarks, including absolute gains of +$9.4 ext{ extendash}5.7$ percentage points. The approach also enhances efficiency through latent compression, reducing inference time by about 33% and enabling more scalable reasoning in practical settings. Overall, diffusion-based latent RL provides a principled alternative to token-level RL for robust, diverse, and accurate LLM reasoning.
Abstract
Recent reinforcement learning (RL) methods improve LLM reasoning by optimizing discrete Chain-of-Thought (CoT) generation; however, exploration in token space often suffers from diversity collapse as policy entropy decreases due to mode elicitation behavior in discrete RL. To mitigate this issue, we propose Latent Diffusion Reasoning with Reinforcement Learning (LaDi-RL), a framework that conducts exploration directly in a continuous latent space, where latent variables encode semantic-level reasoning trajectories. By modeling exploration via guided diffusion, multi-step denoising distributes stochasticity and preserves multiple coexisting solution modes without mutual suppression. Furthermore, by decoupling latent-space exploration from text-space generation, we show that latent diffusion-based optimization is more effective than text-space policy optimization alone, while a complementary text policy provides additional gains when combined with latent exploration. Experiments on code generation and mathematical reasoning benchmarks demonstrate consistent improvements in both pass@1 and pass@k over discrete RL baselines, with absolute pass@1 gains of +9.4% on code generation and +5.7% on mathematical reasoning, highlighting diffusion-based latent RL as a principled alternative to discrete token-level RL for reasoning.
