CLAIJul 24

J-CoT: Chain-of-Thought in J-Space

arXiv:2607.2198119.21 citations
Predicted impact top 27% in CL · last 90 daysOriginality Highly original
AI Analysis

For language model reasoning, J-CoT provides a novel intermediate representation that balances linguistic grounding and computational efficiency, outperforming existing latent-reasoning methods.

J-CoT introduces a recurrent reasoning framework that uses vocabulary-indexed coefficients (J-thoughts) as an intermediate interface, avoiding the need for full natural language or dense hidden-state propagation. It matches or exceeds the strongest latent-reasoning baseline on all benchmarks and achieves top scores on mathematical, scientific, coding, and path-reasoning tasks.

Chain-of-thought prompting improves language-model reasoning by carrying intermediate states across successive computation steps. However, relying on natural language as the only recurrent interface is overly restrictive, since many transient computations do not need to be fully verbalized. Existing latent-reasoning methods remove this constraint by recurrently propagating continuous hidden states. However, these methods pass a dense hidden vector as a whole, without an explicit mechanism for selecting and organizing the information needed by the next reasoning step. This motivates an intermediate interface that remains linguistically grounded without requiring a decoded sentence. We introduce \textbf{J-CoT}, a recurrent reasoning framework built on \emph{J-space}, a vocabulary-indexed coordinate system within the model's hidden representations. Within each cycle, the model computes in its full hidden space. At the cycle boundary, J-CoT expresses the intermediate state as vocabulary-indexed coefficients, carries these coefficients forward as a \emph{J-thought}, and maps them back into the model's hidden representation for the next cycle. J-CoT therefore requires neither a fluent intermediate rationale nor recurrence over the complete hidden state. Under matched backbone and inference settings, J-CoT-Zero matches or exceeds the strongest evaluated latent-reasoning baseline on every benchmark, while J-CoT-Train obtains the highest score across the evaluated mathematical, scientific, coding, and structured path-reasoning tasks.

Foundations

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

Your Notes