Protecting Language Models Against Unauthorized Distillation through Trace Rewriting
Xinhang Ma, William Yeoh, Ning Zhang, Yevgeniy Vorobeychik
TL;DR
Protecting Language Models Against Unauthorized Distillation through Trace Rewriting investigates trace-level defenses to deter unauthorized distillation of frontier LLMs. It introduces two complementary objectives—anti-distillation and API watermarking—realized via instruction-based rewriting and gradient-based rewrites that preserve semantics while degrading downstream training or embedding verifiable signatures. Empirical results show state-of-the-art anti-distillation effects (up to 61.3% student accuracy reduction) with minimal teacher impact, and highly reliable watermark detection with near-zero false alarms under various distillation and filtering scenarios. The work presents a practical, trace-centric framework for model protection with implications for licensing, ownership, and security in real-world deployments.
Abstract
Knowledge distillation is a widely adopted technique for transferring capabilities from LLMs to smaller, more efficient student models. However, unauthorized use of knowledge distillation takes unfair advantage of the considerable effort and cost put into developing frontier models. We investigate methods for modifying teacher-generated reasoning traces to achieve two objectives that deter unauthorized distillation: (1) \emph{anti-distillation}, or degrading the training usefulness of query responses, and (2) \emph{API watermarking}, which embeds verifiable signatures in student models. We introduce several approaches for dynamically rewriting a teacher's reasoning outputs while preserving answer correctness and semantic coherence. Two of these leverage the rewriting capabilities of LLMs, while others use gradient-based techniques. Our experiments show that a simple instruction-based rewriting approach achieves a strong anti-distillation effect while maintaining or even improving teacher performance. Furthermore, we show that our rewriting approach also enables highly reliable watermark detection with essentially no false alarms.
