NeFut Logo NeFut
Admin Login

[CS.AI] The Double-Edged Sword of Knowledge Distillation: Reliability-Aware Methods for Low-Resource Language Summarization

Published at: 2026-07-24 22:00 Last updated: 2026-07-26 07:44
#AI #Machine Learning #DeepSeek

Abstract

Knowledge distillation (KD) is a standard approach for compressing sequence-to-sequence models, but its per-sample effects are rarely examined. On the BanSum Bangla summarization benchmark, we find that standard KD improves ROUGE-L by only +0.0003 over a cross-entropy baseline, and approximately 51.3% of training samples are estimated to actively harm student validation loss under standard KD.

We propose two complementary reliability-aware distillation methods. CHAD (Counterfactual Harm-Aware Distillation) measures per-sample KD usefulness via gradient alignment with the validation loss direction and trains a lightweight gate that generalizes this counterfactual judgment to the full training set. EWAD+CPDP combines token-level entropy-weighted adaptive distillation with a capacity-proportional geometric constraint from a second, vocabulary-incompatible teacher.

On BanSum, both methods substantially outperform standard KD: CHAD by +0.0173 ROUGE-L and EWAD+CPDP by +0.0219 ROUGE-L, where standard KD itself improves ROUGE-L by only +0.0003; despite using only 60M parameters, both outperform a fine-tuned Qwen 2.5-3B model (50x larger).

We further evaluate the stronger method, EWAD+CPDP, across 15 typologically diverse XL-Sum languages organised into three sets, beating the CE-only baseline on 10/15 languages; gains are most reliable where the two teachers contribute complementary signal, and weakest where they have saturated or jointly weak target-language coverage. We release code and trained models to support reproducibility and further research on selective distillation.

Blogger's Review: The proposed methods, CHAD and EWAD+CPDP, significantly enhance low-resource language summarization by considering the reliability of each sample, challenging the limitations of traditional knowledge distillation. The findings underscore the importance of evaluating individual samples in model training, offering vital practical implications.

Original Source: https://arxiv.org/abs/2607.19956

[h] Back to Home