paper-with-me

Papers

Teacher-Student Training for Debiasing: General Permutation Debiasing for Large Language Models

2024-03-20 · Adian Liusie, Yassir Fathullah, Mark J. F. Gales

Large Language Models (LLMs) have demonstrated impressive zero-shot capabilities and versatility in NLP tasks, however they sometimes fail to maintain crucial invariances for specific tasks. One example is permutation sensitivity, where LLMs' outputs may significantly vary depending on the order of the input options. While debiasing techniques can mitigate these issues, and yield better performance and reliability, they often come with a high computational cost at inference. This paper addresses this inefficiency at inference time. The aim is to distill the capabilities of a computationally intensive, debiased, teacher model into a more compact student model. We explore two variants of student models: one based on pure distillation, and the other on an error-correction approach for more complex tasks, where the student corrects a single biased decision from the teacher to achieve a debiased output. Our approach is general and can be applied to both black-box and white-box LLMs. Furthermore, we demonstrate that our compact, encoder-only student models can outperform their larger, biased teacher counterparts, achieving better results with significantly fewer parameters.

📄 PDF Abstract BibTeX arXiv:2403.13590

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Do Students Debias Like Teachers? On the Distillability of Bias Mitigation Methods

2025-10-30 · Jiali Cheng, Chirag Agarwal, Hadi Amiri arxiv

Knowledge distillation (KD) is an effective method for model compression and transferring knowledge between models. However, its effect on model's robustness against spurious correlations that degrade performance on out-…

Natural Language InferenceKnowledge DistillationImage ClassificationModel Compression

Debiased Distillation by Transplanting the Last Layer

2023-02-22 · Jiwoon Lee, Jaeho Lee

Deep models are susceptible to learning spurious correlations, even during the post-processing. We take a closer look at the knowledge distillation -- a popular post-processing technique for model compression -- and find…

AttributeKnowledge DistillationModel Compression

Teacher-Student MixIT for Unsupervised and Semi-supervised Speech Separation

2021-06-15 · Jisi Zhang, Catalin Zorila, Rama Doddipatla, Jon Barker

In this paper, we introduce a novel semi-supervised learning framework for end-to-end speech separation. The proposed method first uses mixtures of unseparated sources and the mixture invariant training (MixIT) criterion…

Speech Separation

Weighted Distillation with Unlabeled Examples

2022-10-13 · Fotis Iliopoulos, Vasilis Kontonis, Cenk Baykal, Gaurav Menghani 외

Distillation with unlabeled examples is a popular and powerful method for training deep neural networks in settings where the amount of labeled data is limited: A large ''teacher'' neural network is trained on the labele…

Aligning Teacher with Student Preferences for Tailored Training Data Generation

2024-06-27 · Yantao Liu, Zhao Zhang, Zijun Yao, Shulin Cao 외

Large Language Models (LLMs) have shown significant promise as copilots in various tasks. Local deployment of LLMs on edge devices is necessary when handling privacy-sensitive data or latency-sensitive tasks. The computa…

In-Context LearningKnowledge Distillation