Knowledge Distillation of LLM for Automatic Scoring of Science Education Assessments
Ehsan Latif, Luyang Fang, Ping Ma, and Xiaoming Zhai

TL;DR
This paper introduces a knowledge distillation method to create small, efficient neural networks from large language models for automatic scoring in science education, achieving high accuracy and speed on resource-limited devices.
Contribution
The study presents a novel KD approach that distills LLMs into tiny neural networks with improved accuracy and efficiency for educational assessment tasks.
Findings
Student model achieves 3% higher accuracy than ANN.
Model is 4,000 times smaller and 10 times faster than the teacher.
Comparable accuracy to large LLMs in scoring responses.
Abstract
This study proposes a method for knowledge distillation (KD) of fine-tuned Large Language Models (LLMs) into smaller, more efficient, and accurate neural networks. We specifically target the challenge of deploying these models on resource-constrained devices. Our methodology involves training the smaller student model (Neural Network) using the prediction probabilities (as soft labels) of the LLM, which serves as a teacher model. This is achieved through a specialized loss function tailored to learn from the LLM's output probabilities, ensuring that the student model closely mimics the teacher's performance. To validate the performance of the KD approach, we utilized a large dataset, 7T, containing 6,684 student-written responses to science questions and three mathematical reasoning datasets with student-written responses graded by human experts. We compared accuracy with…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Online Learning and Analytics · Text Readability and Simplification
MethodsKnowledge Distillation
