paper-with-me

홈 › Papers

Pruning Long Chain-of-Thought of Large Reasoning Models via Small-Scale Preference Optimization

2025-08-13 · Bin Hong, Jiayu Liu, Kai Zhang, Jianwen Sun, Mengdi Zhang, Zhenya Huang arxiv

Recent advances in Large Reasoning Models (LRMs) have demonstrated strong performance on complex tasks through long Chain-of-Thought (CoT) reasoning. However, their lengthy outputs increase computational costs and may lead to overthinking, raising challenges in balancing reasoning effectiveness and efficiency. Current solutions often compromise reasoning quality or require extensive resources. In this paper, we investigate how to reduce the generation length of LRMs with limited tuning. We analyze generation path distributions and filter generated trajectories through difficulty estimation. Subsequently, we analyze the convergence characteristics of various preference optimization objectives under a unified Bradley-Terry loss based framework. Based on the analysis, we propose Length Controlled Preference Optimization (LCPO) that directly balances the implicit reward related to NLL loss. LCPO can effectively learn length preference with limited data and training. Extensive experiments demonstrate that our method significantly reduces the average output length of LRMs by over 50\% across multiple benchmarks while maintaining the reasoning performance. Our work highlights the potential for computationally efficient approaches in guiding LRMs toward efficient reasoning.

📄 PDF Abstract BibTeX arXiv:2508.10164

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Reasoning Models Can be Accurately Pruned Via Chain-of-Thought Reconstruction

2025-09-15 · Ryan Lucas, Kayhan Behdin, Zhipeng Wang, Qingquan Song 외 arxiv

Reasoning language models such as DeepSeek-R1 produce long chain-of-thought traces during inference time which make them costly to deploy at scale. We show that using compression techniques such as neural network pruning…

Network Pruning

Can Pruning Improve Reasoning? Revisiting Long-CoT Compression with Capability in Mind for Better Reasoning

2025-05-20 · Shangziqi Zhao, Jiahao Yuan, Guisong Yang, Usman Naseem

Long chain-of-thought (Long-CoT) reasoning improves accuracy in LLMs, yet its verbose, self-reflective style often hinders effective distillation into small language models (SLMs). We revisit Long-CoT compression through…

Large Language ModelMathematical Reasoning

Structured Thoughts For Improved Reasoning And Context Pruning

2026-07-11 · Zain Sarwar, Supriyo Chakraborty, Berkcan Kapusuzoglu, Chia-Hsuan Lee 외 arxiv

Large language models (LLMs) excel at generating long chains of thought, but long reasoning traces are often verbose and memory-inefficient. In this work, we introduce Structured Thoughts, a framework that organizes reas…

CRISP: Compressing Redundancy in Chain-of-Thought via Intrinsic Saliency Pruning

2026-04-19 · Yangsong Lan, Hongliang Dai, Piji Li arxiv

Long Chain-of-Thought (CoT) reasoning is pivotal for the success of recent reasoning models but suffers from high computational overhead and latency. While prior works attempt to compress CoT via external compressor, the…

Think Before You Prune: Selective Self-Generated Calibration for Pruning Large Reasoning Models

2025-11-24 · Yang Xiang, Yixin Ji, Juntao Li, Min Zhang arxiv

Large Reasoning Models (LRMs) have demonstrated remarkable performance on complex reasoning benchmarks. However, their long chain-of-thought reasoning processes incur significant inference overhead. Pruning has emerged a…