AILGJun 15

Latent Thought Flow: Efficient Latent Reasoning in Large Language Models

arXiv:2606.1622219.2
Predicted impact top 23% in AI · last 90 daysOriginality Highly original
AI Analysis

For LLM practitioners, LTF offers a more efficient latent reasoning method that reduces inference cost while improving accuracy.

LTF models latent reasoning as variable-length continuous trajectories, training a sampler to match a reward-induced posterior over answer quality and computation cost. It improves accuracy by 9.5% while reducing reasoning length by 27.2% compared to strong latent reasoning baselines.

Large Language Models (LLMs) increasingly rely on intermediate reasoning, yet explicit Chain-of-Thought (CoT) suffers from a linguistic space bottleneck: each thought must be decoded into tokens, causing high inference overhead. Latent reasoning moves deliberation into continuous space, but existing methods mostly learn deterministic or reward-maximizing paths, lacking a principled way to allocate probability across trajectories with different correctness and costs. We propose Latent Thought Flow (LTF), which models reasoning as variable-length continuous trajectories and trains a sampler to match a reward-induced posterior over answer quality and computation cost. We instantiate this with a continuous GFlowNet using stochastic latent transitions. To handle sparse answer supervision, we introduce an Entropy-Weighted Subtrajectory Balance objective for intermediate rewards and a reference-prior regularizer to anchor exploration. Experiments under finetuning and transfer learning settings show that LTF outperforms explicit CoT and latent reasoning baselines, improving accuracy by 9.5% while reducing reasoning length by 27.2% on average compared with strong latent reasoning baselines.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes