TL;DR
Continuous latent reasoning models like Coconut struggle with generating diverse outputs due to deterministic rollouts, which hinder performance. To overcome this, a new method called Dropout-GRPO introduces structured dropout to create variability in trajectories.
✦ Why It Matters
Engineers can leverage Dropout-GRPO to enhance the performance of continuous latent reasoning models in practical applications.
Key Takeaways
How It Works
Dropout-GRPO introduces a single Bernoulli mask that remains constant across all steps of a rollout. This mask generates variability in the trajectories produced by the model, allowing GRPO to function effectively despite the deterministic nature of continuous latent reasoning models.
By treating each rollout as a sample from a variational distribution, the method optimizes the expected reward, leading to improved performance.
Related