paper-with-me

Papers

ADAPT: Learning Task Mixtures for Budget-Constrained Instruction Tuning

2025-12-04 · Pritam Kadasi, Abhishek Upperwal, Mayank SIngh arxiv

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 $\sim$1B-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\%$, $5\%$, and $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.

📄 PDF Abstract BibTeX arXiv:2512.04555

Code (0)

등록된 구현이 없습니다.

Tasks

Reading ComprehensionInstruction FollowingCode Generation

Similar Papers 제목 키워드 기반

SMART: Submodular Data Mixture Strategy for Instruction Tuning

2024-03-13 · H S V N S Kowndinya Renduchintala, Sumit Bhatia, Ganesh Ramakrishnan

Instruction Tuning involves finetuning a language model on a collection of instruction-formatted datasets in order to enhance the generalizability of the model to unseen tasks. Studies have shown the importance of balanc…

Language ModelingLanguage Modelling

$\textbf{Only-IF}$:Revealing the Decisive Effect of Instruction Diversity on Generalization

2024-10-07 · Dylan Zhang, Justin Wang, Francois Charton

Understanding and accurately following instructions is critical for large language models (LLMs) to be effective across diverse tasks. In this work, we rigorously examine the key factors that enable models to generalize …

DiversityInstruction Following

OmniEdu: Open Foundation Models for Learning and Teaching

2026-09-19 · Hao Liang, Qihan Lin, Meiyi Qiang, Linzhuang Sun 외 hf

Educational foundation models must solve problems, understand curriculum structure, diagnose learner difficulties, and provide appropriate instructional support. Existing educational language models often focus on either…

mSFT: Addressing Dataset Mixtures Overfitting Heterogeneously in Multi-task SFT

2026-03-23 · Woosung Koh, Jeyoung Jeon, Youngjin Song, Yujin Cheon 외 arxiv

Current language model training commonly applies multi-task Supervised Fine-Tuning (SFT) using a homogeneous compute budget across all sub-datasets. This approach is fundamentally sub-optimal: heterogeneous learning dyna…

Filter Images First, Generate Instructions Later: Pre-Instruction Data Selection for Visual Instruction Tuning

2025-03-10 · CVPR 2025 1 · Bardia Safaei, Faizan Siddiqui, Jiacong Xu, Vishal M. Patel 외

Visual instruction tuning (VIT) for large vision-language models (LVLMs) requires training on expansive datasets of image-instruction pairs, which can be costly. Recent efforts in VIT data selection aim to select a small…