paper-with-me

Papers

Reliability Gated Multi-Teacher Distillation for Low Resource Abstractive Summarization

2026-04-03 · Dipto Sumit, Ankan Kumar Roy, Sadia Khair Rodela, Atia Haque Asha, Mourchona Afrin, Niloy Farhan, Farig Yousuf Sadeque arxiv

We study multiteacher knowledge distillation for low resource abstractive summarization from a reliability aware perspective. We introduce EWAD (Entropy Weighted Agreement Aware Distillation), a token level mechanism that routes supervision between teacher distillation and gold supervision based on inter teacher agreement, and CPDP (Capacity Proportional Divergence Preservation), a geometric constraint on the student position relative to heterogeneous teachers. Across two Bangla datasets, 13 BanglaT5 ablations, and eight Qwen2.5 experiments, we find that logit level KD provides the most reliable gains, while more complex distillation improves semantic similarity for short summaries but degrades longer outputs. Cross lingual pseudo label KD across ten languages retains 71-122 percent of teacher ROUGE L at 3.2x compression. A human validated multi judge LLM evaluation further reveals calibration bias in single judge pipelines. Overall, our results show that reliability aware distillation helps characterize when multi teacher supervision improves summarization and when data scaling outweighs loss engineering.

📄 PDF Abstract BibTeX arXiv:2604.03192

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge DistillationSemantic Similarity

Similar Papers 제목 키워드 기반

GateKD: Confidence-Gated Closed-Loop Distillation for Robust Reasoning

2026-05-13 · Kasidit Sermsri, Teerapong Panboonyuen arxiv

Distilling multi-step reasoning abilities from large language models (LLMs) into compact student models remains challenging due to noisy rationales, hallucinated supervision, and static teacher-student interactions. Exis…

Verify Before You Distill: Prompt-Level Teacher Gating for On-Policy Distillation

2026-09-02 · Zhiwei Zhang, Zechen Sun, Fei Zhao, Kang Peng 외 hf

On-policy distillation (OPD) accelerates post-training by providing dense token-level supervision from a frozen teacher on the student's own rollouts. Vanilla OPD applies this supervision uniformly across prompts, withou…

Instruction Following

SG-OPD: Sign-Gated On-Policy Distillation via Sign-Consistency Gating and Phased Teacher Sampling

2026-06-08 · Haoran Xu, Hongyu Wang, Yifei Gao, Jiaze Li 외 arxiv

On-policy distillation (OPD) trains a student on its own trajectories with dense per-token supervision from a stronger teacher, and often outperforms off-policy distillation and standard reinforcement learning. However, …

Reinforcement LearningMathematical Reasoning

Multi-Turn On-Policy Distillation with Prefix Replay

2026-07-06 · Baohao Liao, Hanze Dong, Christof Monz, Xinxing Xu 외 arxiv

We study on-policy distillation (OPD) for agentic tasks, where an LLM agent interacts with an environment over multiple turns and a student imitates a teacher over these multi-turn interaction histories. Fully online OPD…

Mathematical Reasoning

AMRD: Adaptive Multi-Teacher Relational Distillation for Lightweight Speech Emotion Recognition

2026-07-28 · Yuqi Li, Yi-Cheng Lin, Xianglong Wang, Kuo Yang 외 arxiv

On-device speech emotion recognition (SER) is critical for real-time applications, yet large self-supervised models that excel at SER are too costly for edge devices. Multi-teacher knowledge distillation can compress the…

Speech Emotion RecognitionKnowledge Distillation