Papers › An Empirical Study of Qwen3 Quantization

An Empirical Study of Qwen3 Quantization

4 May 2025arXiv:2505.02214archive 2025-07-28

Xingyu Zheng, Yuye Li, Haoran Chu, Yue Feng, Xudong Ma, Jie Luo, Jinyang Guo, Haotong Qin, Michele Magno, Xianglong Liu

The Qwen series has emerged as a leading family of open-source Large Language Models (LLMs), demonstrating remarkable capabilities in natural language understanding tasks. With the recent release of Qwen3, which exhibits superior performance across diverse benchmarks, there is growing interest in deploying these models efficiently in resource-constrained environments. Low-bit quantization presents a promising solution, yet its impact on Qwen3's performance remains underexplored. This study conducts a systematic evaluation of Qwen3's robustness under various quantization settings, aiming to uncover both opportunities and challenges in compressing this state-of-the-art model. We rigorously assess 5 existing classic post-training quantization techniques applied to Qwen3, spanning bit-widths from 1 to 8 bits, and evaluate their effectiveness across multiple datasets. Our findings reveal that while Qwen3 maintains competitive performance at moderate bit-widths, it experiences notable degradation in linguistic tasks under ultra-low precision, underscoring the persistent hurdles in LLM compression. These results emphasize the need for further research to mitigate performance loss in extreme quantization scenarios. We anticipate that this empirical analysis will provide actionable insights for advancing quantization methods tailored to Qwen3 and future LLMs, ultimately enhancing their practicality without compromising accuracy. Our project is released on https://github.com/Efficient-ML/Qwen3-Quantization and https://huggingface.co/collections/Efficient-ML/qwen3-quantization-68164450decb1c868788cb2b.

PaperPDFCodeCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

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

Code

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

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

efficient-ml/qwen3-quantization officialmentioned in paperpytorchApache-2.0 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; 7 ran; 0 honoured the contract we drafted; 5 have no recorded run. Read from Syntology's graph 2026-09-25; that is when this build read the record, not when the samples ran.

4ran · our draft was wrong
3ran
5unverified

Licence: 0 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 efficient-ml/qwen3-quantization. “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.

find_layers efficient-ml/qwen3-quantization/BiLLM/modelutils.py official repository ran · our draft was wrong Apache-2.0 (permissive) · a9e7f2cdf016b88b · report
high_order_residual efficient-ml/qwen3-quantization/BiLLM/binary.py official repository ran Apache-2.0 (permissive) · 7ae3b57ecdeec075 · report
normal_quantize efficient-ml/qwen3-quantization/BiLLM/binary.py official repository ran Apache-2.0 (permissive) · dd1edfd05dda7353 · report
part_mean efficient-ml/qwen3-quantization/BiLLM/binary.py official repository ran fingerprinted Apache-2.0 (permissive) · 25eb3a441763f260 · report
quantize_activation_per_token_absmax efficient-ml/qwen3-quantization/SmoothQuant-for-Qwen3/smoothquant-main/smoothquant/fake_quant.py official repository ran · our draft was wrong fingerprinted Apache-2.0 (permissive) · c1cb961b4f5cb75c · report
quantize_weight_per_channel_absmax efficient-ml/qwen3-quantization/SmoothQuant-for-Qwen3/smoothquant-main/smoothquant/fake_quant.py official repository ran · our draft was wrong fingerprinted Apache-2.0 (permissive) · 770da8497b2ff4ba · report
quantize_weight_per_tensor_absmax efficient-ml/qwen3-quantization/SmoothQuant-for-Qwen3/smoothquant-main/smoothquant/fake_quant.py official repository ran · our draft was wrong fingerprinted Apache-2.0 (permissive) · dd3493503cb95888 · report
get_act_scales efficient-ml/qwen3-quantization/SmoothQuant-for-Qwen3/smoothquant-main/smoothquant/calibration.py official repository unverified Apache-2.0 (permissive) · 3fed3338f2ffb08f · report
get_ptb efficient-ml/qwen3-quantization/BiLLM/datautils.py official repository unverified Apache-2.0 (permissive) · a7cbf4fc49c71e03 · report
get_static_decoder_layer_scales efficient-ml/qwen3-quantization/SmoothQuant-for-Qwen3/smoothquant-main/smoothquant/calibration.py official repository unverified Apache-2.0 (permissive) · a5a75a01c343fb3b · report
get_tokenizer efficient-ml/qwen3-quantization/BiLLM/datautils.py official repository unverified Apache-2.0 (permissive) · 729f957048af4a3f · report
get_wikitext2 efficient-ml/qwen3-quantization/BiLLM/datautils.py official repository unverified Apache-2.0 (permissive) · 011909315dfdbc2e · report

Tasks

Natural Language UnderstandingQuantization

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