Overview
A 2026 study from Northwestern University in Qatar systematically exposes how English-trained safety systems fail when faced with Chinese adversarial prompts. The researchers constructed ChiSafe-PAS (Chinese Safety Pilot Annotation Set), a human-annotated benchmark of 1,897 adversarial Chinese prompts, with 1,544 receiving full gold-standard labels.
Key points
The dataset
- Covers four high-stakes domains: self-harm and violence, drugs and illegal trade, fraud, and satire.
- Each labeled prompt carries one of three response tags — REFUSE, SAFE-REDIRECT, or RESPOND — plus a nine-class obfuscation label, a risk level, and annotator reasoning.
- Examples include character splitting (
氵制for "make"), pinyin substitution (zishafor "suicide"), homophones (自沙for "suicide"), internet slang from fan communities and crypto circles, and narrative framing ("I'm writing a novel…"). - On direct dangerous requests, most tested models refused 70–80% of the time.
- On pinyin-wrapped requests, refusal rates dropped to roughly 30–40%.
- On character-split requests, some models treated the fragments as meaningless symbols and answered fully.
- On subcommunity slang requests, refusal rates fell below 10% for some models.
- On narrative-framed requests ("for a public-service announcement about fraud…"), models produced realistically usable fraud scripts.
- An English translation of the same Chinese prompts was refused at substantially higher rates, demonstrating that safety behavior is language-dependent rather than universal.
- Models with explicit Chinese safety training showed meaningfully greater resilience, but at the cost of confirming that cross-lingual generalization is largely a myth.
- The cross-lingual generalization illusion. Refusal patterns learned for English vocabulary triggers do not transfer reliably to HJK script, pinyin, or Chinese internet slang.
- Benchmark contamination. Public safety datasets are routinely absorbed into training, inflating scores without improving actual safety.
- Scale is not a substitute for cultural expertise. Pinyin substitution mechanics, character-split visual reconstruction, and slang drift require lived familiarity with Chinese internet culture — not just more tokens.
- Pragmatic intent is fragile. Models can sometimes match keywords but struggle to assess user intent behind hedging, framing, and narrative pretexts.
The nine obfuscation strategies
1. Pinyin romanization — Latin-alphabet transliteration of sensitive terms. 2. Character splitting — decomposition of characters into radicals and components. 3. Homophone substitution — visually similar or aurally identical alternatives. 4. Internet slang and coded language — subcommunity vocabulary from gaming, fan, anime, and crypto circles. 5. Pragmatic hedging — "I'm just curious…", "suppose a friend…", "for a script…". 6. Culture-specific references — idioms, allusions, and historical events requiring deep cultural literacy. 7. Mixed encoding — pinyin mixed with HJK characters, simplified mixed with traditional, code-switching with English. 8. Multi-turn grooming — gradual escalation across turns rather than a single dangerous ask. 9. Other emerging strategies — an extensible bucket for novel bypasses.
Empirical findings
Why defenses fail
Three takeaways
1. Safety is not a translation problem. You cannot translate 氵仓 into English because the attack vector does not exist outside HJK. Alignment must be rooted in the target language's cultural soil.
2. Annotation quality beats data volume. 1,897 carefully human-crafted prompts exposed systematic failures that hundreds of thousands of machine-translated prompts might mask.
3. "Solved" is a temporary status. The nine-class taxonomy deliberately reserves an "Other" bucket. Datasets, annotation standards, and defenses must be maintained as living infrastructure.
Reference
Zaghouani, W., Aldous, K. K., & Gao, Y. (2026). *Beyond English and Evasion: A Human-Annotated Multi-Domain Benchmark for High-Stakes LLM Safety Evaluation in Chinese.* arXiv:2605.29667. Northwestern University in Qatar.