TuneShift-KD: Knowledge Distillation and Transfer for Fine-tuned Models

arXiv cs.LG / 3/26/2026

💬 OpinionSignals & Early TrendsIdeas & Deep AnalysisModels & Research

Key Points

  • TuneShift-KD is a new knowledge-distillation method for transferring specialized knowledge from a fine-tuned LLM to a different pre-trained target model when the original specialized data is unavailable due to privacy or commercial constraints.
  • The approach identifies “specialized” prompts by comparing perplexity: prompts where the fine-tuned model has low perplexity while the base model has high perplexity are treated as signals of learned domain knowledge.
  • It automatically builds a synthetic training dataset from only a few representative prompts, then iteratively generates additional prompts to expand coverage of the specialized knowledge.
  • TuneShift-KD requires only access to the initial fine-tuned and base/target models, and it avoids training extra components such as discriminators or needing access to the original training datasets.
  • Experiments reported for TuneShift-KD indicate improved accuracy over prior knowledge-transfer approaches, supporting easier deployment of specialized knowledge to newer model architectures.

Abstract

To embed domain-specific or specialized knowledge into pre-trained foundation models, fine-tuning using techniques such as parameter efficient fine-tuning (e.g. LoRA) is a common practice. However, as new LLM architectures and pre-trained models emerge, transferring this specialized knowledge to newer models becomes an important task. In many scenarios, the original specialized data may be unavailable due to privacy or commercial restrictions, necessitating distillation and transfer of this specialized knowledge from the fine-tuned base model to a different pre-trained model. We present TuneShift-KD, a novel approach that automatically distills specialized knowledge from a fine-tuned model to a target model using only a few examples representative of the specialized information. Our key insight is that specialized knowledge can be identified through perplexity differences between base and fine-tuned models: prompts where the fine-tuned model responds confidently (low perplexity), but the base model struggles (high perplexity), indicate queries corresponding to the specialized knowledge learned by the fine-tuned model. TuneShift-KD leverages this insight to create a synthetic training dataset to transfer the specialized knowledge. Using an iterative process, TuneShift-KD generates more prompts similar to those that generated responses with specialized knowledge. TuneShift-KD does not require training discriminators or access to training datasets. It is an automated approach that only requires the initial fine-tuned and base models and a few representative prompts. Our experiments demonstrate that models fine-tuned using TuneShift-KD achieve higher accuracy than prior approaches, enabling ease of deployment and more effective transfer of the specialized knowledge.