LGAICLJun 11

SuperThoughts: Reasoning Tokens in Superposition

arXiv:2606.1386224.7h-index: 3
Predicted impact top 3% in LG · last 90 daysOriginality Synthesis-oriented
AI Analysis

For LLM practitioners, this offers a practical method to reduce inference cost of long CoT reasoning with negligible accuracy loss.

SuperThoughts compresses pairs of consecutive CoT tokens into single latent representations and decodes two tokens per step via a lightweight MTP module, achieving ~20-30% CoT length reduction with minimal accuracy degradation (1-2 points drop) on math reasoning benchmarks.

Long Chain-of-Thought (CoT) reasoning improves LLM problem-solving but is computationally expensive due to sequential token generation. While recent works explore reasoning in continuous latent spaces to bypass discrete token generation, they often struggle with training stability and fail to scale to complex, long-horizon tasks due to lack of supervision signal. We propose SuperThoughts, which compresses pairs of consecutive CoT tokens into single latent representations and decodes two tokens per step via a lightweight Multi-Token Prediction (MTP) module. This preserves discrete token supervision at training time while doubling throughput at inference time. We finetune Qwen2.5-Math-1.5B-Instruct, Qwen2.5-Math-7B-Instruct, Qwen2.5-Math-14B-Instruct, and evaluate on MATH500, AMC, OlympiadBench, and GPQA-Diamond. With a confidence-based adaptive mechanism that falls back to standard decoding when uncertain, SuperThoughts achieves $\sim$20--30\% CoT length reduction while maintaining accuracy with minimal degradation (1-2 points accuracy drop on most 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