Improving Conversational Abilities of Quantized Large Language Models via Direct Preference Alignment
Janghwan Lee, Seongmin Park, Sukjin Hong, Minsoo Kim, Du-Seong Chang, Jungwook Choi
TL;DR
The paper tackles the gap between cost-efficient quantized LLMs and their conversational performance by identifying token-flipping as a key degradation factor. It introduces Quantization-aware Direct Preference Optimization (QDPO), which constructs a preference-based objective from full-precision and quantized model outputs to align the two regimes without heavy human labeling. Through experiments on Vicuna and Mi:dm across MT-Bench, Vicuna-Eval, and FLASK, QDPO consistently outperforms PTQ baselines, AWQ, and KD, recovering conversation quality and maintaining task performance. The results demonstrate a practical route to deploy efficient quantized LLMs without sacrificing nuanced conversational behavior, with strong multilingual support and compatibility with RLHF-based workflows.
Abstract
The rapid advancement of large language models (LLMs) has facilitated their transformation into conversational chatbots that can grasp contextual nuances and generate pertinent sentences, closely mirroring human values through advanced techniques such as instruction tuning and reinforcement learning from human feedback (RLHF). However, the computational efficiency required for LLMs, achieved through techniques like post-training quantization (PTQ), presents challenges such as token-flipping that can impair chatbot performance. In response, we propose a novel preference alignment approach, quantization-aware direct preference optimization (QDPO), that aligns quantized LLMs with their full-precision counterparts, improving conversational abilities. Evaluated on two instruction-tuned LLMs in various languages, QDPO demonstrated superior performance in improving conversational abilities compared to established PTQ and knowledge-distillation fine-tuning techniques, marking a significant step forward in the development of efficient and effective conversational LLMs.
