CLAIFeb 28, 2024

Evaluating Quantized Large Language Models

arXiv:2402.18158v291 citationsh-index: 26Has CodeICML
AI Analysis

It addresses the need for efficient and high-performance LLMs in diverse scenarios, offering guidance on quantization method selection, but is incremental as it focuses on evaluation rather than introducing new methods.

This paper conducts a comprehensive evaluation of post-training quantization (PTQ) for large language models (LLMs) across 11 model families and five task types, systematically summarizing the effects and providing practical recommendations for applying quantization techniques.

Post-training quantization (PTQ) has emerged as a promising technique to reduce the cost of large language models (LLMs). Specifically, PTQ can effectively mitigate memory consumption and reduce computational overhead in LLMs. To meet the requirements of both high efficiency and performance across diverse scenarios, a comprehensive evaluation of quantized LLMs is essential to guide the selection of quantization methods. This paper presents a thorough evaluation of these factors by evaluating the effect of PTQ on Weight, Activation, and KV Cache on 11 model families, including OPT, LLaMA2, Falcon, Bloomz, Mistral, ChatGLM, Vicuna, LongChat, StableLM, Gemma, and Mamba, with parameters ranging from 125M to 180B. The evaluation encompasses five types of tasks: basic NLP, emergent ability, trustworthiness, dialogue, and long-context tasks. Moreover, we also evaluate the state-of-the-art (SOTA) quantization methods to demonstrate their applicability. Based on the extensive experiments, we systematically summarize the effect of quantization, provide recommendations to apply quantization techniques, and point out future directions. The code can be found in https://github.com/thu-nics/qllm-eval.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes