paper-with-me

홈 › Papers

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

2026-02-09 · 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 arxiv

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.

📄 PDF Abstract BibTeX arXiv:2602.08351

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

The Poker-Litigation Game

2015-06-20

Is litigation a serious search for truth or simply a game of skill or luck? Although the process of litigation has been modeled as a Prisoner's Dilemma, as a War of Attrition, as a Game of Chicken and even as a simple co…

Game of Poker

Opponent Shaping in LLM Agents

2025-10-09 · Marta Emili Garcia Segura, Stephen Hailes, Mirco Musolesi arxiv

Large Language Models (LLMs) are increasingly being deployed as autonomous agents in real-world environments. As these deployments scale, multi-agent interactions become inevitable, making it essential to understand stra…

Reinforcement Learning

Emergent Cooperation in Quantum Multi-Agent Reinforcement Learning Using Communication

2026-01-26 · Michael Kölle, Christian Reff, Leo Sünkel, Julian Hager 외 arxiv

Emergent cooperation in classical Multi-Agent Reinforcement Learning has gained significant attention, particularly in the context of Sequential Social Dilemmas (SSDs). While classical reinforcement learning approaches h…

Multi-agent Reinforcement Learning

DILEMMA: Joint LLM Quantization and Distributed LLM Inference Over Edge Computing Systems

2025-03-03 · Minoo Hosseinzadeh, Hana Khamfroush

With a recent trend of using Large Language Models (LLMs) for different applications within smart cities, there is a need for pushing these models toward the edge of network while still preserving their performance. Edge…

Edge-computingKnowledge DistillationQuantization

Monte Carlo Tree Search for Recipe Generation using GPT-2

2024-01-10 · Karan Taneja, Richard Segal, Richard Goodwin

Automatic food recipe generation methods provide a creative tool for chefs to explore and to create new, and interesting culinary delights. Given the recent success of large language models (LLMs), they have the potentia…

Recipe GenerationText Generation