Stronger Models are NOT Stronger Teachers for Instruction Tuning
Zhangchen Xu, Fengqing Jiang, Luyao Niu, Bill Yuchen Lin, Radha Poovendran
TL;DR
The paper challenges the view that bigger or stronger response generators always make better teachers for instruction tuning, revealing the Larger Models' Paradox. It introduces the Compatibility-Adjusted Reward (CAR) to quantify how well a response generator's outputs align with a given base model, enabling prediction of effectiveness without fine-tuning. Through extensive experiments across multiple base models and response generators, the authors show open-source generators can outperform GPT-4 and that intra-family compatibility influences success. CAR outperforms traditional data-selection metrics, offering a cost-effective approach to generating high-quality instruction datasets and guiding future instruction-tuning strategies.
Abstract
Instruction tuning has been widely adopted to ensure large language models (LLMs) follow user instructions effectively. The resulting instruction-following capabilities of LLMs heavily rely on the instruction datasets used for tuning. Recently, synthetic instruction datasets have emerged as an economically viable solution to provide LLMs diverse and high-quality instructions. However, existing approaches typically assume that larger or stronger models are stronger teachers for instruction tuning, and hence simply adopt these models as response generators to the synthetic instructions. In this paper, we challenge this commonly-adopted assumption. Our extensive experiments across five base models and twenty response generators reveal that larger and stronger models are not necessarily stronger teachers of smaller models. We refer to this phenomenon as the Larger Models' Paradox. We observe that existing metrics cannot precisely predict the effectiveness of response generators since they ignore the compatibility between teachers and base models being fine-tuned. We thus develop a novel metric, named as Compatibility-Adjusted Reward (CAR) to measure the effectiveness of response generators. Our experiments across five base models demonstrate that CAR outperforms almost all baselines.
