Papers › LLMCBench: Benchmarking Large Language Model Compression for Efficient Deployment

LLMCBench: Benchmarking Large Language Model Compression for Efficient Deployment

28 Oct 2024arXiv:2410.21352archive 2025-07-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.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2410.21352")

Code

Syntology Ran 4 of 17 code samples harvested from 1 repository linked to this paper; 13 have no recorded run. Of those that ran: 3 ran · our draft was wrong; 1 ran with no contract checked.

By repository: official repository: 17 samples from 1 repository, 4 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

aboveparadise/llmcbench officialmentioned in papermentioned on GitHubpytorchMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

17 samples harvested; 4 ran; 0 honoured the contract we drafted; 13 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

3ran · our draft was wrong
1ran
13unverified

Licence: 0 of the 17 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from AboveParadise/LLMCBench. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

format_example AboveParadise/LLMCBench/evaluate_mmlu.py official repository ran · our draft was wrong MIT (permissive) · cd763eaf1ac287e7 · report
format_frame AboveParadise/LLMCBench/evaluate_tQA.py official repository ran · our draft was wrong MIT (permissive) · 18c6154c3dcf6170 · report
format_subject AboveParadise/LLMCBench/evaluate_mmlu.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · 6ab745408cb8648b · report
gen_prompt AboveParadise/LLMCBench/evaluate_mmlu.py official repository ran MIT (permissive) · 3383488ea82b6c15 · report
eval AboveParadise/LLMCBench/evaluate_mnli.py official repository unverified MIT (permissive) · 5a00707831004560 · report
eval_ppl AboveParadise/LLMCBench/evaluate_ppl.py official repository unverified MIT (permissive) · d8fea7ed2cb92813 · report
find_subsequence AboveParadise/LLMCBench/evaluate_tQA.py official repository unverified MIT (permissive) · dd3a73b173924da9 · report
format_best AboveParadise/LLMCBench/evaluate_tQA.py official repository unverified MIT (permissive) · 158b8847881a64b3 · report
format_example AboveParadise/LLMCBench/evaluate_advglue.py official repository unverified MIT (permissive) · 984d3567b5126f65 · report
format_example AboveParadise/LLMCBench/evaluate_mnli.py official repository unverified MIT (permissive) · 7538653cf2565390 · report
format_example AboveParadise/LLMCBench/evaluate_qnli.py official repository unverified MIT (permissive) · dafa37632f3f91bf · report
gen_prompt AboveParadise/LLMCBench/evaluate_advglue.py official repository unverified MIT (permissive) · 00e220ac67451517 · report
gen_prompt AboveParadise/LLMCBench/evaluate_mnli.py official repository unverified MIT (permissive) · b8a3329c6d548881 · report
gen_prompt AboveParadise/LLMCBench/evaluate_qnli.py official repository unverified MIT (permissive) · 65cc2c5bebc786da · report
get_loaders AboveParadise/LLMCBench/evaluate_ppl.py official repository unverified MIT (permissive) · 3f1d2bce76741bc0 · report
load_model_tokenizer AboveParadise/LLMCBench/evaluate_advglue.py official repository unverified MIT (permissive) · 2e1841f87a930398 · report
load_questions AboveParadise/LLMCBench/tqa_utilities.py official repository unverified MIT (permissive) · a58462e59e01f858 · report

Tasks

BenchmarkingLanguage ModelingLanguage ModellingLarge Language ModelModel Compression

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections