Concepedia

TLDR

Recent pretrained language models have grown from millions to billions of parameters, creating a need to fine‑tune these large models with limited data for downstream tasks. The study proposes Child‑Tuning, a fine‑tuning method that updates only a subset of parameters by masking gradients of the rest during back‑propagation. Child‑Tuning selectively updates a child network while freezing the rest of the parameters by masking their gradients during training. Experiments on GLUE show Child‑Tuning outperforms vanilla fine‑tuning by 1.5–8.6 average points across four models and beats prior methods by 0.6–1.3 points, while also delivering large gains in domain and task transfer.

Abstract

Recent pretrained language models extend from millions to billions of parameters. Thus the need to fine-tune an extremely large pretrained model with a limited training corpus arises in various downstream tasks. In this paper, we propose a straightforward yet effective fine-tuning technique, Child-Tuning, which updates a subset of parameters (called child network) of large pretrained models via strategically masking out the gradients of the non-child network during the backward process. Experiments on various downstream tasks in GLUE benchmark show that Child-Tuning consistently outperforms the vanilla fine-tuning by 1.5 8.6 average score among four different pretrained models, and surpasses the prior fine-tuning techniques by 0.6 1.3 points. Furthermore, empirical results on domain transfer and task transfer show that Child-Tuning can obtain better generalization performance by large margins.

References

YearCitations

Page 1