paper-with-me

Papers

SODA: Semi On-Policy Black-Box Distillation for Large Language Models

2026-04-04 · Xiwen Chen, Jingjing Wang, Wenhui Zhu, Peijie Qiu, Xuanzhao Dong, Hejian Sang, Zhipeng Wang, Alborz Geramifard, Feng Luo arxiv

Black-box knowledge distillation for large language models presents a strict trade-off. Simple off-policy methods (e.g., sequence-level knowledge distillation) struggle to correct the student's inherent errors. Fully on-policy methods (e.g., Generative Adversarial Distillation) solve this via adversarial training but introduce well-known training instability and crippling computational overhead. To address this dilemma, we propose SODA (Semi On-policy Distillation with Alignment), a highly efficient alternative motivated by the inherent capability gap between frontier teachers and much smaller base models. Because a compact student model's natural, zero-shot responses are almost strictly inferior to the powerful teacher's targets, we can construct a highly effective contrastive signal simply by pairing the teacher's optimal response with a one-time static snapshot of the student's outputs. This demonstrates that exposing the small student to its own static inferior behaviors is sufficient for high-quality distribution alignment, eliminating the need for costly dynamic rollouts and fragile adversarial balancing. Extensive evaluations across four compact Qwen2.5 and Llama-3 models validate this semi on-policy paradigm. SODA matches or outperforms the state-of-the-art methods on 15 out of 16 benchmark results. More importantly, it achieves this superior distillation quality while training 10 times faster, consuming 27% less peak GPU memory, and completely eliminating adversarial instability.

📄 PDF Abstract BibTeX arXiv:2604.03873

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Distillation

Similar Papers 제목 키워드 기반

Do soda taxes affect the consumption and health of school-aged children? Evidence from France and Hungary

2021-11-29 · Selina Gangl

This paper examines the effect of two different soda taxes on consumption behaviour and health of school-aged children in Europe: Hungary imposed a Public Health Product Tax (PHPT) on several unhealthy products in 2011. …

Black-Box On-Policy Distillation of Large Language Models

2025-11-13 · Tianzhu Ye, Li Dong, Zewen Chi, Xun Wu 외 arxiv

Black-box distillation creates student large language models (LLMs) by learning from a proprietary teacher model's text outputs alone, without access to its internal logits or parameters. In this work, we introduce Gener…

Knowledge Distillation

SODA: Detecting Covid-19 in Chest X-rays with Semi-supervised Open Set Domain Adaptation

2020-05-22 · Jieli Zhou, Baoyu Jing, Zeya Wang

Due to the shortage of COVID-19 viral testing kits and the long waiting time, radiology imaging is used to complement the screening process and triage patients into different risk levels. Deep learning based methods have…

Domain Adaptationimage-classificationImage Classification

SODA10M: A Large-Scale 2D Self/Semi-Supervised Object Detection Dataset for Autonomous Driving

2021-06-21 · Jianhua Han, Xiwen Liang, Hang Xu, Kai Chen 외

Aiming at facilitating a real-world, ever-evolving and scalable autonomous driving system, we present a large-scale dataset for standardizing the evaluation of different self-supervised and semi-supervised approaches by …

Autonomous DrivingInstance Segmentationobject-detectionObject Detection+3

SODA: Million-scale Dialogue Distillation with Social Commonsense Contextualization

2022-12-20 · Hyunwoo Kim, Jack Hessel, Liwei Jiang, Peter West 외

Data scarcity has been a long standing issue in the field of open-domain social dialogue. To quench this thirst, we present SODA: the first publicly available, million-scale high-quality social dialogue dataset. By conte…

Dialogue GenerationLanguage ModelingLarge Language Model