Latent Thought Flow: Efficient Latent Reasoning in Large Language Models

22d ago · Global · primary source: export.arxiv.org

A new method called Latent Thought Flow (LTF) enables large language models to reason in continuous space rather than generating explicit word-by-word chains, according to research submitted on 15 Jun 2026 [1]. The approach improves accuracy while cutting computational overhead. Large language models (LLMs) increasingly depend on intermediate reasoning steps to solve complex problems. The dominant technique, Chain-of-Thought (CoT), forces the model to decode every reasoning step into discrete tokens, creating what the researchers describe as a "linguistic space bottleneck" that causes high inference overhead [1][2]. Latent reasoning methods bypass this by shifting deliberation into a continuous vector space, but existing approaches typically learn deterministic paths or simply maximize a reward, without a principled way to distribute probability across trajectories that differ in both correctness and computational cost [2]. Latent Thought Flow addresses this gap by modeling reasoning as variable-length continuous trajectories. The system trains a sampler to match a reward-induced posterior distribution that jointly considers answer quality and computation cost [1][2]. The implementation uses a continuous GFlowNet with stochastic latent transitions. To manage the challenge of sparse answer supervision, the authors introduce an Entropy-Weighted Subtrajectory Balance objective for intermediate rewards and a reference-prior regularizer to anchor exploration [2]. In experiments covering both finetuning and transfer learning settings, LTF outperformed explicit CoT and other latent reasoning baselines. The method improved accuracy by 9.5% while reducing reasoning length by 27.2% on average compared with strong latent reasoning baselines [1][2]. The work builds on the broader trend of using continuous latent representations for complex tasks. In robotics, for instance, vision-language-action models already translate image observations and text instructions into latent-space distributions before decoding them into low-level robot actions [3]. Deep learning architectures, including the transformer models that underpin modern LLMs, have been applied across computer vision, speech recognition, and natural language processing, producing results that in some cases surpass human expert performance [5]. Google's Gemini model family, which processes text, code, images, audio, and video simultaneously, exemplifies the industry push toward multimodal foundation models that integrate reasoning across data types [4]. The LTF proposal extends this trajectory by making the reasoning process itself more efficient, operating in continuous space rather than generating token-by-token explanations.

research-paperinfrastructure

Background sources we checked (10)
  • arxiv.org ↗ 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…
  • en.wikipedia.org ↗ In robot learning, a vision–language–action model (VLA) is a class of multimodal foundation models that integrates vision, language and actions. Given an input image (or video) of the robot's surroundings and a text instruction, a VLA directly outputs low-level robot actions that…
  • en.wikipedia.org ↗ Gemini (also known as Google Gemini and formerly known as Bard) is a generative artificial intelligence chatbot and virtual assistant developed by Google. It is powered by the family of large language models (LLMs) of the same name, after previously being based on LaMDA and PaLM …
  • en.wikipedia.org ↗ In machine learning, deep learning (DL) focuses on utilizing multilayered neural networks to perform tasks such as classification, regression, and representation learning. The field takes inspiration from biological neuroscience and revolves around stacking artificial neurons int…
  • en.wikipedia.org ↗ The history of chemistry represents a time span from ancient history to the present. By 1000 BC, civilizations used technologies that would eventually form the basis of the various branches of chemistry. Examples include the discovery of fire, extracting metals from ores, making …
  • en.wikipedia.org ↗ This glossary of engineering terms is a list of definitions about the major concepts of engineering. Please see the bottom of the page for glossaries of specific fields of engineering.…
  • arxiv.org ↗ CatalyzeX Code Finder for Papers (What is CatalyzeX?) ... DagsHub Toggle ... DagsHub (What is DagsHub?)…
  • arxiv.org ↗ With the creation of new datasets, the question arises of whether the data in them is complementary to other datasets for training ML models (see recent reviews for a perspective of catalysts informatics22, 23, 24). This is especially important when consolidating data with a vari…
  • arxiv.org ↗ CatalyzeX Code Finder for Papers (What is CatalyzeX?) ... DagsHub Toggle ... DagsHub (What is DagsHub?)…
  • en.wikipedia.org ↗ Sustainable Development Goals (abbr. SDGs) were adopted in 2015 by all United Nations (UN) members for the 2030 Agenda for Sustainable Development. The aim of the 17 global goals is "peace and prosperity for people and the planet", tackling climate change, and working to preserv…

Sources

Spot something wrong? Report an issue