Papers › Evaluating the Generalization Ability of Quantized LLMs: Benchmark, Analysis, and Toolbox

Evaluating the Generalization Ability of Quantized LLMs: Benchmark, Analysis, and Toolbox

15 Jun 2024arXiv:2406.12928archive 2025-07-28

Yijun Liu, Yuan Meng, Fang Wu, Shenhao Peng, Hang Yao, Chaoyu Guan, Chen Tang, Xinzhu Ma, Zhi Wang, Wenwu Zhu

Large language models (LLMs) have exhibited exciting progress in multiple scenarios, while the huge computational demands hinder their deployments in lots of real-world applications. As an effective means to reduce memory footprint and inference cost, quantization also faces challenges in performance degradation at low bit-widths. Understanding the impact of quantization on LLM capabilities, especially the generalization ability, is crucial. However, the community's main focus remains on the algorithms and models of quantization, with insufficient attention given to whether the quantized models can retain the strong generalization abilities of LLMs. In this work, we fill this gap by providing a comprehensive benchmark suite for this research topic, including an evaluation system, detailed analyses, and a general toolbox. Specifically, based on the dominant pipeline in LLM quantization, we primarily explore the impact of calibration data distribution on the generalization of quantized LLMs and conduct the benchmark using more than 40 datasets within two main scenarios. Based on this benchmark, we conduct extensive experiments with two well-known LLMs (English and Chinese) and four quantization algorithms to investigate this topic in-depth, yielding several counter-intuitive and valuable findings, e.g., models quantized using a calibration set with the same distribution as the test data are not necessarily optimal. Besides, to facilitate future research, we also release a modular-designed toolbox, which decouples the overall pipeline into several separate components, e.g., base LLM module, dataset module, quantizer module, etc. and allows subsequent researchers to easily assemble their methods through a simple configuration. Our benchmark suite is publicly available at https://github.com/TsingmaoAI/MI-optimize

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="2406.12928")

Code

Syntology Ran 4 of 12 code samples harvested from 1 repository linked to this paper; 8 have no recorded run. Of those that ran: 4 ran with no contract checked.

By repository: official repository: 12 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.

tsingmaoai/mi-optimize officialmentioned in paperpytorchNOASSERTION 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

12 samples harvested; 4 ran; 0 honoured the contract we drafted; 8 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.

4ran
8unverified

Licence: 12 of the 12 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 tsingmaoai/mi-optimize. “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.

get_boss tsingmaoai/mi-optimize/mi_optimize/datasets/load_boss.py official repository ran licence not identified · pointer only · d89391706db541b9 · report
get_subjects_ceval tsingmaoai/mi-optimize/mi_optimize/datasets/load_ceval.py official repository ran fingerprinted licence not identified · pointer only · 40419b9c9281dcf9 · report
get_subjects_cmmlu tsingmaoai/mi-optimize/mi_optimize/datasets/load_cmmlu.py official repository ran fingerprinted licence not identified · pointer only · 91b9c29f9f68f094 · report
load_cmmlu tsingmaoai/mi-optimize/mi_optimize/datasets/load_cmmlu.py official repository ran licence not identified · pointer only · cf57d949ad2d6f45 · report
get_c4 tsingmaoai/mi-optimize/mi_optimize/datasets/data_loader.py official repository unverified licence not identified · pointer only · 0f169d61e5b5e02a · report
get_calibrate_boss tsingmaoai/mi-optimize/mi_optimize/datasets/load_boss.py official repository unverified licence not identified · pointer only · b1df7bc50114300b · report
get_ceval tsingmaoai/mi-optimize/mi_optimize/datasets/load_ceval.py official repository unverified licence not identified · pointer only · d71510096bae581e · report
get_cmmlu tsingmaoai/mi-optimize/mi_optimize/datasets/load_cmmlu.py official repository unverified licence not identified · pointer only · 1909079fb191a012 · report
get_ptb tsingmaoai/mi-optimize/mi_optimize/datasets/data_loader.py official repository unverified licence not identified · pointer only · f6e95ffd6622a1b4 · report
get_str tsingmaoai/mi-optimize/mi_optimize/datasets/load_boss.py official repository unverified licence not identified · pointer only · fc292f3230d4dfd8 · report
get_wikitext2 tsingmaoai/mi-optimize/mi_optimize/datasets/data_loader.py official repository unverified licence not identified · pointer only · 05cb56deff8da528 · report
load_ceval tsingmaoai/mi-optimize/mi_optimize/datasets/load_ceval.py official repository unverified licence not identified · pointer only · 10664b9521178405 · report

Tasks

Quantization

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

BASEFocusSET

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