machine learning

Quantize with Confidence? An Empirical Study of Quantization for Code Generation

arXiv:2607.14181

summary

The paper empirically evaluates six post‑training quantization methods for large code generation models, measuring their effects on functional correctness, code quality, and robustness across Python and Java benchmarks.

Abstract

The growing adoption of local inference frameworks such as Ollama has made it increasingly common for developers to run large code models on laptops and other resource-constrained hardware. In these settings, post-training quantization is essential for reducing memory footprint and enabling practical deployment, yet its impact on generated code remains insufficiently understood. We empirically evaluate six state-of-the-art quantization methods (GPTQ, AWQ, QuIP#, AQLM, BitsAndBytes, and GGUF) on two representative large code model families, Qwen2.5-Coder and CodeLlama, using the multilingual McEval and CoderEval benchmarks for Python and Java. We assess functional correctness (pass@1) together with maintainability, reliability, security, and structural complexity. We also introduce a novel analysis of robustness under varying prompt complexity, characterized by Shannon entropy and token length. Our results show that quantization techniques differ meaningfully in their impact on correctness and code quality. AQLM consistently matches or exceeds the full-precision baseline, whereas QuIP# exhibits the largest correctness degradation, particularly on complex prompts. Security attributes remain stable across models, benchmarks, and programming languages, while robustness to prompt complexity varies across techniques. These findings provide practical guidance for selecting quantization strategies for deploying large code models on resource-constrained hardware and highlight the importance of evaluating quantized models beyond functional correctness.

Topics & keywords

#code generation#model quantization#large language models#software security#prompt robustnessGPTQAWQAQLMQuIP#BitsAndBytesGGUFQwen2.5-CoderCodeLlamapass@1Shannon entropy
Quantize with Confidence? An Empirical Study of Quantization for Code Generation · wovepaper