AI RESEARCH

Reasoning Efficiently Through Adaptive Chain-of-Thought Compression: A Self-Optimizing Framework

arXiv CS.AI

ArXi:2509.14093v2 Announce Type: replace-cross Chain-of-Thought (CoT) reasoning enhances Large Language Models (LLMs) by prompting intermediate steps, improving accuracy and robustness in arithmetic, logic, and commonsense tasks. However, this benefit comes with high computational costs: longer outputs increase latency, memory usage, and KV-cache demands. These issues are especially critical in software engineering tasks where concise and deterministic outputs are required. To investigate these trade-offs, we conduct an empirical study based on code generation benchmarks.