An LLM-agent-driven search over fine-tuning and model-merging steps discovers post-training pipelines that beat fixed baselines by up to 9 points on tool use and 3.7 points on math, with caveats about held-out evaluation.
If You Can't Use Them, Recycle Them: Optimizing Merging at Scale Mitigates Performance Tradeoffs
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Model merging has shown great promise at combining expert models, but the benefit of merging is unclear when merging "generalist" models trained on many tasks. We explore merging in the context of large (~100B) models, by recycling checkpoints that exhibit tradeoffs among different tasks. Such checkpoints are often created in the process of developing a frontier model, and the suboptimal ones are usually discarded. Given a pool of model checkpoints obtained from different training runs (e.g., different stages, objectives, hyperparameters, and data mixtures), which naturally show tradeoffs across different language capabilities (e.g., instruction following vs. code generation), we investigate whether merging can recycle such suboptimal models into a Pareto-optimal one. Our optimization algorithm tunes the weight of each checkpoint in a linear combination, resulting in such an optimal model that outperforms both individual models and merge-based baselines. Further analysis shows that good merges tend to include almost all checkpoints with non-zero weights, indicating that even seemingly bad initial checkpoints can contribute to good final merges.
citation-role summary
citation-polarity summary
fields
cs.CL 1years
2025 1verdicts
CONDITIONAL 1roles
background 1polarities
background 1representative citing papers
citing papers explorer
-
LaMDAgent: An Autonomous Framework for Post-Training Pipeline Optimization via LLM Agents
An LLM-agent-driven search over fine-tuning and model-merging steps discovers post-training pipelines that beat fixed baselines by up to 9 points on tool use and 3.7 points on math, with caveats about held-out evaluation.