English

Mashup Learning: Faster Finetuning by Remixing Past Checkpoints

Machine Learning 2026-03-12 v1 Artificial Intelligence

Abstract

Finetuning on domain-specific data is a well-established method for enhancing LLM performance on downstream tasks. Training on each dataset produces a new set of model weights, resulting in a multitude of checkpoints saved in-house or on open-source platforms. However, these training artifacts are rarely reused for subsequent experiments despite containing improved model abilities for potentially similar tasks. In this paper, we propose Mashup Learning, a simple method to leverage the outputs of prior training runs to enhance model adaptation to new tasks. Our procedure identifies the most relevant historical checkpoints for a target dataset, aggregates them with model merging, and uses the result as an improved initialization for training. Across 8 standard LLM benchmarks, four models, and two collections of source checkpoints, Mashup Learning consistently improves average downstream accuracy by 0.5-5 percentage points over training from scratch. It also accelerates convergence, requiring 41-46% fewer training steps and up to 37% less total wall-clock time to match from-scratch accuracy, including all selection and merging overhead.

Keywords

Cite

@article{arxiv.2603.10156,
  title  = {Mashup Learning: Faster Finetuning by Remixing Past Checkpoints},
  author = {Sofia Maria Lo Cicero Vaina and Artem Chumachenko and Max Ryabinin},
  journal= {arXiv preprint arXiv:2603.10156},
  year   = {2026}
}

Comments

18 pages, 7 figures. Code: https://github.com/2son1a/mashup-learning

R2 v1 2026-07-01T11:13:46.078Z