paper-with-me

홈 › Papers

When Reasoning Meets Compression: Benchmarking Compressed Large Reasoning Models on Complex Reasoning Tasks

2025-04-02 · Nan Zhang, Yusen Zhang, Prasenjit Mitra, Rui Zhang

Recent open-source large reasoning models (LRMs) exhibit strong performance on complex reasoning tasks, but their large parameter count makes them prohibitively expensive for individuals. The compression of large language models (LLMs) offers an effective solution to reduce cost of computational resources. However, systematic studies on the performance of compressed LLMs in complex reasoning tasks, especially for LRMs, are lacking. Most works on quantization and pruning focus on preserving language modeling performance, while existing distillation works do not comprehensively benchmark student models based on reasoning difficulty or compression impact on knowledge and reasoning. In this paper, we benchmark compressed DeepSeek-R1 models on four different reasoning datasets (AIME 2024, FOLIO, Temporal Sequences of BIG-Bench Hard, and MuSiQue), ranging from mathematical to multihop reasoning, using quantization, distillation, and pruning methods. We benchmark 2.51-, 1.73-, and 1.58-bit R1 models that adopt dynamic quantization. We also benchmark distilled R1 models that are based on LLaMA or Qwen and run SparseGPT on them to obtain various sparsity levels. Studying the performance and behavior of compressed LRMs, we report their performance scores and test-time compute (number of tokens spent on each question). Notably, using MuSiQue, we find that parameter count has a much greater impact on LRMs' knowledge memorization than on their reasoning capability, which can inform the choice of compression techniques. Through our empirical analysis of test-time compute, we find that shorter model outputs generally achieve better performance than longer ones across several benchmarks for both R1 and its compressed variants, highlighting the need for more concise reasoning chains.

📄 PDF Abstract BibTeX arXiv:2504.02010

Code (0)

등록된 구현이 없습니다.

Tasks

BenchmarkingLanguage ModelingLanguage ModellingMemorizationQuantizationTemporal Sequences

Methods 이 논문이 사용한 방법론

ADOPT Please enter a description about the method here
Pruning 설명 없음
Focus 설명 없음
LLaMA LLaMA is a collection of foundation language models ranging from 7B to 65B parameters. It is based on the transformer architecture with various improvements that were…

Similar Papers 제목 키워드 기반

Accelerating Chain-of-Thought Reasoning: When Goal-Gradient Importance Meets Dynamic Skipping

2025-05-13 · Ren Zhuang, Ben Wang, Shuifa Sun

Large Language Models leverage Chain-of-Thought (CoT) prompting for complex tasks, but their reasoning traces are often excessively verbose and inefficient, leading to significant computational costs and latency. Current…

Domain GeneralizationGSM8KMath

When Compression Meets Model Compression: Memory-Efficient Double Compression for Large Language Models

2025-02-21 · Weilan Wang, Yu Mao, Dongdong Tang, Hongchao Du 외

Large language models (LLMs) exhibit excellent performance in various tasks. However, the memory requirements of LLMs present a great challenge when deploying on memory-limited devices, even for quantized LLMs. This pape…

Model CompressionQuantization

Think Silently, Think Fast: Dynamic Latent Compression of LLM Reasoning Chains

2025-05-22 · Wenhui Tan, Jiaze Li, Jianzhong Ju, Zhenbo Luo 외

Large Language Models (LLMs) achieve superior performance through Chain-of-Thought (CoT) reasoning, but these token-level reasoning chains are computationally expensive and inefficient. In this paper, we introduce Compre…

Mathematical ReasoningReinforcement Learning (RL)

Image Complexity Guided Network Compression for Biomedical Image Segmentation

2021-07-06 · Suraj Mishra, Danny Z. Chen, X. Sharon Hu

Compression is a standard procedure for making convolutional neural networks (CNNs) adhere to some specific computing resource constraints. However, searching for a compressed architecture typically involves a series of …

Image SegmentationSegmentationSemantic Segmentation

DeepSIC: Deep Semantic Image Compression

2018-01-29 · Sihui Luo, Yezhou Yang, Mingli Song

Incorporating semantic information into the codecs during image compression can significantly reduce the repetitive computation of fundamental semantic analysis (such as object recognition) in client-side applications. T…

BenchmarkingImage CompressionObject Recognition