SLPO: Scaling Latent Reasoning via a Surrogate Policy

· Source: cs.CL updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning · Depth: Expert, medium

Summary

Surrogate Latent Policy Optimization (SLPO), introduced on 2026-07-20 by researchers from The Hong Kong Polytechnic University and Sichuan University, addresses the computational cost of explicit Chain-of-Thought (CoT) reasoning and the imitation-bound nature of latent reasoners. Explicit CoT decodes every intermediate step as a language token, limiting scalability, while latent reasoning uses continuous vectors but lacks tractable per-step likelihoods and adaptive stopping interfaces for outcome-reward reinforcement learning (RL). SLPO overcomes these bottlenecks by defining an empirical surrogate policy density for trajectory-level credit assignment and equipping latent reasoners with a correctness-supervised stopping head. This head is refined by outcome-reward optimization into a variable-horizon policy, enabling adaptive computation. Empirically, SLPO improves Pass@k under parallel sampling and allocates longer latent computation to harder instances, demonstrated on models like Llama3.2-1B and Llama3.2-3B.

Key takeaway

For AI Scientists and Machine Learning Engineers developing advanced reasoning models, SLPO offers a critical path to move beyond imitation learning in latent reasoning. You should consider integrating SLPO's surrogate policy density and adaptive stopping head to enable outcome-reward optimization, allowing your models to dynamically allocate computational resources and achieve superior Pass@k performance on complex tasks. This approach can significantly enhance the scalability and efficiency of your latent reasoning systems.

Key insights

SLPO enables outcome-reward reinforcement learning for autoregressive latent reasoners by addressing key limitations.

Principles

Method

SLPO defines an empirical surrogate policy density in hidden space for credit assignment and uses a correctness-supervised stopping head, refined by outcome-reward optimization, for variable-horizon adaptive computation.

In practice

Topics

Best for: Research Scientist, AI Scientist, Machine Learning Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CL updates on arXiv.org.