AILGMay 27

Zipping the Thought: When and How Compressed Reasoning Data Works in LLM Post-Training

arXiv:2605.2800885.9h-index: 21
Predicted impact top 26% in AI · last 90 daysOriginality Incremental advance
AI Analysis

For researchers and practitioners optimizing LLM post-training, this work clarifies the trade-offs between reasoning compression and data efficiency, offering guidance on CoT design under resource constraints.

The paper investigates how compressed chain-of-thought reasoning data affects LLM post-training, finding that coarser compression requires more SFT data, benefits more from data scaling, and that RL can decompose compressed steps. It provides a taxonomy of CoT types and insights for data-efficient training.

Large language models (LLMs) can now solve complex problems through long chain-of-thought (CoT) reasoning, but the trade-off between performance and token cost remains a central challenge. To address this issue, supervised fine-tuning (SFT) often uses compressed reasoning data, where CoT traces are shortened into compact forms. However, the effect of such compressed reasoning data on post-training remains poorly understood. In this paper, we propose a taxonomy of CoT consisting of Explicit CoT, which outputs all operations without aggregation, Composed CoT, which combines multiple operations into a single step, and Implicit CoT, which omits intermediate operations. We construct a synthetic compositional reasoning task that allows controlled variation of difficulty, compression granularity, and data size, and conducted a comprehensive set of experiments across different model families and sizes. Notably, we find that (i) coarser CoT requires more SFT data, (ii) compared with Explicit CoT, Composed CoT and Implicit CoT benefit more from data scaling, while Composed CoT benefits from data repetition and Implicit CoT tends to lead to memorization, (iii) unlike SFT, subsequent reinforcement learning (RL) with verifiable rewards (RLVR) decomposes compressed steps learned during SFT, and (iv) unidirectional CoT ordering shows stronger generalization on longer sequential tasks. Our findings provide implications for CoT design under data resource constraints and offer important insights into the mechanisms of SFT and RL in LLM post-training.

Foundations

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

Your Notes