paper-with-me

홈 › Papers

O1-Pruner: Length-Harmonizing Fine-Tuning for O1-Like Reasoning Pruning

2025-01-22 · Haotian Luo, Li Shen, Haiying He, Yibo Wang, Shiwei Liu, Wei Li, Naiqiang Tan, Xiaochun Cao, DaCheng Tao

Recently, long-thought reasoning LLMs, such as OpenAI's O1, adopt extended reasoning processes similar to how humans ponder over complex problems. This reasoning paradigm significantly enhances the model's problem-solving abilities and has achieved promising results. However, long-thought reasoning process leads to a substantial increase in inference time. A pressing challenge is reducing the inference overhead of long-thought LLMs while ensuring accuracy. In this paper, we experimentally demonstrate that long-thought reasoning models struggle to effectively allocate token budgets based on problem difficulty and reasoning redundancies. To address this, we propose Length-Harmonizing Fine-Tuning (O1-Pruner), aiming at minimizing reasoning overhead while maintaining accuracy. This effective fine-tuning method first estimates the LLM's baseline performance through pre-sampling and then uses RL-style fine-tuning to encourage the model to generate shorter reasoning processes under accuracy constraints. This allows the model to achieve efficient reasoning with lower redundancy while maintaining accuracy. Experiments on various mathematical reasoning benchmarks show that O1-Pruner not only significantly reduces inference overhead but also achieves higher accuracy, providing a novel and promising solution to this challenge. Our code is coming soon at https://github.com/StarDewXXX/O1-Pruner

📄 PDF Abstract BibTeX arXiv:2501.12570

Code (1)

stardewxxx/o1-pruner 공식 구현 pytorch

Tasks

Mathematical Reasoning

Methods 이 논문이 사용한 방법론

ADOPT Please enter a description about the method here

Similar Papers 제목 키워드 기반

GradPruner: Gradient-Guided Layer Pruning Enabling Efficient Fine-Tuning and Inference for LLMs

2026-01-27 · Wei Huang, Anda Cheng, Yinggui Wang arxiv

Fine-tuning Large Language Models (LLMs) with downstream data is often considered time-consuming and expensive. Structured pruning methods are primarily employed to improve the inference efficiency of pre-trained models.…

Knowledge Distillation

IDPruner: Harmonizing Importance and Diversity in Visual Token Pruning for MLLMs

2026-02-10 · Yifan Tan, Yifu Sun, Shirui Huang, Hong Liu 외 arxiv

Multimodal Large Language Models (MLLMs) have demonstrated impressive capabilities, yet they encounter significant computational bottlenecks due to the massive volume of visual tokens. Consequently, visual token pruning,…

Z-Pruner: Post-Training Pruning of Large Language Models for Efficiency without Retraining

2025-08-18 · Samiul Basir Bhuiyan, Md. Sazzad Hossain Adib, Mohammed Aman Bhuiyan, Muhammad Rafsan Kabir 외 arxiv

Large language models (LLMs) have rapidly advanced in recent years, achieving remarkable performance across a wide range of natural language processing tasks. However, this progress has come at the cost of increasingly l…

freePruner: A Training-free Approach for Large Multimodal Model Acceleration

2024-11-23 · Bingxin Xu, Yuzhang Shang, Yunhao Ge, Qian Lou 외

Large Multimodal Models (LMMs) have demonstrated impressive capabilities in visual-language tasks but face significant deployment challenges due to their high computational demands. While recent token reduction methods s…

QuantizationQuestion AnsweringToken ReductionVisual Question Answering

Pruner: A Speculative Exploration Mechanism to Accelerate Tensor Program Tuning

2024-02-04 · Liang Qiao, Jun Shi, Xiaoyu Hao, Xi Fang 외

Tensor program tuning is essential for the efficient deployment of deep neural networks. Search-based approaches have demonstrated scalability and effectiveness in automatically finding high-performance programs for spec…

GPUTransfer Learning