paper-with-me

홈 › Papers

Token-Scaled Logit Distillation for Ternary Weight Generative Language Models

2023-08-13 · NeurIPS 2023 11 · Minsoo Kim, Sihwa Lee, Janghwan Lee, Sukjin Hong, Du-Seong Chang, Wonyong Sung, Jungwook Choi

Generative Language Models (GLMs) have shown impressive performance in tasks such as text generation, understanding, and reasoning. However, the large model size poses challenges for practical deployment. To solve this problem, Quantization-Aware Training (QAT) has become increasingly popular. However, current QAT methods for generative models have resulted in a noticeable loss of accuracy. To counteract this issue, we propose a novel knowledge distillation method specifically designed for GLMs. Our method, called token-scaled logit distillation, prevents overfitting and provides superior learning from the teacher model and ground truth. This research marks the first evaluation of ternary weight quantization-aware training of large-scale GLMs with less than 1.0 degradation in perplexity and achieves enhanced accuracy in tasks like common-sense QA and arithmetic reasoning as well as natural language understanding. Our code is available at https://github.com/aiha-lab/TSLD.

📄 PDF Abstract BibTeX arXiv:2308.06744

Code (1)

aiha-lab/tsld 공식 구현 pytorch

Tasks

Arithmetic ReasoningCommon Sense ReasoningKnowledge DistillationNatural Language UnderstandingQuantizationText Generation

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Scaled Decoupled Distillation

2024-01-01 · CVPR 2024 1 · Shicai Wei, Chunbo Luo, Yang Luo

Logit knowledge distillation attracts increasing attention due to its practicality in recent studies. However it often suffers inferior performance compared to the feature knowledge distillation. In this paper we arg…

Knowledge Distillation

TopKD: Top-scaled Knowledge Distillation

2025-08-06 · Qi Wang, Jinjia Zhou arxiv

Recent advances in knowledge distillation (KD) predominantly emphasize feature-level knowledge transfer, frequently overlooking critical information embedded within the teacher's logit distributions. In this paper, we re…

Knowledge Distillation

Soft-NBCE: Entropy-Weighted Chunk Fusion for Long-Context

2026-05-31 · Shihao Ji, Mingyu Li, Zihui Song arxiv

The quadratic complexity of self-attention remains a bottleneck for Large Language Models (LLMs) processing ultra-long contexts. The Naive Bayes Cognitive Engine (NBCE) parallelizes long-context inference by chunking doc…

LinearARD: Linear-Memory Attention Distillation for RoPE Restoration

2026-03-09 · Ning Yang, Hengyu Zhong, Wentao Wang, Baoliang Tian 외 arxiv

The extension of context windows in Large Language Models is typically facilitated by scaling positional encodings followed by lightweight Continual Pre-Training (CPT). While effective for processing long sequences, this…

Matching Rates and Optimal Allocation for Federated Probe-Logit Distillation under Heterogeneous Bandwidth Budgets

2026-05-28 · Prasanjit Dubey, Xiaoming Huo arxiv

In federated language modeling, $K$ nodes each hold $n$ samples but cannot pool data or exchange full-precision gradients or weights. We study the minimax rate at which a conditional distribution over $V$ tokens can be e…