Disperse-then-merge: Pushing The Limits Of Instruction Tuning Via Alignment Tax Reduction · The Large Language Model Bible Contribute to LLM-Bible

Disperse-then-merge: Pushing The Limits Of Instruction Tuning Via Alignment Tax Reduction

Fu Tingchen, Cai Deng, Liu Lemao, Shi Shuming, Yan Rui. Arxiv 2024

[Paper]    
Ethics And Bias Fine Tuning Merging Pretraining Methods Tools Training Techniques

Supervised fine-tuning (SFT) on instruction-following corpus is a crucial approach toward the alignment of large language models (LLMs). However, the performance of LLMs on standard knowledge and reasoning benchmarks tends to suffer from deterioration at the latter stage of the SFT process, echoing the phenomenon of alignment tax. Through our pilot study, we put a hypothesis that the data biases are probably one cause behind the phenomenon. To address the issue, we introduce a simple disperse-then-merge framework. To be concrete, we disperse the instruction-following data into portions and train multiple sub-models using different data portions. Then we merge multiple models into a single one via model merging techniques. Despite its simplicity, our framework outperforms various sophisticated methods such as data curation and training regularization on a series of standard knowledge and reasoning benchmarks.

Similar Work