paper-with-me

홈 › Papers

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

2026-03-25 · Yushi Guan, Jeanine Ohene-Agyei, Daniel Kwan, Jean Sebastien Dandurand, Yifei Zhang, Nandita Vijaykumar arxiv

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.

📄 PDF Abstract BibTeX arXiv:2603.24518

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Distillation

Similar Papers 제목 키워드 기반

Natural Language Generation for Effective Knowledge Distillation

2019-11-01 · WS 2019 11 · Raphael Tang, Yao Lu, Jimmy Lin

Knowledge distillation can effectively transfer knowledge from BERT, a deep language representation model, to traditional, shallow word embedding-based neural networks, helping them approach or exceed the quality of othe…

Knowledge DistillationLinguistic AcceptabilitySentenceSentence Similarity+4

Fine-Tuned Thoughts: Leveraging Chain-of-Thought Reasoning for Industrial Asset Health Monitoring

2025-10-21 · Shuxin Lin, Dhaval Patel, Christodoulos Constantinides arxiv

Small Language Models (SLMs) are becoming increasingly popular in specialized fields, such as industrial applications, due to their efficiency, lower computational requirements, and ability to be fine-tuned for domain-sp…

Knowledge DistillationQuestion Answering

On the Effectiveness of Distillation in Mitigating Backdoors in Pre-trained Encoder

2024-03-06 · Tingxu Han, Shenghan Huang, Ziqi Ding, Weisong Sun 외

In this paper, we study a defense against poisoned encoders in SSL called distillation, which is a defense used in supervised learning originally. Distillation aims to distill knowledge from a given model (a.k.a the teac…

image-classificationImage Classification

Representation Stability as a Regularizer for Improved Text Analytics Transfer Learning

2017-04-12 · Matthew Riemer, Elham Khabiri, Richard Goodwin

Although neural networks are well suited for sequential transfer learning tasks, the catastrophic forgetting problem hinders proper integration of prior knowledge. In this work, we propose a solution to this problem by u…

Sentiment AnalysisTransfer Learning

HomoDistil: Homotopic Task-Agnostic Distillation of Pre-trained Transformers

2023-02-19 · Chen Liang, Haoming Jiang, Zheng Li, Xianfeng Tang 외

Knowledge distillation has been shown to be a powerful model compression approach to facilitate the deployment of pre-trained language models in practice. This paper focuses on task-agnostic distillation. It produces a c…

Knowledge DistillationModel CompressionTransfer Learning