Do Models Really Learn to Follow Instructions? An Empirical Study of Instruction Tuning
Po-Nien Kung, Nanyun Peng
TL;DR
This work questions whether instruction-tuned models genuinely learn to follow instructions or simply exploit superficial cues. By systematically ablating semantic content in task definitions and task examples, and comparing to a random-output baseline, the authors show that simplified or misleading instructions can yield performance on par with original IT in low-resource settings. The findings imply that IT gains may largely reflect learning the output format and space rather than true instruction comprehension, underscoring the need for robust evaluation benchmarks and methods. The results call for more reliable IT paradigms and careful baselining to avoid overestimating instruction-following capabilities.
Abstract
Recent works on instruction tuning (IT) have achieved great performance with zero-shot generalizability to unseen tasks. With additional context (e.g., task definition, examples) provided to models for fine-tuning, they achieved much higher performance than untuned models. Despite impressive performance gains, what models learn from IT remains understudied. In this work, we analyze how models utilize instructions during IT by comparing model training with altered vs. original instructions. Specifically, we create simplified task definitions by removing all semantic components and only leaving the output space information, and delusive examples that contain incorrect input-output mapping. Our experiments show that models trained on simplified task definition or delusive examples can achieve comparable performance to the ones trained on the original instructions and examples. Furthermore, we introduce a random baseline to perform zeroshot classification tasks, and find it achieves similar performance (42.6% exact-match) as IT does (43% exact-match) in low resource setting, while both methods outperform naive T5 significantly (30% per exact-match). Our analysis provides evidence that the impressive performance gain of current IT models can come from picking up superficial patterns, such as learning the output format and guessing. Our study highlights the urgent need for more reliable IT methods and evaluation.
