paper-with-me

Papers

Towards Efficient Post-training Quantization of Pre-trained Language Models

2021-09-30 · Haoli Bai, Lu Hou, Lifeng Shang, Xin Jiang, Irwin King, Michael R. Lyu

Network quantization has gained increasing attention with the rapid growth of large pre-trained language models~(PLMs). However, most existing quantization methods for PLMs follow quantization-aware training~(QAT) that requires end-to-end training with full access to the entire dataset. Therefore, they suffer from slow training, large memory overhead, and data security issues. In this paper, we study post-training quantization~(PTQ) of PLMs, and propose module-wise quantization error minimization~(MREM), an efficient solution to mitigate these issues. By partitioning the PLM into multiple modules, we minimize the reconstruction error incurred by quantization for each module. In addition, we design a new model parallel training strategy such that each module can be trained locally on separate computing devices without waiting for preceding modules, which brings nearly the theoretical training speed-up (e.g., $4\times$ on $4$ GPUs). Experiments on GLUE and SQuAD benchmarks show that our proposed PTQ solution not only performs close to QAT, but also enjoys significant reductions in training time, memory overhead, and data consumption.

📄 PDF Abstract BibTeX arXiv:2109.15082

Code (0)

등록된 구현이 없습니다.

Tasks

Quantization

Similar Papers 제목 키워드 기반

LLM-QAT: Data-Free Quantization Aware Training for Large Language Models

2023-05-29 · Zechun Liu, Barlas Oguz, Changsheng Zhao, Ernie Chang 외

Several post-training quantization methods have been applied to large language models (LLMs), and have been shown to perform well down to 8-bits. We find that these methods break down at lower bit precision, and investig…

Data Free QuantizationQuantization

SEPTQ: A Simple and Effective Post-Training Quantization Paradigm for Large Language Models

2026-04-11 · Han Liu, Haotian Gao, Xiaotong Zhang, Changya Li 외 arxiv

Large language models (LLMs) have shown remarkable performance in various domains, but they are constrained by massive computational and storage costs. Quantization, an effective technique for compressing models to fit r…

RoSTE: An Efficient Quantization-Aware Supervised Fine-Tuning Approach for Large Language Models

2025-02-13 · Quan Wei, Chung-Yiu Yau, Hoi-To Wai, Yang 외

Supervised fine-tuning is a standard method for adapting pre-trained large language models (LLMs) to downstream tasks. Quantization has been recently studied as a post-training technique for efficient LLM deployment. To …

Quantization

The Uneven Impact of Post-Training Quantization in Machine Translation

2025-08-28 · Benjamin Marie, Atsushi Fujita arxiv

Quantization is essential for deploying large language models (LLMs) on resource-constrained hardware, but its implications for multilingual tasks remain underexplored. We conduct the first large-scale evaluation of post…

Machine Translation

DAQ: Delta-Aware Quantization for Post-Training LLM Weight Compression

2026-03-20 · Xiaoming Yu, Shize Tang, Guanghua Yu, Linchuan Xie 외 arxiv

We introduce Delta-Aware Quantization (DAQ), a data-free post-training quantization framework that preserves the knowledge acquired during post-training. Standard quantization objectives minimize reconstruction error but…