English

Finding the Translation Switch: Discovering and Exploiting the Task-Initiation Features in LLMs

Computation and Language 2026-01-19 v1 Artificial Intelligence

Abstract

Large Language Models (LLMs) frequently exhibit strong translation abilities, even without task-specific fine-tuning. However, the internal mechanisms governing this innate capability remain largely opaque. To demystify this process, we leverage Sparse Autoencoders (SAEs) and introduce a novel framework for identifying task-specific features. Our method first recalls features that are frequently co-activated on translation inputs and then filters them for functional coherence using a PCA-based consistency metric. This framework successfully isolates a small set of **translation initiation** features. Causal interventions demonstrate that amplifying these features steers the model towards correct translation, while ablating them induces hallucinations and off-task outputs, confirming they represent a core component of the model's innate translation competency. Moving from analysis to application, we leverage this mechanistic insight to propose a new data selection strategy for efficient fine-tuning. Specifically, we prioritize training on **mechanistically hard** samples-those that fail to naturally activate the translation initiation features. Experiments show this approach significantly improves data efficiency and suppresses hallucinations. Furthermore, we find these mechanisms are transferable to larger models of the same family. Our work not only decodes a core component of the translation mechanism in LLMs but also provides a blueprint for using internal model mechanism to create more robust and efficient models. The codes are available at https://github.com/flamewei123/AAAI26-translation-Initiation-Features.

Keywords

Cite

@article{arxiv.2601.11019,
  title  = {Finding the Translation Switch: Discovering and Exploiting the Task-Initiation Features in LLMs},
  author = {Xinwei Wu and Heng Liu and Xiaohu Zhao and Yuqi Ren and Linlong Xu and Longyue Wang and Deyi Xiong and Weihua Luo and Kaifu Zhang},
  journal= {arXiv preprint arXiv:2601.11019},
  year   = {2026}
}

Comments

Accepted by AAAI 2026

R2 v1 2026-07-01T09:07:06.282Z