paper-with-me

Papers

Gradually Compacting Large Language Models for Reasoning Like a Boiling Frog

2026-02-04 · Yiran Zhao, Shengyang Zhou, Zijian Wu, Tongyan Hu, Yuhui Xu, Rengan Dou, Kenji Kawaguchi, Shafiq Joty, Junnan Li, Michael Qizhe Shieh arxiv

Large Language Models (LLMs) have demonstrated impressive reasoning capabilities, but their substantial size often demands significant computational resources. To reduce resource consumption and accelerate inference, it is essential to eliminate redundant parameters without compromising performance. However, conventional pruning methods that directly remove such parameters often lead to a dramatic drop in model performance in reasoning tasks, and require extensive post-training to recover the lost capabilities. In this work, we propose a gradual compacting method that divides the compression process into multiple fine-grained iterations, applying a Prune-Tune Loop (PTL) at each stage to incrementally reduce model size while restoring performance with finetuning. This iterative approach-reminiscent of the "boiling frog" effect-enables the model to be progressively compressed without abrupt performance loss. Experimental results show that PTL can compress LLMs to nearly half their original size with only lightweight post-training, while maintaining performance comparable to the original model on reasoning tasks. Moreover, PTL is flexible and can be applied to various pruning strategies, such as neuron pruning and layer pruning, as well as different post-training methods, including continual pre-training and reinforcement learning. Additionally, experimental results confirm the effectiveness of PTL on a variety of tasks beyond mathematical reasoning, such as code generation, demonstrating its broad applicability.

📄 PDF Abstract BibTeX arXiv:2602.04919

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningMathematical ReasoningCode Generation

Similar Papers 제목 키워드 기반

Compacting Deep Neural Networks for Internet of Things: Methods and Applications

2021-03-20 · Ke Zhang, Hanbo Ying, Hong-Ning Dai, Lin Li 외

Deep Neural Networks (DNNs) have shown great success in completing complex tasks. However, DNNs inevitably bring high computational cost and storage consumption due to the complexity of hierarchical structures, thereby h…

DiversityKnowledge DistillationModel Compression

Don't Overthink It: A Survey of Efficient R1-style Large Reasoning Models

2025-08-04 · Linan Yue, Yichao Du, Yizhi Wang, Weibo Gao 외 arxiv

Recently, Large Reasoning Models (LRMs) have gradually become a research hotspot due to their outstanding performance in handling complex tasks. Among them, DeepSeek R1 has garnered significant attention for its exceptio…

Reinforcement Learning

Agentic Context Management: Solving Agent Memory and Cost by Treating Them as Lifecycle and Architecture Problems

2026-07-23 · Gaurav Dadhich arxiv

Production AI agents' failures are less often due to an inability to reason well and more often because they cannot manage what is in their reasoning context: conversation histories, large prompts, large tool definitions…

Human-Aligned Bench: Fine-Grained Assessment of Reasoning Ability in MLLMs vs. Humans

2025-05-16 · Yansheng Qiu, Li Xiao, Zhaopan Xu, Pengfei Zhou 외

The goal of achieving Artificial General Intelligence (AGI) is to imitate humans and surpass them. Models such as OpenAI's o1, o3, and DeepSeek's R1 have demonstrated that large language models (LLMs) with human-like rea…

Multimodal ReasoningVisual Reasoning

Parsel: Algorithmic Reasoning with Language Models by Composing Decompositions

2022-12-20 · Eric Zelikman, Qian Huang, Gabriel Poesia, Noah D. Goodman 외

Despite recent success in large language model (LLM) reasoning, LLMs struggle with hierarchical multi-step reasoning tasks like generating complex programs. For these tasks, humans often start with a high-level algorithm…

Automated Theorem ProvingCode GenerationHumanEvalLanguage Modelling+3