Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

LRQ: Optimizing Post-Training Quantization for Large Language Models by Learning Low-Rank Weight-Scaling Matrices

About

With the commercialization of large language models (LLMs), weight-activation quantization has emerged to compress and accelerate LLMs, achieving high throughput while reducing inference costs. However, existing post-training quantization (PTQ) techniques for quantizing weights and activations of LLMs still suffer from non-negligible accuracy drops, especially on massive multitask language understanding. To address this issue, we propose Low-Rank Quantization (LRQ) - a simple yet effective post-training weight quantization method for LLMs that reconstructs the outputs of an intermediate Transformer block by leveraging low-rank weight-scaling matrices, replacing the conventional full weight-scaling matrices that entail as many learnable scales as their associated weights. Thanks to parameter sharing via low-rank structure, LRQ only needs to learn significantly fewer parameters while enabling the individual scaling of weights, thus boosting the generalization capability of quantized LLMs. We show the superiority of LRQ over prior LLM PTQ works under (i) 8-bit weight and per-tensor activation quantization, (ii) 4-bit weight and 8-bit per-token activation quantization, and (iii) low-bit weight-only quantization schemes. Our code is available at Software.

Jung Hyun Lee, Jeonghoon Kim, June Yong Yang, Se Jung Kwon, Eunho Yang, Kang Min Yoo, Dongsoo Lee• 2024

Related benchmarks

TaskDatasetResultRank
Language ModelingWikiText2
Perplexity6.23
3785
Language ModelingWikiText-2 (test)
PPL5.75
2333
Language UnderstandingMMLU
MMLU Accuracy76.84
147
Instruction FollowingIFEval
IFEval Score71.72
87
Instruction FollowingIFEval
Avg. Score (IFEval)66.87
45
Language UnderstandingMMLU
MMLU Score63.24
40
Text GenerationGSM8K
Accuracy73.84
35
Text GenerationIFEval
Accuracy68.58
23
Showing 8 of 8 rows

Other info

Follow for update