The Inherent Limits of Pretrained LLMs: The Unexpected Convergence of Instruction Tuning and In-Context Learning Capabilities
Irina Bigoulaeva, Harish Tayyar Madabushi, Iryna Gurevych
TL;DR
The study investigates whether instruction-tuned LLMs offer fundamentally new capabilities beyond base models prompted with in-context examples. It demonstrates a significant correlation between instruction-tuned performance and base-model in-context performance across model families and scales, suggesting that both are bounded by priors from pretraining data, with instruction tuning contributing via its own data. Through analyses of confounds like prompt complexity, semantic labeling, and tuning-task composition, the authors show instruction-tuned models do not unlock qualitatively new task solvability beyond base models. These findings challenge claims of emergent or novel abilities from instruction tuning and have implications for evaluating, deploying, and governing LLMs in practice.
Abstract
Large Language Models (LLMs), trained on extensive web-scale corpora, have demonstrated remarkable abilities across diverse tasks, especially as they are scaled up. Nevertheless, even state-of-the-art models struggle in certain cases, sometimes failing at problems solvable by young children, indicating that traditional notions of task complexity are insufficient for explaining LLM capabilities. However, exploring LLM capabilities is complicated by the fact that most widely-used models are also "instruction-tuned" to respond appropriately to prompts. With the goal of disentangling the factors influencing LLM performance, we investigate whether instruction-tuned models possess fundamentally different capabilities from base models that are prompted using in-context examples. Through extensive experiments across various model families, scales and task types, which included instruction tuning 90 different LLMs, we demonstrate that the performance of instruction-tuned models is significantly correlated with the in-context performance of their base counterparts. By clarifying what instruction-tuning contributes, we extend prior research into in-context learning, which suggests that base models use priors from pretraining data to solve tasks. Specifically, we extend this understanding to instruction-tuned models, suggesting that their pretraining data similarly sets a limiting boundary on the tasks they can solve, with the added influence of the instruction-tuning dataset.
