paper-with-me

Papers

Dynamic Corrective Self-Distillation for Better Fine-Tuning of Pretrained Models

2023-12-12 · Ibtihel Amara, Vinija Jain, Aman Chadha

We tackle the challenging issue of aggressive fine-tuning encountered during the process of transfer learning of pre-trained language models (PLMs) with limited labeled downstream data. This problem primarily results in a decline in performance on the subsequent task. Inspired by the adaptive boosting method in traditional machine learning, we present an effective dynamic corrective self-distillation (DCS) approach to improve the fine-tuning of the PLMs. Our technique involves performing a self-distillation mechanism where, at each iteration, the student model actively adapts and corrects itself by dynamically adjusting the weights assigned to individual data points. This iterative self-correcting process significantly enhances the overall fine-tuning capability of PLMs, leading to improved performance and robustness. We conducted comprehensive evaluations using the GLUE benchmark demonstrating the efficacy of our method in enhancing the fine-tuning process for various PLMs across diverse downstream tasks.

📄 PDF Abstract BibTeX arXiv:2312.07028

Code (0)

등록된 구현이 없습니다.

Tasks

Transfer Learning

Similar Papers 제목 키워드 기반

ROSD: Reflective On-Policy Self-Distillation for Language Model Reasoning across Domains

2026-05-27 · Ziqi Zhao, Xinyu Ma, Liu Yang, Yujie Feng 외 arxiv

On-policy self-distillation (OPSD) improves the reasoning performance of large language models (LLMs) by providing dense token-level supervision for on-policy rollouts. However, existing OPSD methods often yield limited …

Domain Generalization

Learning from Your Own Mistakes: Constructing Learnable Micro-Reflective Trajectories for Self-Distillation

2026-06-17 · Zhilin Huang, Hang Gao, Ziqiang Dong, Yuan Chen 외 arxiv

Self-distillation improves reasoning in large language models by using the model's own rollouts as training signal, typically through implicit logit-level alignment that minimizes KL divergence toward a privileged target…

OPSD-V: On-Policy Self-Distillation for Post-Training Few-Step Autoregressive Video Generators

2026-07-09 · Hongyu Liu, Chun Wang, Feng Gao, Xuanhua He 외 arxiv

We propose OPSD-V, an on-policy self-distillation paradigm for post-training few-step autoregressive (AR) video diffusion models. Existing few-step AR video generators can produce long videos with low latency, but still …

Negative Self-Distillation: Learning to Reason by Avoiding Flaws

2026-09-10 · Rongcan Pei, Zhepei Wei, Shuyao Xu, Xinyu Zhu 외 hf

On-Policy Self-Distillation (OPSD) has emerged as a popular paradigm for large language model (LLM) self-improvement, allowing models to act as their own teachers by leveraging privileged information such as ground-truth…

Reinforcement Learning

BAgger: Backwards Aggregation for Mitigating Drift in Autoregressive Video Diffusion Models

2025-12-12 · Ryan Po, Eric Ryan Chan, Changan Chen, Gordon Wetzstein arxiv

Autoregressive video models are promising for world modeling via next-frame prediction, but they suffer from exposure bias: a mismatch between training on clean contexts and inference on self-generated frames, causing er…