paper-with-me

Papers

Parallel Test-Time Scaling for Latent Reasoning Models

2025-10-09 · Runyang You, Yongqi Li, Meng Liu, Wenjie Wang, Liqiang Nie, Wenjie Li arxiv

Parallel test-time scaling (TTS) is a pivotal approach for enhancing large language models (LLMs), typically by sampling multiple token-based chains-of-thought in parallel and aggregating outcomes through voting or search. Recent advances in latent reasoning, where intermediate reasoning unfolds in continuous vector spaces, offer a more efficient alternative to explicit Chain-of-Thought, yet whether such latent models can similarly benefit from parallel TTS remains open, mainly due to the absence of sampling mechanisms in continuous space, and the lack of probabilistic signals for advanced trajectory aggregation. This work enables parallel TTS for latent reasoning models by addressing the above issues. For sampling, we introduce two uncertainty-inspired stochastic strategies: Monte Carlo Dropout and Additive Gaussian Noise. For aggregation, we design a Latent Reward Model (LatentRM) trained with step-wise contrastive objective to score and guide latent reasoning. Extensive experiments and visualization analyses show that both sampling strategies scale effectively with compute and exhibit distinct exploration dynamics, while LatentRM enables effective trajectory selection. Together, our explorations open a new direction for scalable inference in continuous spaces. Code and checkpoints released at https://github.com/ModalityDance/LatentTTS

📄 PDF Abstract BibTeX arXiv:2510.07745

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

ParaThinker: Native Parallel Thinking as a New Paradigm to Scale LLM Test-time Compute

2025-08-30 · Hao Wen, Yifan Su, Feifei Zhang, Yunxin Liu 외 arxiv

Recent advances in Large Language Models (LLMs) have been driven by test-time compute scaling - a strategy that improves reasoning by generating longer, sequential thought processes. While effective, this approach encoun…

SLPO: Scaling Latent Reasoning via a Surrogate Policy

2026-07-22 · Runyang You, Zhiyuan Liu, Yongqi Li, Wenjie Li arxiv

Reinforcement learning with verifiable rewards has become the predominant recipe for eliciting test-time scaling in explicit Chain-of-Thought reasoners. Yet this scaling path remains computationally costly, since every i…

Reinforcement Learning

The Sequential Edge: Inverse-Entropy Voting Beats Parallel Self-Consistency at Matched Compute

2025-11-04 · Aman Sharma, Paras Chopra arxiv

We revisit test-time scaling for language model reasoning and ask a fundamental question: at equal token budget and compute, is it better to run multiple independent chains in parallel, or to run fewer chains that iterat…

Seek in the Dark: Reasoning via Test-Time Instance-Level Policy Gradient in Latent Space

2025-05-19 · Hengli Li, Chenxi Li, Tong Wu, Xuekai Zhu 외

Reasoning ability, a core component of human intelligence, continues to pose a significant challenge for Large Language Models (LLMs) in the pursuit of AGI. Although model performance has improved under the training scal…

GSM8KMath

Extending Test-Time Scaling: A 3D Perspective with Context, Batch, and Turn

2025-11-18 · Chao Yu, Qixin Tan, Jiaxuan Gao, Shi Yu 외 arxiv

Reasoning reinforcement learning (RL) has recently revealed a new scaling effect: test-time scaling. Thinking models such as R1 and o1 improve their reasoning accuracy at test time as the length of the reasoning context …

Reinforcement Learning