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

DB-LLM: Accurate Dual-Binarization for Efficient LLMs

About

Large language models (LLMs) have significantly advanced the field of natural language processing, while the expensive memory and computation consumption impede their practical deployment. Quantization emerges as one of the most effective methods for improving the computational efficiency of LLMs. However, existing ultra-low-bit quantization always causes severe accuracy drops. In this paper, we empirically relieve the micro and macro characteristics of ultra-low bit quantization and present a novel Dual-Binarization method for LLMs, namely DB-LLM. For the micro-level, we take both the accuracy advantage of 2-bit-width and the efficiency advantage of binarization into account, introducing Flexible Dual Binarization (FDB). By splitting 2-bit quantized weights into two independent sets of binaries, FDB ensures the accuracy of representations and introduces flexibility, utilizing the efficient bitwise operations of binarization while retaining the inherent high sparsity of ultra-low bit quantization. For the macro-level, we find the distortion that exists in the prediction of LLM after quantization, which is specified as the deviations related to the ambiguity of samples. We propose the Deviation-Aware Distillation (DAD) method, enabling the model to focus differently on various samples. Comprehensive experiments show that our DB-LLM not only significantly surpasses the current State-of-The-Art (SoTA) in ultra-low bit quantization (eg, perplexity decreased from 9.64 to 7.23), but also achieves an additional 20\% reduction in computational consumption compared to the SOTA method under the same bit-width. Our code will be released soon.

Hong Chen, Chengtao Lv, Liang Ding, Haotong Qin, Xiabin Zhou, Yifu Ding, Xuebo Liu, Min Zhang, Jinyang Guo, Xianglong Liu, Dacheng Tao• 2024

Related benchmarks

TaskDatasetResultRank
Language ModelingWikiText2
Perplexity4.64
3785
Language ModelingWikiText-2 (test)
PPL4.64
2333
Language ModelingWikiText-2
Perplexity (PPL)6.19
2320
Commonsense ReasoningHellaSwag
Accuracy76.16
1896
Language ModelingC4
Perplexity6.77
1565
Commonsense ReasoningWinoGrande
Accuracy61.7
1442
Question AnsweringARC Challenge
Accuracy44.45
906
Commonsense ReasoningPIQA
Accuracy79.87
757
Question AnsweringARC-E
Accuracy55.93
523
Question AnsweringPIQA
Accuracy73.1
505
Showing 10 of 25 rows

Other info

Follow for update