CLAIFeb 3, 2024

A Closer Look at the Limitations of Instruction Tuning

arXiv:2402.05119v592 citationsh-index: 56Has CodeICML
Originality Incremental advance
AI Analysis

This work highlights critical shortcomings in a widely used method for adapting LLMs, which could impact researchers and practitioners in AI and NLP, though it is incremental in analyzing existing techniques.

The paper investigates the limitations of Instruction Tuning (IT) for large language models, finding that it fails to enhance knowledge or skills, leads to knowledge degradation and increased hallucination, and that responses based solely on pre-trained knowledge outperform those from IT-learned models on open-source datasets.

Instruction Tuning (IT), the process of training large language models (LLMs) using instruction-response pairs, has emerged as the predominant method for transforming base pre-trained LLMs into open-domain conversational agents. While IT has achieved notable success and widespread adoption, its limitations and shortcomings remain underexplored. In this paper, through rigorous experiments and an in-depth analysis of the changes LLMs undergo through IT, we reveal various limitations of IT. In particular, we show that (1) IT fails to enhance knowledge or skills in LLMs. LoRA fine-tuning is limited to learning response initiation and style tokens, and full-parameter fine-tuning leads to knowledge degradation. (2) Copying response patterns from IT datasets derived from knowledgeable sources leads to a decline in response quality. (3) Full-parameter fine-tuning increases hallucination by inaccurately borrowing tokens from conceptually similar instances in the IT dataset for generating responses. (4) Popular methods to improve IT do not lead to performance improvements over a simple LoRA fine-tuned model. Our findings reveal that responses generated solely from pre-trained knowledge consistently outperform responses by models that learn any form of new knowledge from IT on open-source datasets. We hope the insights and challenges revealed in this paper inspire future work in related directions.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes