CLAILGMay 26, 2023

Neural Architecture Search for Parameter-Efficient Fine-tuning of Large Pre-trained Language Models

arXiv:2305.16597v1230 citations
Originality Incremental advance
AI Analysis

This work addresses the need for more efficient fine-tuning in NLP, but it is incremental as it builds on existing PET methods by applying NAS.

The paper tackles the problem of improving parameter-efficient fine-tuning (PET) methods for large pre-trained language models by using neural architecture search (NAS) to automate architectural design, achieving effective results as demonstrated on the GLUE benchmark.

Parameter-efficient tuning (PET) methods fit pre-trained language models (PLMs) to downstream tasks by either computing a small compressed update for a subset of model parameters, or appending and fine-tuning a small number of new model parameters to the pre-trained network. Hand-designed PET architectures from the literature perform well in practice, but have the potential to be improved via automated neural architecture search (NAS). We propose an efficient NAS method for learning PET architectures via structured and unstructured pruning. We present experiments on GLUE demonstrating the effectiveness of our algorithm and discuss how PET architectural design choices affect performance in practice.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes