Latent Reasoning via Sentence Embedding Prediction
Hyeonbin Hwang, Byeongguk Jeon, Seungone Kim, Jiyeon Kim, Hoyeon Chang, Sohee Yang, Seungpil Won, Dohaeng Lee, Youbin Ahn, Minjoon Seo
TL;DR
The paper demonstrates that pretrained language models can be extended from token-level generation to sentence-level reasoning by autoregressively predicting continuous sentence embeddings. It introduces two embedding paradigms—semantic (reconstruction-based) and contextual (prediction-based)—and evaluates them under discretized and continuous inference, showing that contextual embeddings with continuous inference often achieve competitive Chain-of-Thought performance while greatly reducing inference cost. The Latent Model architecture enables reasoning entirely in latent space, with SentenceLens providing human-readable interpretability of latent trajectories. Findings indicate potential scalability and modular reuse, though continuous latent reasoning remains fragile and benefits from grounding in explicit language. This work opens avenues for efficient, structured reasoning in latent spaces, with implications for multi-domain tasks and future hybrid systems that blend discrete and continuous representations.
Abstract
Autoregressive language models (LMs) generate one token at a time, yet human reasoning operates over higher-level abstractions - sentences, propositions, and concepts. This contrast raises a central question- Can LMs likewise learn to reason over structured semantic units rather than raw token sequences? In this work, we investigate whether pretrained LMs can be lifted into such abstract reasoning spaces by building on their learned representations. We present a framework that adapts a pretrained token-level LM to operate in sentence space by autoregressively predicting continuous embeddings of next sentences. We explore two embedding paradigms inspired by classical representation learning: 1) semantic embeddings, learned via autoencoding to preserve surface meaning; and 2) contextual embeddings, trained via next-sentence prediction to encode anticipatory structure. We evaluate both under two inference regimes: Discretized, which decodes each predicted embedding into text before re-encoding; and Continuous, which reasons entirely in embedding space for improved efficiency. Across four domains - mathematics, logic, commonsense, and planning - contextual embeddings under continuous inference show competitive performance with Chain-of-Thought (CoT) while reducing inference-time FLOPs on average by half. We also present early signs of scalability and modular adaptation. Finally, to visualize latent trajectories, we introduce SentenceLens, a diagnostic tool that decodes intermediate model states into interpretable sentences. Together, our results indicate that pretrained LMs can effectively transition to abstract, structured reasoning within latent embedding spaces.
