Finding the Translation Switch: Discovering and Exploiting the Task-Initiation Features in LLMs
Xinwei Wu, Heng Liu, Xiaohu Zhao, Yuqi Ren, Linlong Xu, Longyue Wang, Deyi Xiong, Weihua Luo, Kaifu Zhang
TL;DR
This work reveals a dedicated translation-initiation mechanism within instruction-tuned LLMs by applying Sparse Autoencoders to decompose hidden states into sparse features. Through a 3-stage framework—recalling high-frequency features, shaping their causal influence, and enforcing cross-feature coherence via a PCA Consistency Score—the authors isolate a small set of initiation features and demonstrate their causal role in improving translation fidelity and reducing hallucinations. They further translate this mechanistic insight into a practical data-selection strategy for fine-tuning, showing enhanced data efficiency and reduced errors within model families, while revealing limits to cross-architecture transfer. The study provides a blueprint for leveraging internal model mechanisms to build more robust and efficient translation capabilities, with publicly available code to reproduce the results.
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.
