English

Language-Switching Triggers Take a Latent Detour Through Language Models

Computation and Language 2026-05-26 v2

Abstract

Backdoor attacks on language models pose a growing security concern, yet the internal mechanisms by which a trigger sequence hijacks model computations remain poorly understood. We identify a circuit underlying a language-switching backdoor in an 8B-parameter autoregressive language model, where a three-word Latin trigger (nine tokens) redirects English output to French. We decompose the circuit into three phases: (1) distributed attention heads at early layers compose the trigger tokens into the last sequence position; (2) the resulting signal propagates through mid-layers in a subspace orthogonal to the model's natural language-identity direction; (3) the MLP at the final layer converts this latent signal into French logits. The entire circuit flows through a serial bottleneck at a single position: corrupting that position at any layer entirely mitigates the trigger but also hinders the model's capabilities. The orthogonal latent encoding suggests that defenses that search for language-like signals in intermediate representations would miss this trigger entirely.

Keywords

Cite

@article{arxiv.2605.18646,
  title  = {Language-Switching Triggers Take a Latent Detour Through Language Models},
  author = {Francis Kulumba and Wissam Antoun and Théo Lasnier and Benoît Sagot and Djamé Seddah},
  journal= {arXiv preprint arXiv:2605.18646},
  year   = {2026}
}

Comments

15 pages, 16 figures. Under review

R2 v1 2026-07-22T07:19:37.360Z