paper-with-me

홈 › Papers

Good Teachers Explain: Explanation-Enhanced Knowledge Distillation

2024-02-05 · Amin Parchami-Araghi, Moritz Böhle, Sukrut Rao, Bernt Schiele

Knowledge Distillation (KD) has proven effective for compressing large teacher models into smaller student models. While it is well known that student models can achieve similar accuracies as the teachers, it has also been shown that they nonetheless often do not learn the same function. It is, however, often highly desirable that the student's and teacher's functions share similar properties such as basing the prediction on the same input features, as this ensures that students learn the 'right features' from the teachers. In this work, we explore whether this can be achieved by not only optimizing the classic KD loss but also the similarity of the explanations generated by the teacher and the student. Despite the idea being simple and intuitive, we find that our proposed 'explanation-enhanced' KD (e$^2$KD) (1) consistently provides large gains in terms of accuracy and student-teacher agreement, (2) ensures that the student learns from the teacher to be right for the right reasons and to give similar explanations, and (3) is robust with respect to the model architectures, the amount of training data, and even works with 'approximate', pre-computed explanations.

📄 PDF Abstract BibTeX arXiv:2402.03119

Code (1)

m-parchami/goodteachersexplain 공식 구현 pytorch

Tasks

Knowledge Distillation

Similar Papers 제목 키워드 기반

Can Language Models Teach Weaker Agents? Teacher Explanations Improve Students via Personalization

2023-06-15 · Swarnadeep Saha, Peter Hase, Mohit Bansal

A hallmark property of explainable AI models is the ability to teach other agents, communicating knowledge of how to perform a task. While Large Language Models perform complex reasoning by generating explanations for th…

Can Language Models Teach? Teacher Explanations Improve Student Performance via Personalization

2023-09-21 · NeurIPS 2023 11

A hallmark property of explainable AI models is the ability to teach other agents, communicating knowledge of how to perform a task. While Large Language Models (LLMs) perform complex reasoning by generating explanations…

Tell Me Why: Designing an Explainable LLM-based Dialogue System for Student Problem Behavior Diagnosis

2026-04-24 · Zhilin Fan, Deliang Wang, Penghe Chen, Yu Lu arxiv

Diagnosing student problem behaviors requires teachers to synthesize multifaceted information, identify behavioral categories, and plan intervention strategies. Although fine-tuned large language models (LLMs) can suppor…

Assertion Enhanced Few-Shot Learning: Instructive Technique for Large Language Models to Generate Educational Explanations

2023-12-05 · Tasmia Shahriar, Kelly Ramos, Noboru Matsuda

Human educators possess an intrinsic ability to anticipate and seek educational explanations from students, which drives them to pose thought-provoking questions when students cannot articulate these explanations indepen…

Explanation GenerationFew-Shot Learning

Improving Knowledge Distillation with Teacher's Explanation

2023-10-04 · Sayantan Chowdhury, Ben Liang, Ali Tizghadam, Ilijc Albanese

Knowledge distillation (KD) improves the performance of a low-complexity student model with the help of a more powerful teacher. The teacher in KD is a black-box model, imparting knowledge to the student only through its…

Knowledge Distillation