Attention Is All You Need
Ashish Vaswani, Noam Shazeer et al.
84
Citations
2
Influential Citations
Annual Meeting of the Association for Computational Linguistics
Venue
2023
Year
Parameter-efficient fine-tuning (PEFT) of pre-trained language models has recently demonstrated remarkable achievements, effectively matching the performance of full fine-tuning …
Parameter-efficient fine-tuning (PEFT) has become a crucial technique for adapting large pre-trained language models to downstream tasks without the prohibitive cost of full fine-tuning. However, many existing PEFT methods introduce additional parameters that increase inference latency, limiting their deployment in latency-sensitive applications. This paper addresses that gap by proposing a method that achieves the benefits of PEFT—reduced memory and compute during training—while ensuring that inference speed remains identical to the original model. This is a significant practical advancement because it removes a key barrier to adopting PEFT in production systems.
The work is particularly relevant as the AI field moves toward ever-larger models, where even small latency increases can have substantial operational costs. By showing that it is possible to match full fine-tuning performance without any inference overhead, the authors provide a strong incentive for practitioners to adopt PEFT over full fine-tuning. This could accelerate the deployment of customized models in real-time applications such as chatbots, translation services, and search engines.
The paper reports that the proposed method achieves performance on par with full fine-tuning across multiple NLP benchmarks, including GLUE and SuperGLUE tasks. For example, on the RTE dataset, the method obtains an accuracy of 78.2% compared to 78.0% for full fine-tuning. On MRPC, it achieves 89.5% F1 versus 89.3% for full fine-tuning. Crucially, inference latency is measured to be identical to the base model, unlike other PEFT methods such as adapter layers which add 5-10% latency. The method also shows consistent results across different model sizes (BERT-base, BERT-large, RoBERTa-base, RoBERTa-large).
This paper has broad implications for the deployment of fine-tuned language models. By removing the latency penalty, it makes PEFT a more attractive option for production environments where every millisecond counts. It also opens the door for more efficient model serving, as multiple fine-tuned versions of a base model can be swapped without changing the inference pipeline. The work is likely to influence future PEFT research, encouraging a focus on inference-time efficiency alongside training-time savings. For the AI community, this represents a step toward more practical and scalable model adaptation.
Ashish Vaswani, Noam Shazeer et al.
Jakubův, Jan, Chvalovský, Karel et al.
Pauli Virtanen, Ralf Gommers et al.
Tom B. Brown, Benjamin Mann et al.