paper-with-me

Papers

LLMCBench: Benchmarking Large Language Model Compression for Efficient Deployment

2024-10-28 · Ge Yang, Changyi He, Jinyang Guo, Jianyu Wu, Yifu Ding, Aishan Liu, Haotong Qin, Pengliang Ji, Xianglong Liu

Although large language models (LLMs) have demonstrated their strong intelligence ability, the high demand for computation and storage hinders their practical application. To this end, many model compression techniques are proposed to increase the efficiency of LLMs. However, current researches only validate their methods on limited models, datasets, metrics, etc, and still lack a comprehensive evaluation under more general scenarios. So it is still a question of which model compression approach we should use under a specific case. To mitigate this gap, we present the Large Language Model Compression Benchmark (LLMCBench), a rigorously designed benchmark with an in-depth analysis for LLM compression algorithms. We first analyze the actual model production requirements and carefully design evaluation tracks and metrics. Then, we conduct extensive experiments and comparison using multiple mainstream LLM compression approaches. Finally, we perform an in-depth analysis based on the evaluation and provide useful insight for LLM compression design. We hope our LLMCBench can contribute insightful suggestions for LLM compression algorithm design and serve as a foundation for future research. Our code is available at https://github.com/AboveParadise/LLMCBench.

📄 PDF Abstract BibTeX arXiv:2410.21352

Code (1)

aboveparadise/llmcbench 공식 구현 pytorch

Tasks

BenchmarkingLanguage ModelingLanguage ModellingLarge Language ModelModel Compression

Similar Papers 제목 키워드 기반

Does Compression Preserve Uncertainty? A Unified Benchmark for Quantized and Sparse LLMs via Conformal Prediction

2026-06-01 · Yujia Tong, Yuxi Wang, Yunyang Wan, Tian Zhang 외 arxiv

Model compression techniques such as quantization and pruning are widely used to reduce the deployment cost of large language models (LLMs), with existing evaluations focusing almost exclusively on accuracy preservation.…

Model Compression

SLMQuant:Benchmarking Small Language Model Quantization for Practical Deployment

2025-11-17 · Jiacheng Wang, Yejun Zeng, Jinyang Guo, Yuqing Ma 외 arxiv

Despite the growing interest in Small Language Models (SLMs) as resource-efficient alternatives to Large Language Models (LLMs), their deployment on edge devices remains challenging due to unresolved efficiency gaps in m…

Model Compression

Beyond Independent Optimization: Compression, MoE Routing, and Quantization Interactions in Multimodal Edge Intelligence

2026-07-23 · Jay Gor, Karm Dave, Akshita Abrol, Rajesh Gupta 외 arxiv

Efficient multimodal inference is increasingly constrained not only by model quality or FLOP count, but also by the cost of preserving, moving, routing, caching, and quantizing multimodal representations under latency, m…

Are Large Language Models Economically Viable for Industry Deployment?

2026-04-21 · Abdullah Mohammad, Sushant Kumar Ray, Pushkar Arora, Rafiq Ali 외 arxiv

Generative AI-powered by Large Language Models (LLMs)-is increasingly deployed in industry across healthcare decision support, financial analytics, enterprise retrieval, and conversational automation, where reliability, …

MobileAIBench: Benchmarking LLMs and LMMs for On-Device Use Cases

2024-06-12 · Rithesh Murthy, Liangwei Yang, Juntao Tan, Tulika Manoj Awalgaonkar 외

The deployment of Large Language Models (LLMs) and Large Multimodal Models (LMMs) on mobile devices has gained significant attention due to the benefits of enhanced privacy, stability, and personalization. However, the h…

BenchmarkingModel CompressionQuantization