Response to Reviewer gFLk
Thanks for your insightful comments!
**Re: The core finding is that a multiplicative scaling model achieves better fits than a closely additive scaling model.**
We appreciate your highlight of the proposed multiplicative scaling law. Note we consider it as a tool for analyzing the empirical results. Our main focus is to understand how LLM model size, pretraining data size, PET parameter size and finetuning data size affect the finetuning, which we achieve through this tool. We hope our follow-up findings could gain more attention, such as the importance of LLM model scaling, the ineffectiveness of PET scaling, and the high degree of task dependence of LLM finetuning.
**Re: Why not add even more terms for even more expressivity? Can there be, and should there be, some controlling for the complexity of the law itself?**
Expressivity is not the only consideration and we expect the law to be as simple/clean as possible.
1) There should be a trade off between expressivity and generalization. Adding more terms increases the expressivity theoretically but also brings in risks of overfitting, i.e. the model fits well on the given data but suffers from poor extrapolation. This problem becomes more concerning in LLM finetuning as the finetuning results can be very noisy, particularly for LoRA and Prompt tuning.
2) Keeping the formulation simple eases analysis. Note our analysis in Section 4 is mainly based on the comparison of different scaling exponents. But such direct comparison is significant only for the proposed multiplicative formulation without additional terms. In the additive formulation, for example, comparing $\alpha$ with $\beta$ is complicated due to the difference of $A$ and $B$.
**Re: Where are the counterparts of Table 2 for the other tasks and other metrics (besides perplexity)?**
For the fitting errors on WMT En-Zh and MLSum, we add them in Table 6, Appendix in the updated version. We noticed that the multiplicative scaling law performs worse on MLSum compared to the additive one; but overall, our proposal generalizes slightly better over different tasks and finetuning methods.
For the scaling laws on metrics other than PPL, we didn’t explore them. Firstly, these metrics highly correlate with PPL as demonstrated by the high Pearson’s $r$ in Table 7, Appendix in the updated version. Secondly, adopting PPL for scaling law is the standard practice in the literature [1,2,3] because improvements in PPL may not be well reflected in other metrics. Take the binary classification task as an example. Improving the probability (thus PPL) of the correct answer from 0.1 to 0.2 doesn’t change the classification accuracy (take 0.5 as the threshold).
**Re: BLEURT-RougeL picture "shows high correlation with the PPL scores in general"**
We performed Pearson correlation analysis between PPL and BLEURT/RougeL and added Table 7 to Appendix in the updated version. Most Pearson’s $r$’s absolute value is larger than 0.9, and all of them are significant at $p<0.01$ except FMT for LLM model scaling on WMT En-De.
**Re: This guidance is very familiar and doesn't need to be characterized with a "scaling law". Is there more specific guidance implicit in this work?**
While the findings align with intuition and look familiar, the scaling law is still necessary as it offers a quantitative measure for the impact of different scaling factors on the finetuning. This enables the comparison between scaling factors and gives readers more convincing evidence beyond intuition and experience. We consider these findings reached through large-scale and systematic experiments and characterized by our scaling laws as significant contributions to the community.
We need to emphasize that our results provide rich information and the guidance is multi-dimensional, not just specific to finetuning. For example, finetuning benefits more from LLM model scaling than pretraining data scaling, which suggests a different recipe compared to the computation optimal scaling for the pretraining. In terms of finetuning, while PPL generally goes down with more data, the expected return from collecting more finetuning data differs greatly across finetuning methods as demonstrated by the scaling laws, and PET shouldn’t be expected to perform well with small LLMs.
In the era of LLM, our study represents itself as the first kind to explore the model, data and finetuning method for the scaling of LLM finetuning, which we believe contains intriguing and substantial contents to the community. We hope the reviewer could reconsider our paper.
>- [1] Kaplan et al., 2020. Scaling Laws for Neural Language Models
>- [2] Ghorbani et al., 2021. Scaling Laws for Neural Machine Translation
>- [3] Hoffmann et al., 2022. Training Compute-Optimal Large Language Models