CLAIJul 17, 2025

Causal Language Control in Multilingual Transformers via Sparse Feature Steering

arXiv:2507.13410v29 citationsh-index: 3
Originality Highly original
AI Analysis

This work addresses the problem of language control in multilingual LLMs for users needing precise generation without fine-tuning, representing a novel method for a known bottleneck.

The paper tackled the challenge of deterministically controlling the target generation language of large multilingual language models in zero-shot settings by leveraging sparse autoencoder features to steer language output, achieving up to 90% success in controlled language shifts while preserving semantic fidelity.

Deterministically controlling the target generation language of large multilingual language models (LLMs) remains a fundamental challenge, particularly in zero-shot settings where neither explicit language prompts nor fine-tuning are available. In this work, we investigate whether sparse autoencoder (SAE) features, previously shown to correlate with interpretable model behaviors, can be leveraged to steer the generated language of LLMs during inference. Leveraging pretrained SAEs on the residual streams of Gemma-2B and Gemma-9B, we identify features whose activations differ most significantly between English and four target languages: Chinese, Japanese, Spanish, and French. By modifying just a single SAE feature at one transformer layer, we achieve controlled language shifts with up to 90\% success, as measured by FastText language classification, while preserving semantic fidelity according to LaBSE (Language-Agnostic BERT Sentence Embedding) similarity. Our analysis reveals that language steering is most effective in mid-to-late transformer layers and is amplified by specific attention heads disproportionately associated with language-sensitive SAE features. These results demonstrate the promise of sparse feature steering as a lightweight and interpretable mechanism for controllable multilingual generation.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes