paper-with-me

홈 › Papers

A Study on Hidden Layer Distillation for Large Language Model Pre-Training

2026-05-12 · Maxime Guigon, Lucas Dixon, Michaël E. Sander arxiv

Knowledge Distillation (KD) is a critical tool for training Large Language Models (LLMs), yet the majority of research focuses on approaches that rely solely on output logits, neglecting semantic information in the teacher's intermediate representations. While Hidden Layer Distillation (HLD) showed potential for encoder architectures, its application to decoder-only pre-training at scale remains largely unexplored. Through compute-controlled experiments, we benchmark HLD against logit-based KD and self-supervised baselines with Gemma3 3.4B as teacher and 123M and 735M students trained on up to 168B tokens from the C4 dataset. Our experiments show that HLD does not consistently outperform standard KD on downstream evaluation tasks. Nevertheless, we show that HLD can yield a systematic perplexity gain over KD across all shared-hyperparameter configurations, suggesting that a latent signal can be extracted, but a breakthrough may be needed for it to play a more significant role in LLM pre-training.

📄 PDF Abstract BibTeX arXiv:2605.11513

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Distillation

Similar Papers 제목 키워드 기반

Less is More: Task-aware Layer-wise Distillation for Language Model Compression

2022-10-04 · Chen Liang, Simiao Zuo, Qingru Zhang, Pengcheng He 외

Layer-wise distillation is a powerful tool to compress large models (i.e. teacher models) into small ones (i.e., student models). The student distills knowledge from the teacher by mimicking the hidden representations of…

Language ModelingLanguage ModellingModel Compression

Contrastive Distillation on Intermediate Representations for Language Model Compression

2020-09-29 · EMNLP 2020 11 · Siqi Sun, Zhe Gan, Yu Cheng, Yuwei Fang 외

Existing language model compression methods mostly use a simple L2 loss to distill knowledge in the intermediate representations of a large BERT model to a smaller one. Although widely used, this objective by design assu…

Knowledge DistillationLanguage ModelingLanguage ModellingModel Compression

Teaching MLP More Graph Information: A Three-stage Multitask Knowledge Distillation Framework

2024-03-02 · Junxian Li, Bin Shi, Erfei Cui, Hua Wei 외

We study the challenging problem for inference tasks on large-scale graph datasets of Graph Neural Networks: huge time and memory consumption, and try to overcome it by reducing reliance on graph structure. Even though d…

Knowledge Distillation

Lost in Distillation: A Case Study in Toxicity Modeling

2022-07-01 · NAACL (WOAH) 2022 7 · Alyssa Chvasta, Alyssa Lees, Jeffrey Sorensen, Lucy Vasserman 외

In an era of increasingly large pre-trained language models, knowledge distillation is a powerful tool for transferring information from a large model to a smaller one. In particular, distillation is of tremendous benefi…

Knowledge Distillation

A Comparative Analysis of Task-Agnostic Distillation Methods for Compressing Transformer Language Models

2023-10-13 · Takuma Udagawa, Aashka Trivedi, Michele Merler, Bishwaranjan Bhattacharjee

Large language models have become a vital component in modern NLP, achieving state of the art performance in a variety of tasks. However, they are often inefficient for real-world deployment due to their expensive infere…

Knowledge Distillation