paper-with-me

홈 › Papers

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

2026-05-08 · Siyu Wu, Yulong Ye, Zezhen Xiang, Pengzhou Chen, Gangda Xiong, Tao Chen arxiv

Large Language Model (LLM) systems have been the frontier of AI in many application domains, leading to new challenges and opportunities for hyperparameter optimization (HPO) for the AutoML community. However, this type of system exhibits an unprecedented compound space of hyperparameter configuration from both the AI and non-AI components; rich and nonlinear implications from the fidelity factors; and diverse costs of measuring hyperparameter configurations, none of which have been fully captured in existing benchmarks. This paper presents the first (live) benchmark suite and datasets for HPO of real-world LLM systems, dubbed LLMSYS-HPOBench, covering data related to the inference objective values of hyperparameter configurations profiled from running the LLM systems. Currently, LLMSYS-HPOBench contains 364,450 hyperparameter configurations with a dimensionality of 12-23, 3-5 dimensions of fidelity factor leading to 932 settings, 3-9 inference objective metrics, and 2-10 cost metrics, together with generated logs from measuring the LLM systems. What we seek to advocate is not only a revalidation of the existing HPO algorithms over the frontier LLM systems, but also to provide an evolving platform for the AutoML community to explore new directions of research in this regard. The benchmark suite has been made available at: https://github.com/ideas-labo/llmsys-hpobench

📄 PDF Abstract BibTeX arXiv:2605.08305

Code (0)

등록된 구현이 없습니다.

Tasks

Hyperparameter Optimization

Similar Papers 제목 키워드 기반

HPOBench: A Collection of Reproducible Multi-Fidelity Benchmark Problems for HPO

2021-09-14 · Katharina Eggensperger, Philipp Müller, Neeratyoy Mallik, Matthias Feurer 외

To achieve peak predictive performance, hyperparameter optimization (HPO) is a crucial component of machine learning and its applications. Over the last years, the number of efficient algorithms and tools for HPO grew su…

AutoMLHyperparameter Optimization

MemoryBench: A Benchmark for Memory and Continual Learning in LLM Systems

2025-10-20 · Qingyao Ai, Yichen Tang, Changyue Wang, Jianming Long 외 arxiv

Scaling up data, parameters, and test-time computation has been the mainstream methods to improve LLM systems (LLMsys), but their upper bounds are almost reached due to the gradual depletion of high-quality data and marg…

Reading ComprehensionContinual Learning

YAHPO Gym -- An Efficient Multi-Objective Multi-Fidelity Benchmark for Hyperparameter Optimization

2021-09-08 · Florian Pfisterer, Lennart Schneider, Julia Moosbauer, Martin Binder 외

When developing and analyzing new hyperparameter optimization methods, it is vital to empirically evaluate and compare them on well-curated benchmark suites. In this work, we propose a new set of challenging and relevant…

Hyperparameter Optimization

Improve Large Language Model Systems with User Logs

2026-02-06 · Changyue Wang, Weihang Su, Qingyao Ai, Xingzhao Yue 외 arxiv

Scaling training data and model parameters has long driven progress in large language models (LLMs), but this paradigm is increasingly constrained by the scarcity of high-quality data and diminishing returns from rising …

Continual Learning

A Collection of Quality Diversity Optimization Problems Derived from Hyperparameter Optimization of Machine Learning Models

2022-04-28 · Lennart Schneider, Florian Pfisterer, Janek Thomas, Bernd Bischl

The goal of Quality Diversity Optimization is to generate a collection of diverse yet high-performing solutions to a given problem at hand. Typical benchmark problems are, for example, finding a repertoire of robot arm c…

BenchmarkingDiversityHyperparameter Optimization