LGCLJun 18

What Makes Effective Supervision in Latent Chain-of-Thought: An Information-Theoretic Analysis

arXiv:2606.2007525.6Has Code
Predicted impact top 2% in LG · last 90 daysOriginality Incremental advance
AI Analysis

For researchers working on latent reasoning in LLMs, this provides a principled framework to design better supervision, though the analysis is theoretical and incremental over existing CoT methods.

The paper analyzes why latent chain-of-thought reasoning fails under weak supervision, identifying dual collapse from gradient attenuation and representational drift. It proposes trajectory and space supervision, showing that generative reconstruction outperforms geometric compression, with accuracy tied to information fidelity in the latent chain.

Latent Chain-of-Thought (CoT) internalizes reasoning within continuous hidden states, offering a promising alternative to verbose discrete reasoning traces. However, robust latent reasoning remains difficult because outcome supervision provides weak learning signals and leaves latent trajectories prone to semantic drift. In this work, we analyze Latent CoT from an information-theoretic perspective and identify this failure as a dual collapse: gradient attenuation along the optimization path and representational drift in the latent space. We further decompose process supervision into two complementary dimensions: Trajectory Supervision, which injects dense stepwise reasoning signals, and Space Supervision, which preserves the semantic structure of the latent manifold. Our analysis shows that rigid geometric compression can collapse the reasoning space, whereas generative reconstruction provides a more flexible semantic anchor that better preserves information capacity. To measure these effects, we introduce the Unified Latent Probe (ULP), which quantifies the mutual information between latent trajectories and explicit reasoning steps. Experiments reveal a clear Information-Performance Binding: reasoning accuracy depends on the information fidelity preserved in the latent chain. These findings provide a principled framework for latent reasoning supervision and suggest shifting from geometric imitation toward mutual information maximization. Our code is available at \href{https://github.com/EIT-NLP/Supervision-in-Latent-CoT}{this repository}.

Code Implementations1 repo
Foundations

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

Your Notes