JEPA-Reasoner: Decoupling Latent Reasoning from Token Generation
Bingyang Kelvin Liu, Ziyu Patrick Chen, David P. Woodruff
TL;DR
JEPA-Reasoner introduces a decoupled architecture that performs latent-space reasoning independent of token generation. A Talker module translates latent trajectories into tokens, enabling pure latent reasoning with robust autoregressive generation. The approach yields strong gains on synthetic tasks and real-world GSM8K results, demonstrating reduced error propagation and the potential for multi-threaded latent reasoning. Overall, the work provides a principled framework for separating high-level reasoning from surface-token generation with practical implications for scalable reasoning in language tasks.
Abstract
While Joint-Embedding Predictive Architecture (JEPA) has emerged as a powerful architecture for learning rich latent representations, it fundamentally lacks generative abilities. Meanwhile, latent space reasoning attempts for Transformer models like COCONUT do improve performance, but they ultimately rely on token-by-token generation, which still accumulates compounding error and relies on context information to gain reasoning insights. To address these limitations, we propose JEPA-Reasoner, a novel JEPA model enhanced with generative ability that reasons in latent space. We augment it with a separate action-taker model, Talker, to produce human-readable sentences. Our approach demonstrates that decoupling latent space reasoning and token generation enables JEPA-Reasoner to produce mixed latent vectors that might lay the foundation for multi-threaded reasoning, while performing autoregressive generation with superior robustness to compounding error.
