Search for Efficient Large Language Models
Xuan Shen, Pu Zhao, Yifan Gong, Zhenglun Kong, Zheng Zhan, Yushu Wu,, Ming Lin, Chao Wu, Xue Lin, Yanzhi Wang

TL;DR
This paper introduces a training-free architecture search framework for large language models that identifies efficient subnets, maintaining performance while reducing memory usage and accelerating inference, without relying on traditional weight optimization techniques.
Contribution
The paper proposes a novel training-free architecture search method for LLMs that finds optimal subnets and uses a reformation algorithm for weight correction, outperforming existing pruning techniques.
Findings
Superior performance on standard benchmarks compared to SOTA pruning methods.
Generated subnets reduce GPU memory usage and accelerate inference.
The approach preserves the core strengths of original LLMs while improving efficiency.
Abstract
Large Language Models (LLMs) have long held sway in the realms of artificial intelligence research. Numerous efficient techniques, including weight pruning, quantization, and distillation, have been embraced to compress LLMs, targeting memory reduction and inference acceleration, which underscore the redundancy in LLMs. However, most model compression techniques concentrate on weight optimization, overlooking the exploration of optimal architectures. Besides, traditional architecture search methods, limited by the elevated complexity with extensive parameters, struggle to demonstrate their effectiveness on LLMs. In this paper, we propose a training-free architecture search framework to identify optimal subnets that preserve the fundamental strengths of the original LLMs while achieving inference acceleration. Furthermore, after generating subnets that inherit specific weights from the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Text and Document Classification Technologies
MethodsPruning
