Chain Of Thought Compression: A Theoritical Analysis
Juncai Li, Ru Li, Yuxiang Zhou, Boxiang Ma, Jeff Z. Pan
TL;DR
This work addresses the challenge of compressing Chain-of-Thought (CoT) reasoning in large language models by introducing a formal theory of learning difficulty for implicit CoT. It defines Order-$r$ Interaction to quantify high-order logical dependencies and proves that the learning signal decays as $\Theta(m^{-r})$ when intermediate steps are compressed into latent states, creating barriers on irreducible problems. To rigorously evaluate these ideas, it introduces NatBool-DAG, a benchmark enforcing irreducible logical reasoning, and ALiCoT, a latent-state alignment framework that preserves reasoning signals by aligning latent tokens with explicit reasoning semantics. Empirical results show that ALiCoT delivers substantial speedups (up to $54.4\times$) while matching explicit CoT performance on complex tasks, and the 16-bit parity experiments confirm dramatic improvements in learning efficiency over naive implicit CoT baselines. Collectively, the work provides both a theoretical foundation and practical methodology for scalable, efficient CoT compression with broad implications for reasoning-intensive NLP tasks.
Abstract
Chain-of-Thought (CoT) has unlocked advanced reasoning abilities of Large Language Models (LLMs) with intermediate steps, yet incurs prohibitive computational costs due to generation of extra tokens. Recent studies empirically show that compressing reasoning steps into latent states, or implicit CoT compression, offers a token-efficient alternative. However, the mechanism behind CoT compression remains unclear. In this paper, we provide the first theoretical analysis of the difficulty of learning to internalize intermediate reasoning steps. By introducing Order-r Interaction, we prove that the learning signal for high-order logical dependencies exponentially decays to solve irreducible problem, where skipping intermediate steps inevitably leads to high-order interaction barriers. To empirically validate this, we introduce NatBool-DAG, a challenging benchmark designed to enforce irreducible logical reasoning and eliminate semantic shortcuts. Guided by our theoretical findings, we propose ALiCoT (Aligned Implicit CoT), a novel framework that overcomes the signal decay by aligning latent token distributions with intermediate reasoning states. Experimental results demonstrate that ALiCoT successfully unlocks efficient reasoning: it achieves a 54.4x speedup while maintaining performance comparable to explicit CoT.
