Model Fusion through Bayesian Optimization in Language Model Fine-Tuning
Chaeyun Jang, Hyungi Lee, Jungtaek Kim, Juho Lee
TL;DR
The paper tackles the resource-intensive and hyperparameter-sensitive problem of fine-tuning large language models by introducing BOMF, a Bayesian-optimization-guided model fusion method. It combines a two-stage approach: first search hyperparameters on lightweight model variants to identify strong training trajectories, then use multi-objective Bayesian optimization to determine optimal fusion weights that balance multiple metrics with the training loss. A key insight is the misalignment between loss and metric landscapes in language tasks, which motivates moving beyond simple weight averaging to Pareto-aware fusion that jointly optimizes several objectives. Empirical results across medium- and large-scale LMs on GLUE, SQuAD, SAMSum, KorMedMCQA, and E2E show BOMF achieving superior or robust performance compared to Grid Fine-Tune, SWA variants, and single-metric baselines, with ablations highlighting the benefits of hyperparameter alignment and multi-objective optimization for efficiency and generalization.
Abstract
Fine-tuning pre-trained models for downstream tasks is a widely adopted technique known for its adaptability and reliability across various domains. Despite its conceptual simplicity, fine-tuning entails several troublesome engineering choices, such as selecting hyperparameters and determining checkpoints from an optimization trajectory. To tackle the difficulty of choosing the best model, one effective solution is model fusion, which combines multiple models in a parameter space. However, we observe a large discrepancy between loss and metric landscapes during the fine-tuning of pre-trained language models. Building on this observation, we introduce a novel model fusion technique that optimizes both the desired metric and loss through multi-objective Bayesian optimization. In addition, to effectively select hyperparameters, we establish a two-stage procedure by integrating Bayesian optimization processes into our framework. Experiments across various downstream tasks show considerable performance improvements using our Bayesian optimization-guided method.
