paper-with-me

Papers

Thoughtbubbles: an Unsupervised Method for Parallel Thinking in Latent Space

2025-09-30 · Houjun Liu, Shikhar Murty, Christopher D. Manning, Róbert Csordás arxiv

Current approaches for scaling inference-time compute in transformers train them to emit explicit chain-of-thought tokens before producing an answer. While these methods are powerful, they are limited because they cannot be applied during pretraining and rely solely on serially-generated, natural-language verbalization. In this work, we propose Thoughtbubbles, a transformer variant that natively performs parallel adaptive computation in latent space by learning to fork or delete residual streams. Thus, tokens requiring more computation can form a "bubble" of cloned residuals in the middle of the network. Crucially, this behavior is learned during pretraining with only language modeling loss. Using half of the training budget, Thoughtbubbles outperforms the perplexity and zero-shot evals of both standard decoder LMs and those using non-adaptive parallel computation approaches. These results hold across model sizes from 150M to 1.9B. Thoughtbubbles achieves competitive GSM8K results using half of the baseline's token budget. The implicit nature of our method enables models to begin learning adaptive computation at pretraining time, paving the way to unified train-time and test-time scaling behaviors.

📄 PDF Abstract BibTeX arXiv:2510.00219

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

DeepLatent: Think with Images via Parallel Latent Visual Reasoning

2026-05-30 · Dongchen Lu, Zhimo Li, Mao Shu, Huo Cao arxiv

The emerging paradigm of "thinking with images" embeds visual states into intermediate reasoning steps, defining a new frontier for Vision-Language Models. Existing approaches diverge along two lines. Tool-assisted metho…

Reinforcement LearningKnowledge DistillationVisual Reasoning

Bilingual-GAN: A Step Towards Parallel Text Generation

2019-04-09 · WS 2019 6 · Ahmad Rashid, Alan Do-Omri, Md. Akmal Haidar, Qun Liu 외

Latent space based GAN methods and attention based sequence to sequence models have achieved impressive results in text generation and unsupervised machine translation respectively. Leveraging the two domains, we propose…

DecoderDenoisingMachine TranslationText Generation+2

Latent Reasoning with Supervised Thinking States

2026-02-09 · Ido Amos, Avi Caciularu, Mor Geva, Amir Globerson 외 arxiv

Reasoning with a chain-of-thought (CoT) enables Large Language Models (LLMs) to solve complex tasks but incurs significant inference costs due to the generation of long rationales. We propose Thinking States, a method th…

Reinforcement Learning for Latent-Space Thinking in LLMs

2025-11-26 · Enes Özeren, Matthias Aßenmacher arxiv

Chain-of-Thought (CoT) reasoning typically utilizes the discrete language space for thinking, which is inherently inefficient, as many generated tokens only enforce linguistic rules that are not required for reasoning. T…

Reinforcement LearningMathematical Reasoning

Latent Thinking Optimization: Your Latent Reasoning Language Model Secretly Encodes Reward Signals in Its Latent Thoughts

2025-09-30 · Hanwen Du, Yuxin Dong, Xia Ning arxiv

Large Language Models (LLMs) excel at problem solving by generating chain of thoughts in natural language, but such verbal thinking is computationally costly and prone to overthinking. A recent work instead proposes a la…