paper-with-me

홈 › Papers

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 as a promising approach to reducing computational costs. However, existing efforts have primarily focused on large language models (LLMs), while pruning LRMs remains unexplored. In this work, we conduct the first empirical study on pruning LRMs and show that directly applying existing pruning techniques fails to yield satisfactory results. Our findings indicate that using self-generated reasoning data for calibration can substantially improve pruning performance. We further investigate how the difficulty and length of reasoning data affect pruning outcomes. Our analysis reveals that challenging and moderately long self-generated reasoning data serve as ideal calibration data. Based on these insights, we propose a Selective Self-Generated Reasoning (SSGR) data construction strategy to provide effective calibration data for pruning LRMs. Experimental results on the DeepSeek-R1-Distill model series validate that our strategy improves the reasoning ability of pruned LRMs by 10%-13% compared to general pruning methods.

📄 PDF Abstract BibTeX arXiv:2511.18864

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Learning to Prune Dependency Trees with Rethinking for Neural Relation Extraction

2020-12-01 · COLING 2020 8 · Bowen Yu, Xue Mengge, Zhenyu Zhang, Tingwen Liu 외

Dependency trees have been shown to be effective in capturing long-range relations between target entities. Nevertheless, how to selectively emphasize target-relevant information and remove irrelevant content from the tr…

RelationRelation Extraction

Think Before You Prune: Self-Reflective Structured Pruning for Reasoning Language Models

2025-12-01 · Ziyan Wang, Enmao Diao, Qi Le, Pu Wang 외 arxiv

Reasoning LLMs (RLMs) such as OpenAI o1, DeepSeek-R1, and Qwen3 deliver strong multi-step reasoning through chain-of-thought generation, but their large model sizes and lengthy decode-time outputs make them costly to dep…

Hide to See: Reasoning-prefix Masking for Visual-anchored Thinking in VLM Distillation

2026-05-12 · Seonghoon Yu, Dongjun Nam, Byung-Kwan Lee, Jeany Son arxiv

Recent think-answer approaches in VLMs, such as Qwen3-VL-Thinking, boost reasoning performance by leveraging intermediate thinking steps before the final answer, but their computational cost becomes substantial, especial…

Multimodal Reasoning

ThinkPrune: Pruning Long Chain-of-Thought of LLMs via Reinforcement Learning

2025-04-02 · Bairu Hou, Yang Zhang, Jiabao Ji, Yujian Liu 외

We present ThinkPrune, a simple yet effective method for pruning the thinking length for long-thinking LLMs, which has been found to often produce inefficient and redundant thinking processes. Existing preliminary explor…

Reinforcement Learning (RL)

RASER: Recoverability-Aware Selective Escalation Router for Multi-Hop Question Answering

2026-06-01 · Yuyang Li, Zihe Yan, Tobias Käfer arxiv

Multi-hop question-answering systems often use expensive retrieval on every question. They may decompose the question, run several retrieval rounds, or search through bridge entities before answering. All of these strate…

Multi-hop Question Answering