paper-with-me

Papers

Few-Shot Knowledge Distillation of LLMs With Counterfactual Explanations

2025-10-24 · Faisal Hamman, Pasan Dissanayake, Yanjun Fu, Sanghamitra Dutta arxiv

Knowledge distillation is a promising approach to transfer capabilities from complex teacher models to smaller, resource-efficient student models that can be deployed easily, particularly in task-aware scenarios. However, existing methods of task-aware distillation typically require substantial quantities of data which may be unavailable or expensive to obtain in many practical scenarios. In this paper, we address this challenge by introducing a novel strategy called Counterfactual-explanation-infused Distillation CoD for few-shot task-aware knowledge distillation by systematically infusing counterfactual explanations. Counterfactual explanations (CFEs) refer to inputs that can flip the output prediction of the teacher model with minimum perturbation. Our strategy CoD leverages these CFEs to precisely map the teacher's decision boundary with significantly fewer samples. We provide theoretical guarantees for motivating the role of CFEs in distillation, from both statistical and geometric perspectives. We mathematically show that CFEs can improve parameter estimation by providing more informative examples near the teacher's decision boundary. We also derive geometric insights on how CFEs effectively act as knowledge probes, helping the students mimic the teacher's decision boundaries more effectively than standard data. We perform experiments across various datasets and LLMs to show that CoD outperforms standard distillation approaches in few-shot regimes (as low as 8-512 samples). Notably, CoD only uses half of the original samples used by the baselines, paired with their corresponding CFEs and still improves performance.

📄 PDF Abstract BibTeX arXiv:2510.21631

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Distillation

Similar Papers 제목 키워드 기반

Towards Fixing Clever-Hans Predictors with Counterfactual Knowledge Distillation

2023-10-02 · Sidney Bender, Christopher J. Anders, Pattarawatt Chormai, Heike Marxfeld 외

This paper introduces a novel technique called counterfactual knowledge distillation (CFKD) to detect and remove reliance on confounders in deep learning models with the help of human expert feedback. Confounders are spu…

counterfactualKnowledge Distillation

Enhancing XAI Narratives through Multi-Narrative Refinement and Knowledge Distillation

2025-10-03 · Flavio Giorgi, Matteo Silvestri, Cesare Campagnano, Fabrizio Silvestri 외 arxiv

Explainable Artificial Intelligence has become a crucial area of research, aiming to demystify the decision-making processes of deep learning models. Among various explainability techniques, counterfactual explanations h…

Knowledge Distillation

Towards Unifying Evaluation of Counterfactual Explanations: Leveraging Large Language Models for Human-Centric Assessments

2024-10-28 · Marharyta Domnich, Julius Valja, Rasmus Moorits Veski, Giacomo Magnifico 외

As machine learning models evolve, maintaining transparency demands more human-centric explainable AI techniques. Counterfactual explanations, with roots in human reasoning, identify the minimal input changes needed to o…

counterfactualCounterfactual ExplanationDecision Making

Counterfactual Explanation Algorithms for Behavioral and Textual Data

2019-12-04 · Yanou Ramon, David Martens, Foster Provost, Theodoros Evgeniou

We study the interpretability of predictive systems that use high-dimensonal behavioral and textual data. Examples include predicting product interest based on online browsing data and detecting spam emails or objectiona…

counterfactualCounterfactual ExplanationHeuristic Search

Counterfactual Modeling with Fine-Tuned LLMs for Health Intervention Design and Sensor Data Augmentation

2026-01-21 · Shovito Barua Soumma, Asiful Arefeen, Stephanie M. Carpenter, Melanie Hingle 외 arxiv

Counterfactual explanations (CFEs) provide human-centric interpretability by identifying the minimal, actionable changes required to alter a machine learning model's prediction. Therefore, CFs can be used as (i) interven…

Data Augmentation