When Quantization Affects Confidence Of Large Language Models? · The Large Language Model Bible Contribute to LLM-Bible

When Quantization Affects Confidence Of Large Language Models?

Proskurina Irina, Brun Luc, Metzler Guillaume, Velcin Julien. Arxiv 2024

[Paper]    
Efficiency And Optimization Ethics And Bias GPT Interpretability And Explainability Model Architecture Quantization RAG Training Techniques

Recent studies introduced effective compression techniques for Large Language Models (LLMs) via post-training quantization or low-bit weight representation. Although quantized weights offer storage efficiency and allow for faster inference, existing works have indicated that quantization might compromise performance and exacerbate biases in LLMs. This study investigates the confidence and calibration of quantized models, considering factors such as language model type and scale as contributors to quantization loss. Firstly, we reveal that quantization with GPTQ to 4-bit results in a decrease in confidence regarding true labels, with varying impacts observed among different language models. Secondly, we observe fluctuations in the impact on confidence across different scales. Finally, we propose an explanation for quantization loss based on confidence levels, indicating that quantization disproportionately affects samples where the full model exhibited low confidence levels in the first place.

Similar Work