paper-with-me

Papers

GTS: Inference-Time Scaling of Latent Reasoning with a Learnable Gaussian Thought Sampler

2026-02-15 · Minghan Wang, Ye Bai, Thuy-Trang Vu, Ehsan Shareghi, Gholamreza Haffari arxiv

Inference-time scaling (ITS) in latent reasoning models typically relies on heuristic perturbations, such as dropout or fixed Gaussian noise, to generate diverse candidate trajectories. However, we show that stronger perturbations do not necessarily yield better sampling quality: they often induce larger distribution shifts without producing more useful reasoning paths or better final decisions. A key limitation is that these perturbations inject stochasticity without defining an explicit conditional sampling distribution, making latent exploration difficult to control or optimize. To address this, we propose the Gaussian Thought Sampler (GTS), a lightweight module that reformulates latent exploration as sampling from a learned conditional distribution over continuous reasoning states. GTS predicts context-dependent perturbation distributions and is trained with GRPO-style policy optimization while keeping the backbone frozen, turning heuristic perturbation into an explicit probabilistic sampling policy. Experiments across multiple benchmarks and two latent reasoning architectures show that GTS yields more reliable inference-time scaling than heuristic baselines, suggesting that effective latent ITS requires better-controlled and optimizable sampling rather than simply amplifying stochasticity.

📄 PDF Abstract BibTeX arXiv:2602.14077

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

LTA-thinker: Latent Thought-Augmented Training Framework for Large Language Models on Complex Reasoning

2025-09-16 · Jiaqi Wang, Binquan Ji, Haibo Luo, Yiyang Qi 외 arxiv

Complex Reasoning in Large Language Models can be dynamically optimized using Test-Time Scaling (TTS) to mitigate Overthinking. Methods such as Coconut, SoftCoT and its variant are effective in continuous latent space in…

Contrastive Learning

Encode, Think, Decode: Scaling test-time reasoning with recursive latent thoughts

2025-10-08 · Yeskendir Koishekenov, Aldo Lipani, Nicola Cancedda arxiv

Most efforts to improve the reasoning capabilities of large language models (LLMs) involve either scaling the number of parameters and the size of training data, or scaling inference computation by letting models generat…

SoftCoT++: Test-Time Scaling with Soft Chain-of-Thought Reasoning

2025-05-16 · Yige Xu, Xu Guo, Zhiwei Zeng, Chunyan Miao

Test-Time Scaling (TTS) refers to approaches that improve reasoning performance by allocating extra computation during inference, without altering the model's parameters. While existing TTS methods operate in a discrete …

Contrastive Learning

LatentEvolve: Self-Evolving Test-Time Scaling in Latent Space

2025-09-29 · Guibin Zhang, Fanci Meng, Guancheng Wan, Zherui Li 외 arxiv

Test-time Scaling (TTS) has been demonstrated to significantly enhance the reasoning capabilities of Large Language Models (LLMs) during the inference phase without altering model parameters. However, existing TTS method…

Tracing the Traces: Latent Temporal Signals for Efficient and Accurate Reasoning

2025-10-12 · Martina G. Vilas, Safoora Yousefi, Besmira Nushi, Eric Horvitz 외 arxiv

Reasoning models improve their problem-solving ability through inference-time scaling, allocating more compute via longer token budgets. Identifying which reasoning traces are likely to succeed remains a key opportunity:…

Answer Selection