W-PCA Based Gradient-Free Proxy for Efficient Search of Lightweight Language Models
Shang Wang
TL;DR
Weight-Weighted PCA (W-PCA) introduces a gradient-free zero-shot NAS proxy for lightweight language models, combining parameter count with PCA-based information content in FFN layers to rank architectures without training. By using a GA over a specially designed NLU search space and subsequent KD fine-tuning, W-PCA achieves dramatically faster search (2–3 orders of magnitude) and higher GLUE/SQuAD performance than prior NAS methods. The study demonstrates strong ranking correlations and competitive accuracy, with ablations confirming the advantage of the W-PCA product over individual proxies. The work suggests practical implications for efficient deployment of lightweight LMs and highlights potential extensions to larger generative models.
Abstract
The demand for efficient natural language processing (NLP) systems has led to the development of lightweight language models. Previous work in this area has primarily focused on manual design or training-based neural architecture search (NAS) methods. Recently, zero-shot NAS methods have been proposed for evaluating language models without the need for training. However, prevailing approaches to zero-shot NAS often face challenges such as biased evaluation metrics and computational inefficiencies. In this paper, we introduce weight-weighted PCA (W-PCA), a novel zero-shot NAS method specifically tailored for lightweight language models. Our approach utilizes two evaluation proxies: the parameter count and the number of principal components with cumulative contribution exceeding $η$ in the feed-forward neural (FFN) layer. Additionally, by eliminating the need for gradient computations, we optimize the evaluation time, thus enhancing the efficiency of designing and evaluating lightweight language models. We conduct a comparative analysis on the GLUE and SQuAD datasets to evaluate our approach. The results demonstrate that our method significantly reduces training time compared to one-shot NAS methods and achieves higher scores in the testing phase compared to previous state-of-the-art training-based methods. Furthermore, we perform ranking evaluations on a dataset sampled from the FlexiBERT search space. Our approach exhibits superior ranking correlation and further reduces solving time compared to other zero-shot NAS methods that require gradient computation.
