2024

Delving into Parameter-Efficient Fine-Tuning in Code Change Learning: An Empirical Study

Liu, Shuo, Keung, Jacky, Yang, Zhen et al.

Understand

Compared to Full-Model Fine-Tuning (FMFT), Parameter Efficient Fine-Tuning (PEFT) has demonstrated superior performance and lower computational overhead in several code understanding tasks, such as code summarization and code search.

  • This advantage can be attributed to PEFT's ability to alleviate the catastrophic forgetting issue of Pre-trained Language Models (PLMs) by updating only a small number of parameters.
  • As a result, PEFT effectively harnesses the pre-trained general-purpose knowledge for downstream tasks.
  • However, existing studies primarily involve static code comprehension, aligning with the pre-training paradigm of recent PLMs and facilitating knowledge transfer, but they do not account for dynamic code changes.

Reading the bibliography…