2022
SparseAdapter: An Easy Approach for Improving the Parameter-Efficiency of Adapters
EMNLP 2022finding
Adapter Tuning, which freezes the pretrained language models (PLMs) and only fine-tunes a few extra modules, becomes an appealing efficient alternative to the full model fine-tuning. Although computationally efficient, the recent Adapters often increase parameters (e.g. bottleneck dimension) for mat…