Preprint
Large Language Models

How Well do LLMs Compress Their Own Chain-of-Thought?

Ayeong Lee, Ethan Che, Tianyi Peng
March 3, 2025arXiv.org99 citations

99

Citations

8

Influential Citations

arXiv.org

Venue

2025

Year

Abstract

Chain-of-thought prompting has emerged as a powerful technique for enabling large language models (LLMs) to solve complex reasoning tasks. However, these reasoning chains can be verbose, raising concerns about efficiency. In response, recent works have sought to decrease response lengths through simple prompting strategies (e.g. 'be concise'). In this work, we conduct the first systematic study of the relationship between reasoning length and model performance across a diverse range of compression instructions (e.g. 'use 10 words or less' or 'remove all punctuation'). In doing so, we discover a universal tradeoff between reasoning length and accuracy that persists across even very distinct reasoning chains. We demonstrate that this tradeoff emerges from a sharp threshold behavior at the question level: each task has an intrinsic 'token complexity' - a minimal number of tokens required for successful problem-solving. We show how token complexity enables us to compute information-theoretic limits on the accuracy-compression tradeoff, and find that prompt-based compression strategies operate far from these theoretical limits. This suggests there may be significant room for improvement and our framework provides a benchmark to help researchers evaluate progress in reasoning efficiency. Our work also highlights the importance of adaptive compression -- giving shorter responses for easier questions -- and we show that token complexity is a useful tool for measuring this capability.

Analysis

Why This Paper Matters

This paper addresses a critical inefficiency in LLM reasoning: chain-of-thought (CoT) prompting, while powerful, generates verbose outputs that increase latency and cost. Prior work attempted to reduce length via simple prompts like 'be concise,' but lacked a systematic understanding of how compression affects accuracy. This study fills that gap by providing the first systematic analysis of the reasoning length-accuracy tradeoff across diverse compression instructions.

The discovery of a universal tradeoff and the concept of 'token complexity'—a per-question minimal token threshold—offers a new lens for understanding LLM reasoning. This is not just an empirical observation; it enables theoretical limits on compression, giving researchers a benchmark to measure progress. The finding that current methods operate far from these limits suggests substantial room for improvement, making this a pivotal paper for efficiency-focused AI research.

Technical Contributions

  • Systematic Study: The authors evaluate a wide range of compression instructions (e.g., 'use 10 words or less', 'remove all punctuation') across multiple reasoning tasks, providing a comprehensive dataset of accuracy-length tradeoffs.
  • Universal Tradeoff: They demonstrate that the tradeoff between reasoning length and accuracy is consistent across different reasoning chains, suggesting a fundamental property of LLM reasoning.
  • Token Complexity: A novel concept defining the minimal number of tokens required for a model to solve a given question correctly. This is shown to be a sharp threshold—below it, accuracy drops significantly.
  • Information-Theoretic Limits: Using token complexity, they compute theoretical bounds on the accuracy-compression tradeoff, offering a rigorous framework for evaluating compression efficiency.
  • Benchmark for Efficiency: The framework provides a benchmark to evaluate progress in reasoning efficiency, encouraging the development of adaptive compression methods that tailor response length to question difficulty.

Results

While the abstract does not provide specific numerical metrics, the key results are:

  • A universal tradeoff between reasoning length and accuracy, with a sharp threshold at the question level.
  • Prompt-based compression strategies operate far from the information-theoretic limits, indicating inefficiency.
  • Token complexity is shown to be a useful tool for measuring adaptive compression capability, where shorter responses are given for easier questions.

The paper's contribution is more conceptual than metric-driven, but the framework enables future quantitative benchmarks.

Significance

This work has significant implications for deploying LLMs in real-world applications where latency and cost are critical. By establishing theoretical limits, it guides researchers toward more efficient reasoning methods, potentially leading to faster and cheaper LLM inference without sacrificing accuracy. The concept of token complexity could also inform adaptive inference strategies, where models dynamically adjust reasoning depth based on question difficulty. This paper sets a foundation for a new research direction in reasoning efficiency, with broad applicability across NLP tasks and model architectures.