GUIDE: Guided Initialization and Distillation of Embeddings

Abstract

Algorithmic efficiency techniques such as distillation (hinton2015distillation) are useful in improving model quality without increasing serving costs, provided a larger teacher model is available for a smaller student model to learn from during training. Standard distillation methods are limited to only forcing the student to match the teacher's outputs. Given the costs associated with training a large model, we believe we should be extracting more useful information from a teacher model than by just making the student match the teacher's outputs. In this paper, we introduce (Guided Initialization and Distillation of Embeddings). can be considered a distillation technique that forces the student to match the teacher in the parameter space. Using we show 25-26\% reduction in the teacher-student quality gap when using large student models (400M - 1B parameters) trained on ≈ 20B tokens. We also present a thorough analysis demonstrating that can be combined with knowledge distillation with near additive improvements. Furthermore, we show that applying alone leads to substantially better model quality than applying knowledge distillation by itself. Most importantly, introduces no training or inference overhead and hence any model quality gains from our method are virtually free.

0

Turn this paper into a full lesson

ArcXiv compiles a staged curriculum from this paper: 8-12 lessons across beginner → advanced, synthesised section guides, visuals, flashcards, a quiz, exercises, and on-demand deep dives per section. Grounded in the abstract, never invented.

Discussion (0)

Sign in to join the discussion.

Loading comments…