paper-with-me

Papers

Latent Chain-of-Thought as Planning: Decoupling Reasoning from Verbalization

2026-01-29 · Jiecong Wang, Hao Peng, Chunyang Liu arxiv

Chain-of-Thought (CoT) empowers Large Language Models (LLMs) to tackle complex problems, but remains constrained by the computational cost and reasoning path collapse when grounded in discrete token spaces. Recent latent reasoning approaches attempt to optimize efficiency by performing reasoning within continuous hidden states. However, these methods typically operate as opaque end-to-end mappings from explicit reasoning steps to latent states, and often require a pre-defined number of latent steps during inference. In this work, we introduce PLaT (Planning with Latent Thoughts), a framework that reformulates latent reasoning as planning by fundamentally decouple reasoning from verbalization. We model reasoning as a deterministic trajectory of latent planning states, while a separate Decoder grounds these thoughts into text when necessary. This decoupling allows the model to dynamically determine when to terminate reasoning rather than relying on fixed hyperparameters. Empirical results on mathematical benchmarks reveal a distinct trade-off: while PLaT achieves lower greedy accuracy than baselines, it demonstrates superior scalability in terms of reasoning diversity. This indicates that PLaT learns a robust, broader solution space, offering a transparent and scalable foundation for inference-time search. Our code can be found in https://github.com/yunsaijc/PLaT.

📄 PDF Abstract BibTeX arXiv:2601.21358

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Thoughts-as-Planning: Latent World Models for Chain-of-Thoughts Optimization via Reinforcement Planning

2026-04-27 · Dong Liu, Yanxuan Yu, Ying Nian Wu arxiv

The success of large language models (LLMs) across diverse NLP tasks has elevated the importance of reasoning chain optimization as a critical step in aligning model behavior with task objectives. Existing reasoning chai…

Reinforcement Learning

Ulterior Motives: Detecting Misaligned Reasoning in Continuous Thought Models

2026-04-25 · Sharan Ramjee arxiv

Chain-of-Thought (CoT) reasoning has emerged as a key technique for eliciting complex reasoning in Large Language Models (LLMs). Although interpretable, its dependence on natural language limits the model's expressive ba…

Reasoning Beyond Language: A Comprehensive Survey on Latent Chain-of-Thought Reasoning

2025-05-22 · Xinghao Chen, Anhao Zhao, Heming Xia, Xuan Lu 외

Large Language Models (LLMs) have achieved impressive performance on complex reasoning tasks with Chain-of-Thought (CoT) prompting. However, conventional CoT relies on reasoning steps explicitly verbalized in natural lan…

Training Large Language Models to Reason in a Continuous Latent Space

2024-12-09 · Shibo Hao, Sainbayar Sukhbaatar, DiJia Su, Xian Li 외

Large language models (LLMs) are restricted to reason in the "language space", where they typically express the reasoning process with a chain-of-thought (CoT) to solve a complex reasoning problem. However, we argue that…

Logical Reasoning

Inference-Time Rethinking with Latent Thought Vectors for Math Reasoning

2026-02-06 · Deqian Kong, Minglu Zhao, Aoyang Qin, Bo Pang 외 arxiv

Standard chain-of-thought reasoning generates a solution in a single forward pass, committing irrevocably to each token and lacking a mechanism to recover from early errors. We introduce Inference-Time Rethinking, a gene…

Mathematical Reasoning