alt.hn

7/30/2026 at 6:13:06 PM

Show HN: Distilling DeepSeek into GPT-OSS doesn't transfer censorship. Try it

https://www.ctgt.ai/research/distillation-censorship-transfer

by cgorlla

7/30/2026 at 9:31:13 PM

This is interesting and important work, thank you!

Question - has your interp group looked at any of Anthropic’s neuralese-to-words tech? I’d be curious to see thinking traces (as in actual weights thinking not the output thinking) from the open weights models and your finetune; seems like it could make good followup research or possibly be a tighter path for evaluating censorship, since it directly evals off weights mid-inference.

by vessenes

7/30/2026 at 7:44:32 PM

I’m thinking this makes fullt sense because distillation is only additive, not subtractive. So it does not remove knowledge (if we can define censorship as removal of knowledge).

by Alifatisk

7/30/2026 at 8:28:05 PM

Most censorship isn't "removal of knowledge" but "installation of behavior that prevents some knowledge from being revealed or applied in certain ways".

This behavior can, in turn, be transferred via distillation. But, evidently, financial domain wasn't entangled enough with the censorship behaviors for them to bleed through, in this case.

by ACCount37

7/30/2026 at 9:06:06 PM

I agree with that. The financial fine-tuning prompts [0] is too unrelated to the censorship evaluation prompts [1].

There is just too little overlap in the transferred knowledge.

[0]: https://github.com/CTGT-Inc/lineage-eval/blob/main/data/benc...

[1]: https://github.com/CTGT-Inc/lineage-eval/blob/main/data/benc...

by maxloh

7/30/2026 at 9:28:50 PM

This is actually what is being tested. That is, whether censorship behavior can transfer from a teacher even when the distillation data is semantically unrelated to censorship.

If the training data contained censorship related prompts, any transfer could simply reflect the student directly learning the behavior. Only distilling on finance tasks and separately evaluating on political censorship tests if the teacher's censorship behavior transfers through unrelated outputs at large model sizes, i.e. subliminal learning (https://arxiv.org/abs/2507.14805).

by siddarthpm

7/30/2026 at 7:55:24 PM

Consider that LLMs are trained on the corpus of the internet, and (simplifying) consequently give the average answer of the internet. If the desired answer of the censorer is contradictory to this, then it requires additional training data to get the model to act a certain way.

by cgorlla

7/30/2026 at 9:06:09 PM

Censorship can be applied at the corpus level, though. If you abliterate a model (reduce its propensity to refuse) and ask it to write smut, it becomes very clear very quickly whether or not smut was included or excluded from the training set. It either mostly knows how sex works or very obviously doesn't. Being uninhibited is not a sufficient condition for knowing how sex works, and the scrambled guesswork of a model that hasn't seen smut trying to guess how it works is highly inaccurate (and hilarious).

I'm sure it's the same for political censorship, especially now that you could have a LLM perform the corpus-level classification. If the censors are lazy, abliteration is enough. If the censors are thorough, it isn't.

Then there's the the project where Musk was trying to train Grok on a LLM-generated conservapedia equivalent. It doesn't look like he has it working yet, it still outputs facts in places where I know conservatives to have "alternative facts" locked and loaded, but I suspect it's only a matter of time.

by smallmancontrov

7/30/2026 at 8:45:12 PM

distillation doesnt add anything; all it's doing is reconfiguring some root weights that get drowned out by noisy training and/or datset issues. It strengthens commonalities.

but there's no new information being created.

by cyanydeez

7/30/2026 at 7:58:50 PM

Deepseek is, with difference, the most "Western" of Chinese models, so it's a bit perplexing that it was chosen to test this hypothesis.

I didn't run any benchmarks but I played around a little, and after getting around the API-level filter Deepseek V4's answers about "China-sensitive content" aren't any different from what I get from Claude and ChatGPT.

by seri4l

7/30/2026 at 8:13:51 PM

You can see exactly what prompts we used and the results here: https://github.com/CTGT-Inc/lineage-eval/tree/main/data

We found V4 Flash was significantly more censored than the baseline.

by cgorlla

7/30/2026 at 9:02:44 PM

Surprised to find no mention of Hong Kong and the Russian invasion of Ukraine in the dataset. It's interesting how the fine-tuned model will respond.

by maxloh

7/30/2026 at 8:20:16 PM

Could just be resources available? Deepseek is the easiest to get up and running on hardware that's pretty readily available:

   unsloth/DeepSeek-V4-Flash-GGUF 4bit ~140GB
   unsloth/Kimi-K3-GGUF 4bit ~1.5TB
   unsloth/GLM-5.2-GGUF 4bit ~400GB

by strictnein

7/30/2026 at 9:02:39 PM

Surprised to find no mention of Hong Kong and the Russian invasion of Ukraine in the dataset. It's interesting how the fine-tuned model will respond.

by maxloh

7/30/2026 at 7:43:18 PM

FYI the scrolling on iPad with trackpad is broken. A full swipe on the trackpad is about 1 inch of screen movement.

by data-ottawa

7/30/2026 at 8:22:25 PM

Scrolling on desktop is also broken.

by kevincox

7/30/2026 at 8:42:58 PM

This is fixed

by cgorlla

7/30/2026 at 8:42:32 PM

This is fixed.

by cgorlla

7/30/2026 at 8:24:09 PM

I know not all models can be easily abliterated or uncensored, but is there a reason to start with a model that is still censored?

ex: https://huggingface.co/huihui-ai/models

by strictnein

7/30/2026 at 8:36:42 PM

Abliterated models certainly have their uses but they're not the default choice for most users or enterprises, and thus not the versions of those models most would interact with.

by cgorlla

7/30/2026 at 7:50:06 PM

So, there is no subliminal learning in this situation, under what conditions would we expect it. I find a transfer attack to be a bit far fetched but it’s definitely interesting.

If we trained from random initialisations on DeepSeek output (that didn’t explicitly contain the political questions) we would expect transfer? And if we fine tuned a model pretrained elsewhere on Deepseek output?

What is the line?

by andy99

7/30/2026 at 8:02:06 PM

It's most likely to occur when distilling a Chinese model from a Chinese base. We plan to do compliance geometry analysis in the future to see what is structurally changing in the model when distillation causes it to start refusing or whitewashing.

by cgorlla

7/30/2026 at 7:50:48 PM

It'd be interesting to use this technique to create a running tally across all models of which models are censored on what topics

by dluan

7/30/2026 at 8:41:40 PM

Agreed, we find this to be an interesting reflection of societal values and norms inasmuch LLMs are.

by cgorlla

7/30/2026 at 8:29:27 PM

Yes but in which jurisdiction could you publish it? We roughly know what the hot topics are for the current models, but actually testing and ranking would break said censorship and thus would be hammered into the ground through cointelpro methods by all parties.

It would be nice to have a hypothetical small country where the internal censorship would be non aligned and insignificant enough that it wouldn't take away from the overall findings. But it doesn't exist.

I want some science based authority on the moon where only 3-sigma IQ international academics have ultimate authority. Oh wait Asimov did that right? I guess it didn't go so well either.

More important there are some things censored that are true. And some things censored that are false. How do we even get to a good model of the truthiness/nonsense adjustment indicator?

by jubilee33

7/30/2026 at 8:07:11 PM

Hijacking scroll behaviour in 2026 is wild.

by martini333

7/30/2026 at 8:34:15 PM

Agreed. It's fixed

by cgorlla

7/30/2026 at 8:42:28 PM

Fixed

by noonan-yc

7/30/2026 at 8:54:55 PM

This seems like mildly interesting distillation work wrapped up in a nonsense attempt to drag censorship into the discussion.

There's no way your <200 examples for SFT would ever change how the model thinks of Holodomor unless you'd very intentionally crafted examples to do so.

It feels like you're expecting rubes to draw conclusions that are irrelevant to the actual work you did.

by BoorishBears

7/30/2026 at 9:18:41 PM

The examples you're talking about are not involved in the training process, so their number is irrelevant. As stated in the post, the goal of this work is to determine whether a teacher's unrelated behaviors are inherited by the student distilled on a different task. Changing how the model thinks about the Holodomor is completely irrelevant.

by cgorlla

7/30/2026 at 7:36:03 PM

so interesting!!

by ljlolel