Instruction Tuning With Loss Over Instructions
Zhengyan Shi, Adam X. Yang, Bin Wu, Laurence Aitchison, Emine Yilmaz, Aldo Lipani
TL;DR
This work introduces Instruction Modelling (IM), a simple extension of Instruction Tuning (IT) that applies the loss to both instruction and completion tokens, excluding template prompts. Across 21 benchmarks and multiple model scales, IM improves performance on traditional NLP tasks and open-ended generation, with notable gains when instructions are long relative to outputs and in low-resource settings consistent with the Superficial Alignment Hypothesis (SAH). Key empirical signals suggest IM mitigates overfitting to instruction tuning data, evidenced by higher train losses but lower test losses and lower BLEU-based memorization compared to IT, though KL divergence regularisation is not a reliable fix. The findings provide practical guidance for instruction tuning in low-resource scenarios and point to potential further gains when combining IM with methods like Neftune, while highlighting limitations related to data quality and ethical considerations.
Abstract
Instruction tuning plays a crucial role in shaping the outputs of language models (LMs) to desired styles. In this work, we propose a simple yet effective method, Instruction Modelling (IM), which trains LMs by applying a loss function to the instruction and prompt part rather than solely to the output part. Through experiments across 21 diverse benchmarks, we show that, in many scenarios, IM can effectively improve the LM performance on both NLP tasks (e.g., MMLU, TruthfulQA, and HumanEval) and open-ended generation benchmarks (e.g., MT-Bench and AlpacaEval). Remarkably, in the most advantageous case, IM boosts model performance on AlpacaEval 1.0 by over 100%. We identify two key factors influencing the effectiveness of IM: (1) The ratio between instruction length and output length in the training data; and (2) The number of training examples. We observe that IM is especially beneficial when trained on datasets with lengthy instructions paired with brief outputs, or under the Superficial Alignment Hypothesis (SAH) where a small amount of training examples are used for instruction tuning. Further analysis substantiates our hypothesis that our improvement can be attributed to reduced overfitting to instruction tuning datasets. It is worth noting that we are not proposing \ours as a replacement for current fine-tuning processes. Instead, our work aims to provide practical guidance for instruction tuning LMs, especially in low-resource scenarios.
