LGJan 28

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

arXiv:2601.20687v13 citationsh-index: 9
Originality Highly original
AI Analysis

This addresses the challenge of deploying aligned small models on-premise for applications with privacy, cost, and latency constraints, offering a novel solution to a known bottleneck.

The paper tackles the problem of enabling reinforcement learning alignment for on-premise small models without human-labeled preferences or reward models, proposing a positive-unlabeled RL distillation method that achieves consistently strong performance in low-cost settings.

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 learning (RL) alignment stage. The main reason is that RL alignment typically requires either expensive human preference annotation or heavy reliance on high-quality reward models with large-scale API usage and ongoing engineering maintenance, both of which are ill-suited to on-premise settings. To bridge this gap, we propose a positive-unlabeled (PU) RL distillation method for on-premise small-model deployment. Without human-labeled preferences or a reward model, our method distills the teacher's preference-optimization capability from black-box generations into a locally trainable student. For each prompt, we query the teacher once to obtain an anchor response, locally sample multiple student candidates, and perform anchor-conditioned self-ranking to induce pairwise or listwise preferences, enabling a fully local training loop via direct preference optimization or group relative policy optimization. Theoretical analysis justifies that the induced preference signal by our method is order-consistent and concentrates on near-optimal candidates, supporting its stability for preference optimization. Experiments demonstrate that our method achieves consistently strong performance under a low-cost setting.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes