24
2

An Online Learning Approach to Prompt-based Selection of Generative Models

Abstract

Selecting a sample generation scheme from multiple text-based generative models is typically addressed by choosing the model that maximizes an averaged evaluation score. However, this score-based selection overlooks the possibility that different models achieve the best generation performance for different types of text prompts. An online identification of the best generation model for various input prompts can reduce the costs associated with querying sub-optimal models. In this work, we explore the possibility of varying rankings of text-based generative models for different text prompts and propose an online learning framework to predict the best data generation model for a given input prompt. The proposed PAK-UCB algorithm addresses a contextual bandit (CB) setting with shared context variables across the arms, utilizing the generated data to update kernel-based functions that predict the score of each model available for unseen text prompts. Additionally, we leverage random Fourier features (RFF) to accelerate the online learning process of PAK-UCB and establish a O~(T)\widetilde{\mathcal{O}}(\sqrt{T}) regret bound for the proposed RFF-based CB algorithm over TT iterations. Our numerical experiments on real and simulated text-to-image and image-to-text generative models show that RFF-UCB performs successfully in identifying the best generation model across different sample types.

View on arXiv
@article{hu2025_2410.13287,
  title={ An Online Learning Approach to Prompt-based Selection of Generative Models },
  author={ Xiaoyan Hu and Ho-fung Leung and Farzan Farnia },
  journal={arXiv preprint arXiv:2410.13287},
  year={ 2025 }
}
Comments on this paper