ChainPrune: Evaluating and Reducing Redundancy in Long Chain-of-Thought Reasoning

📅 2026-08-22
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
为解决大型推理模型中冗余和过长的推理链问题,提出ChainPrune方法,通过优化语义结构并结合偏好学习,有效减少了计算开销且保持了准确性。
📝 Abstract
Chain-of-Thought (CoT) reasoning has significantly enhanced the multi-step problem-solving capabilities of large language models (LLMs) by introducing explicit intermediate reasoning. However, advanced Large Reasoning Models (LRMs) often exhibit overthinking behaviors, including excessively long reasoning steps, redundant steps, and high computational overhead. Existing token-length reward strategies aim to promote concise outputs, but often result in pseudo-conciseness, where token count is reduced, yet redundant reasoning persists, leading to longer and less structurally efficient chains. To address these limitations, we propose ChainPrune, a novel reasoning path semantic structural optimization method to efficiently and controllably synthesize self-generated high-quality training data. We initially consolidate self-generated reasoning paths into a tree-based structure, followed by a multi-criteria dominant path selection process for preference data construction that formulates shallow reasoning trajectories while preserving essential reasoning steps. To further enhance the quality of reasoning, we incorporate a DPO-based preference learning method combined with supervised loss, effectively mitigating false reward suppression. This innovative integration significantly enhances both the efficiency and effectiveness of our reasoning framework. Comprehensive experimental results demonstrate significant reductions in step length and computational overhead, while maintaining or even enhancing accuracy.
Problem

Research questions and friction points this paper is trying to address.

Chain-of-Thought
redundancy
Large Language Models
overthinking
computational overhead
Innovation

Methods, ideas, or system contributions that make the work stand out.

ChainPrune
semantic structural optimization
tree-based structure
multi-criteria dominant path selection
DPO-based preference learning
🔎 Similar Papers
No similar papers found.