← Search

Ze-Feng Gao

8 accepted papers

2024

Do Emergent Abilities Exist in Quantized Large Language Models: An Empirical Study

COLING 2024main

Despite the superior performance, Large Language Models (LLMs) require significant computational resources for deployment and use. To overcome this issue, quantization methods have been widely applied to reduce the memory footprint of LLMs as well as increase the inference rate. However, a major cha…

2024

Enhancing Parameter-efficient Fine-tuning with Simple Calibration Based on Stable Rank

COLING 2024main

Lightweight fine-tuning is widely used as an important technique for efficiently adapting pre-trained language models (PLM) to downstream tasks. Despite the reduction in trainable parameters, existing lightweight fine-tuning methods are found to be effective in low-resource settings but often fail i…

Cited by 0SourcePDFScholar
2024

Over-parameterized Student Model via Tensor Decomposition Boosted Knowledge Distillation

NeurIPS 2024poster

Increased training parameters have enabled large pre-trained models to excel in various downstream tasks. Nevertheless, the extensive computational requirements associated with these models hinder their widespread adoption within the community. We focus on Knowledge Distillation (KD), where a compac…

2024

Unlocking Data-free Low-bit Quantization with Matrix Decomposition for KV Cache Compression

ACL 2024long

Key-value (KV) caching is an important technique to accelerate the inference of large language models (LLMs), but incurs significant memory overhead. To compress the size of KV cache, existing methods often compromise precision or require extra data for calibration, limiting their practicality in LL…

2023

Enhancing Scalability of Pre-trained Language Models via Efficient Parameter Sharing

EMNLP 2023long findings

In this paper, we propose a highly parameter-efficient approach to scaling pre-trained language models (PLMs) to a deeper model depth. Unlike prior work that shares all parameters or uses extra blocks, we design a more capable parameter-sharing architecture based on matrix product operator (MPO), a…

Cited by 0SourcecodeScholar
2023

Small Pre-trained Language Models Can be Fine-tuned as Large Models via Over-Parameterization

ACL 2023long

By scaling the model size, large pre-trained language models (PLMs) have shown remarkable performance in various natural language processing tasks, mostly outperforming small PLMs by a large margin. However, due to the high computational cost, the huge number of parameters also restricts the applica…

2022

Parameter-Efficient Mixture-of-Experts Architecture for Pre-trained Language Models

COLING 2022main

Recently, Mixture-of-Experts (short as MoE) architecture has achieved remarkable success in increasing the model capacity of large-scale language models. However, MoE requires incorporating significantly more parameters than the base model being extended. In this paper, we propose building a paramet…

2021

Enabling Lightweight Fine-tuning for Pre-trained Language Model Compression based on Matrix Product Operators

ACL 2021long

This paper presents a novel pre-trained language models (PLM) compression approach based on the matrix product operator (short as MPO) from quantum many-body physics. It can decompose an original matrix into central tensors (containing the core information) and auxiliary tensors (with only a small p…