Becoming self-instruct: introducing early stopping criteria for minimal instruct tuning
Waseem AlShikh, Manhal Daaboul, Kirk Goddard, Brock Imel and, Kiran Kamble, Parikshith Kulkarni, Melisa Russak

TL;DR
This paper introduces the Instruction Following Score (IFS), a metric to evaluate and guide instruction tuning in language models, enabling early stopping and better control over semantic changes during fine-tuning.
Contribution
The paper proposes the IFS metric for assessing instruction following ability and demonstrates its use as an early stopping criterion in instruct tuning of LLaMA models.
Findings
IFS effectively distinguishes base and instruct models.
Models learn instruction following early in training.
Semantic shifts correlate with IFS plateauing.
Abstract
In this paper, we introduce the Instruction Following Score (IFS), a metric that detects language models' ability to follow instructions. The metric has a dual purpose. First, IFS can be used to distinguish between base and instruct models. We benchmark publicly available base and instruct models, and show that the ratio of well formatted responses to partial and full sentences can be an effective measure between those two model classes. Secondly, the metric can be used as an early stopping criteria for instruct tuning. We compute IFS for Supervised Fine-Tuning (SFT) of 7B and 13B LLaMA models, showing that models learn to follow instructions relatively early in the training process, and the further finetuning can result in changes in the underlying base model semantics. As an example of semantics change we show the objectivity of model predictions, as defined by an auxiliary metric…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Text Readability and Simplification
MethodsEarly Stopping · Balanced Selection
