PEFT-Bench: A Parameter-Efficient Fine-Tuning Methods Benchmark
Robert Belanec, Branislav Pecher, Ivan Srba, Maria Bielikova
TL;DR
PEFT-Bench delivers a unified, open benchmark for parameter-efficient fine-tuning of autoregressive LLMs, standardizing datasets, methods, and metrics across 27 NLP tasks. It introduces the PSCP metric to jointly capture performance with trainable parameters, inference FLOPs, and training memory, enabling fair comparisons. The framework demonstrates that methods like LoRA and LNTuning offer different tradeoffs between accuracy and efficiency, while soft-prompting methods tend to be harder to train and less stable. This work lays the foundation for reproducible PEFT evaluation and future extensions, including a web interface and multi-task analyses, to guide practical deployments under resource constraints.
Abstract
Despite the state-of-the-art performance of Large Language Models (LLMs) achieved on many tasks, their massive scale often leads to high computational and environmental costs, limiting their accessibility. Parameter-efficient fine-tuning (PEFT) methods address this challenge by reducing the number of trainable parameters while maintaining strong downstream performance. Despite the increased development in PEFT methods, current evaluations remain limited (in terms of evaluated models and datasets) and difficult to reproduce. To bridge this gap, we introduce PEFT-Bench, a unified end-to-end benchmark for evaluating diverse PEFT methods on autoregressive LLMs. We demonstrate its usage across 27 NLP datasets and 6 PEFT methods. To account for different PEFT training and inference factors, we also introduce the PEFT Soft Score Penalties (PSCP) metric, which takes trainable parameters, inference speed, and training memory usage into account.
