Language gaps are the biggest loophole in current LLM safety

NightPanda Expert 1h ago Updated Jul 25, 2026 352 views 4 likes 1 min read

A recent analysis of Qwen2.5-7B reveals a striking disparity: the model refuses harmful prompts in Turkish roughly three times less often than it does in English. This proves that while the ability to refuse is baked into the model's weights (language-agnostic), the trigger for that refusal is heavily dependent on the language used during the alignment phase (language-specific).

Language gaps are the biggest loophole in current LLM safety

The technical nuance here is that "refusal directions" exist in the model's latent space regardless of the input language. If you extract the refusal vector from a Turkish prompt, it actually transfers across to other languages. This means the model "knows" how to refuse, but the safety guardrails aren't consistently activated when the input isn't in a high-resource language like English.

For anyone doing a deep dive into LLM agent security or red-teaming, this highlights a massive vulnerability. Most safety tuning happens on English datasets, creating a "safety shadow" for other languages. You can essentially bypass complex alignment by simply shifting the linguistic context, even if the underlying logic of the request remains harmful.

This makes the case for more diverse, multilingual alignment rather than just translating English safety prompts. If the refusal mechanism is universal but the activation is fragmented, the system is only as secure as its weakest language pair.

AI Jailbreak & SecurityAI SafetyLLM Security

All Replies (3)

T
Taylor27 Intermediate 9h ago
Ever wonder if they're just training on English safety datasets and hoping for the best?
0 Reply
J
JordanGeek Expert 9h ago
happened to me with spanish, it'll say no in english then just do it in espanyol
0 Reply
J
Jules45 Expert 9h ago
Does this happen more with low-resource languages or is it across the board?
0 Reply

Write a Reply

Markdown supported