Do Latent Tokens Think? A Causal and Adversarial Analysis of Chain-of-Continuous-Thought
Yuyi Zhang, Boyu Tang, Tianjie Ju, Sufeng Duan, Gongshen Liu
TL;DR
This work critically evaluates latent reasoning in COCONUT by comparing it to explicit Chain-of-Thought (CoT). Through steering and shortcut experiments, it demonstrates that COCONUT latent tokens behave as placeholders with limited causal influence on predictions and are prone to shortcut exploitation, while explicit CoT traces show stronger causal ties to final outputs. The findings challenge the faithfulness of latent reasoning in COCONUT and emphasize the need for robust evaluation and interpretable representations in reasoning-enhanced LLMs. Overall, the study highlights reliability concerns for latent-token approaches and motivates development of metrics and baselines that truly capture reasoning quality beyond surface-level performance gains.
Abstract
Latent tokens are gaining attention for enhancing reasoning in large language models (LLMs), yet their internal mechanisms remain unclear. This paper examines the problem from a reliability perspective, uncovering fundamental weaknesses: latent tokens function as uninterpretable placeholders rather than encoding faithful reasoning. While resistant to perturbation, they promote shortcut usage over genuine reasoning. We focus on Chain-of-Continuous-Thought (COCONUT), which claims better efficiency and stability than explicit Chain-of-Thought (CoT) while maintaining performance. We investigate this through two complementary approaches. First, steering experiments perturb specific token subsets, namely COCONUT and explicit CoT. Unlike CoT tokens, COCONUT tokens show minimal sensitivity to steering and lack reasoning-critical information. Second, shortcut experiments evaluate models under biased and out-of-distribution settings. Results on MMLU and HotpotQA demonstrate that COCONUT consistently exploits dataset artifacts, inflating benchmark performance without true reasoning. These findings reposition COCONUT as a pseudo-reasoning mechanism: it generates plausible traces that conceal shortcut dependence rather than faithfully representing reasoning processes.
