paper-with-me

Papers

Advantage-Guided Distillation for Preference Alignment in Small Language Models

2025-02-25 · Shiping Gao, Fanqi Wan, Jiajian Guo, Xiaojun Quan, Qifan Wang

Alignment techniques enable Large Language Models (LLMs) to generate outputs that align with human preferences and play a crucial role in their effectiveness. However, their impact often diminishes when applied to Small Language Models (SLMs), likely due to the limited capacity of these models. Instead of directly applying existing alignment techniques to SLMs, we propose to utilize a well-aligned teacher LLM to guide the alignment process for these models, thereby facilitating the transfer of the teacher's knowledge of human preferences to the student model. To achieve this, we first explore a straightforward approach, Dual-Constrained Knowledge Distillation (DCKD), that employs knowledge distillation with two KL-divergence constraints from the aligned teacher to the unaligned student. To further enhance the student's ability to distinguish between preferred and dispreferred responses, we then propose Advantage-Guided Distillation for Preference Alignment (ADPA), which leverages an advantage function from the aligned teacher to deliver more nuanced, distribution-level reward signals for the student's alignment. Our experimental results show that these two approaches appreciably improve the alignment of SLMs and narrow the performance gap with larger counterparts. Among them, ADPA demonstrates superior performance and achieves even greater effectiveness when integrated with DCKD. Our code is available at https://github.com/SLIT-AI/ADPA.

📄 PDF Abstract BibTeX arXiv:2502.17927

Code (1)

slit-ai/adpa 공식 구현 pytorch

Tasks

Knowledge Distillation

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.…
ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

Capturing Nuanced Preferences: Preference-Aligned Distillation for Small Language Models

2025-02-20 · Yanggan Gu, Junzhuo Li, Sirui Huang, Xin Zou 외

Aligning small language models (SLMs) with human values typically involves distilling preference knowledge from large language models (LLMs). However, existing distillation methods model preference knowledge in teacher L…

Online Knowledge Distillation with Reward Guidance

2025-05-25 · Chen Jia

This work studies knowledge distillation (KD) for large language models (LLMs) through preference optimization. We propose a reward-guided imitation learning framework for sequential KD, formulating a min-max optimizatio…

Imitation LearningKnowledge Distillation

Positive-Unlabeled Reinforcement Learning Distillation for On-Premise Small Models

2026-01-28 · Zhiqiang Kou, Junyang Chen, Xin-Qiang Cai, Xiaobo Xia 외 arxiv

Due to constraints on privacy, cost, and latency, on-premise deployment of small models is increasingly common. However, most practical pipelines stop at supervised fine-tuning (SFT) and fail to reach the reinforcement l…

Reinforcement Learning

Text-driven 3D Human Generation via Contrastive Preference Optimization

2025-02-13 · Pengfei Zhou, Xukun Shen, Yong Hu

Recent advances in Score Distillation Sampling (SDS) have improved 3D human generation from textual descriptions. However, existing methods still face challenges in accurately aligning 3D models with long and complex tex…

Negation

GEM: Generative Entropy-Guided Preference Modeling for Few-shot Alignment of LLMs

2025-11-17 · Yiyang Zhao, Huiyu Bai, Xuejiao Zhao arxiv

Alignment of large language models (LLMs) with human preferences typically relies on supervised reward models or external judges that demand abundant annotations. However, in fields that rely on professional knowledge, s…

Mathematical ReasoningDecision Making