Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

The Chicken and Egg Dilemma: Co-optimizing Data and Model Configurations for LLMs

About

Co-optimizing data and model configurations for training LLMs presents a classic chicken-and-egg dilemma: The best training data configuration (e.g., data mixture) for a downstream task depends on the chosen model configuration (e.g., model architecture), and vice versa. However, jointly optimizing both data and model configurations is often deemed intractable, and existing methods focus on either data or model optimization without considering their interaction. We introduce JoBS, an approach that uses a scaling-law-inspired performance predictor to aid Bayesian optimization (BO) in jointly optimizing LLM training data and model configurations efficiently. JoBS allocates a portion of the optimization budget to learn an LLM performance predictor that predicts how promising a training configuration is from a small number of training steps. The remaining budget is used to perform BO entirely with the predictor, effectively amortizing the cost of running full-training runs. We study JoBS's average regret and devise the optimal budget allocation to minimize regret. JoBS outperforms existing multi-fidelity BO baselines, as well as data and model optimization approaches across diverse LLM tasks under the same optimization budget.

Zhiliang Chen, Alfred Wei Lun Leong, Shao Yong Ong, Apivich Hemachandra, Gregory Kang Ruey Lau, Chuan-Sheng Foo, Zhengyuan Liu, Nancy F. Chen, Bryan Kian Hsiang Low• 2026

Related benchmarks

TaskDatasetResultRank
Language UnderstandingMMLU
Accuracy69.5
756
Question AnsweringCommonsenseQA
Accuracy84.3
143
Question AnsweringTruthfulQA
Accuracy80.6
73
Question AnsweringARC (test)
Accuracy70.4
67
Question AnsweringTriviaQA Gen (test)
Accuracy76.2
31
Large Language Model EvaluationGSM8K, TruthfulQA, CommonsenseQA, MMLU, ARC, and TriviaQA (various)
Accuracy88
9
Data SelectionLLM Training Data Selection
Selection Time (hours)13.3
5
Showing 7 of 7 rows

Other info

Follow for update