Pith

open record

sign in

arxiv: 2502.18635 · v2 · pith:2CA2MG22 · submitted 2025-02-25 · cs.LG · cs.AI· cs.CL

Faster, Cheaper, Better: Multi-Objective Hyperparameter Optimization for LLM and RAG Systems

Reviewed by Pith T0 review T1 audit T2 compute T3 formal T4 kernel pith:2CA2MG22record.jsonopen to challenge →

classification cs.LG cs.AIcs.CL
keywords multi-objectivesystemslargeoptimizationcostentireevaluationshyperparameters
0
0 comments X
read the original 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.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 3 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. LLMSYS-HPOBench: Hyperparameter Optimization Benchmark Suite for Real-World LLM Systems

    cs.LG 2026-05 unverdicted novelty 7.0

    LLMSYS-HPOBench provides the first large-scale dataset of 364,450 hyperparameter configurations for real-world LLM systems with 12-23 dimensions, 3-5 fidelity settings, and multiple inference and cost metrics.

  2. CAMI: Cost-Aware Agent-Guided Multi-Indexing for Semantic Retrieval

    cs.IR 2026-06 unverdicted novelty 5.0

    CAMI frames multi-index construction for semantic retrieval as a budgeted multi-objective portfolio problem and uses agent-guided search plus confidence-aware pruning to find high-recall configurations with reduced ev...

  3. RAGe: A Retrieval-Augmented Generation Evaluation Framework

    cs.IR 2026-05 unverdicted novelty 3.0

    RAGe is a modular evaluation framework that correlates retrieval and generation quality with hardware constraints to recommend optimal RAG components for specific datasets.