CLAIMay 22, 2025

Bayesian Optimization for Enhanced Language Models: Optimizing Acquisition Functions

arXiv:2505.17151v12025 5th International Conference on Advanced Algorithms and Neural Networks (AANN)
Originality Incremental advance
AI Analysis

It addresses hyperparameter tuning for language model fine-tuning, which is an incremental improvement over existing methods.

This paper tackles the problem of fine-tuning large language models by optimizing acquisition functions in Bayesian optimization, resulting in up to a 2.7% improvement in generalization on GLUE tasks with RoBERTa-base.

With the rise of different language model architecture, fine-tuning is becoming even more important for down stream tasks Model gets messy, finding proper hyperparameters for fine-tuning. Although BO has been tried for hyperparameter tuning, most of the existing methods are oblivious to the fact that BO relies on careful choices of acquisition functions, which are essential components of BO that guide how much to explore versus exploit during the optimization process; Different acquisition functions have different levels of sensitivity towards training loss and validation performance; existing methods often just apply an acquisition function no matter if the training and validation performance are sensitive to the acquisition function or not. This work introduces{Bilevel - BO - SWA}, a model fusion approach coupled with a bilevel BO strategy to improve the fine - tunning of large language models. Our work on mixture of acquisition functions like EI and UCB into nested opt loops, where inner loop perform minimization of training loss while outer loops optimized w.r.t. val metric. Experiments on GLUE tasks using RoBERTA - base show that when using EI and UCB, there is an improvement in generalization, and fine - tuning can be improved by up to 2.7%.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes