Faster, Cheaper, Better: Multi-Objective Hyperparameter Optimization for LLM and RAG Systems
Matthew Barker, Andrew Bell, Evan Thomas, James Carr, Thomas Andrews, Umang Bhatt
TL;DR
This work tackles the challenge of end-to-end multi-objective hyperparameter optimization for LLM and RAG pipelines, addressing cost, latency, safety, and alignment. It introduces a Bayesian optimization framework using the hypervolume indicator $\ abla$HV and the acquisition function qLogNEHVI to efficiently explore noisy, high-dimensional configuration spaces that include LLM and embedding choices. The authors validate their approach on two industry-relevant benchmarks, FinancialQA and MedicalQA, and demonstrate superior Pareto fronts compared to baselines, while releasing the new datasets and offering practitioner guidance on task- and objective-dependence. The study highlights practical considerations for deploying MO-RAG configurations and outlines directions for future improvements, including decoupled evaluations and enhanced safety metrics, to improve real-world applicability.
Abstract
While Retrieval Augmented Generation (RAG) has emerged as a popular technique for improving Large Language Model (LLM) systems, it introduces a large number of choices, parameters and hyperparameters that must be made or tuned. This includes the LLM, embedding, and ranker models themselves, as well as hyperparameters governing individual RAG components. Yet, collectively optimizing the entire configuration in a RAG or LLM system remains under-explored - especially in multi-objective settings - due to intractably large solution spaces, noisy objective evaluations, and the high cost of evaluations. In this work, we introduce the first approach for multi-objective parameter optimization of cost, latency, safety and alignment over entire LLM and RAG systems. We find that Bayesian optimization methods significantly outperform baseline approaches, obtaining a superior Pareto front on two new RAG benchmark tasks. We conclude our work with important considerations for practitioners who are designing multi-objective RAG systems, highlighting nuances such as how optimal configurations may not generalize across tasks and objectives.
