Show HN: Distilling DeepSeek into GPT-OSS doesn't transfer censorship. Try it
- AI
- Open Source
- Developer Tools
- Policy
CTGT posted an experiment on model distillation with a politically loaded question behind it. They used DeepSeek V4 Flash as the teacher and GPT-OSS as the student for finance reasoning, then tested whether DeepSeek’s stronger reluctance on China-sensitive prompts would show up in the distilled model. It did not. On their matched-pair benchmark, the teacher behaved very differently on Chinese political topics versus non-Chinese analogs, while the distilled students stayed essentially identical to their American base model. CTGT argues this matches recent "subliminal learning" results. Hidden behaviors are less likely to transfer when teacher and student do not share initialization and when the training data never touches the sensitive domain. They also released LineageEval, a prompt set, rubric, and code meant to make these claims testable instead of rhetorical.
If you are distilling a frontier model into a domain-specific student, this is evidence that narrow-task tuning on unrelated data is a low-risk path for importing political refusal behavior. The useful next check is lineage and training overlap, since even the authors expect transfer risk to rise when teacher and base model share more of the same stack.
-
ctgt.ai
- Discuss on HN