English

ADAPT: Learning Task Mixtures for Budget-Constrained Instruction Tuning

Computation and Language 2025-12-05 v1

Abstract

We propose ADAPT, a meta-learning algorithm that \emph{learns} task sampling proportions under an explicit token budget for multi-task instruction tuning. Instead of fixing task weights by hand, \adapt{} maintains a continuous distribution over tasks and updates it via meta-gradients of a smooth worst-case validation objective, inducing an adaptive curriculum that allocates more tokens to useful tasks while avoiding collapse. We instantiate ADAPT on three \sim1B-parameter open-weight LLMs (Gemma-3-1B, LLaMA-3.2-1B, Qwen-0.6B), training on 20 Natural Instructions task types under budgets of 1%1\%, 5%5\%, and 10%10\% of the available supervised tokens, and compare against strong supervised fine-tuning baselines with uniform and size-proportional mixing. We conduct evaluations on 11 out-of-domain benchmarks spanning reasoning, reading comprehension, code generation, and instruction following, we find that ADAPT matches or slightly improves average downstream performance relative to the best static mixture, while using fewer effective training tokens and reallocating budget toward harder, benchmark-aligned tasks.

Keywords

Cite

@article{arxiv.2512.04555,
  title  = {ADAPT: Learning Task Mixtures for Budget-Constrained Instruction Tuning},
  author = {Pritam Kadasi and Abhishek Upperwal and Mayank SIngh},
  journal= {arXiv preprint arXiv:2512.04555},
  year   = {2025}
}

Comments

Under Review

R2 v1 2026-07-01T08:09:03.385Z