paper-with-me

Papers

Black-Box On-Policy Distillation of Large Language Models

2025-11-13 · Tianzhu Ye, Li Dong, Zewen Chi, Xun Wu, Shaohan Huang, Furu Wei 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 Generative Adversarial Distillation (GAD), which enables on-policy and black-box distillation. GAD frames the student LLM as a generator and trains a discriminator to distinguish its responses from the teacher LLM's, creating a minimax game. The discriminator acts as an on-policy reward model that co-evolves with the student, providing stable, adaptive feedback. Experimental results show that GAD consistently surpasses the commonly used sequence-level knowledge distillation. In particular, Qwen2.5-14B-Instruct (student) trained with GAD becomes comparable to its teacher, GPT-5-Chat, on the LMSYS-Chat automatic evaluation. The results establish GAD as a promising and effective paradigm for black-box LLM distillation.

📄 PDF Abstract BibTeX arXiv:2511.10643

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Distillation

Similar Papers 제목 키워드 기반

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

2026-04-04 · Xiwen Chen, Jingjing Wang, Wenhui Zhu, Peijie Qiu 외 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-…

Knowledge Distillation

Prompting Policies for Multi-step Reasoning and Tool-Use in Black-box LLMs with Iterative Distillation of Experience

2026-05-14 · Krishna Sayana, Ketan Todi, Ambarish Jash arxiv

The shift toward interacting with frozen, "black-box" Large Language Models (LLMs) has transformed prompt engineering from a heuristic exercise into a critical optimization challenge. We propose a Reinforcement Learning …

Reinforcement LearningPrompt Engineering

Hierarchical Support Vector State Partitioning for Distilling Black Box Reinforcement Learning Policies

2026-05-05 · Senne Deproost, Mehrdad Asadi, Ann Nowé arxiv

We introduce State Vector Space Partitioning (SVSP), a novel method to mimic a black box reinforcement learning policy using a set of human-interpretable subpolicies. By partitioning a distillation dataset of state actio…

Reinforcement Learning

Neural-to-Tree Policy Distillation with Policy Improvement Criterion

2021-08-16 · Zhao-Hua Li, Yang Yu, Yingfeng Chen, Ke Chen 외

While deep reinforcement learning has achieved promising results in challenging decision-making tasks, the main bones of its success --- deep neural networks are mostly black-boxes. A feasible way to gain insight into a …

Decision MakingDeep Reinforcement Learningreinforcement-learningReinforcement Learning (RL)

ORPO-Distill: Mixed-Policy Preference Optimization for Cross-Architecture LLM Distillation

2025-09-29 · Aasheesh Singh, Vishal Vaddina, Dagnachew Birru arxiv

We introduce ORPO-Distill, a general-purpose method for cross-architecture LLM distillation that formulates the problem as a preference optimization task. Unlike standard CoT distillation, the approach transfers knowledg…