Neural FOXP2 -- Language Specific Neuron Steering for Targeted Language Improvement in LLMs
Anusa Saha, Tanmay Joshi, Vinija Jain, Aman Chadha, Amitava Das
TL;DR
This work treats language defaultness in multilingual LLMs as a controllable property arising from a sparse, low‑rank circuit of language neurons. It proposes Neural FOXP2, a mechanistic, inference‑time intervention that localizes language‑control features via per‑layer sparse autoencoders, derives compact steering directions with layerwise SVD, and applies a signed sparse edit within a trusted window to make Hindi or Spanish the default without retraining. The pipeline is evaluated on Hindi and Spanish across MT, QA, NLI, and summarization using a frozen LLaMA‑3 8B backbone, with guardrails to limit drift and leakage and to preserve semantic fidelity. Across tasks, FOXP2 yields measurable defaultness gains (token‑mass and LID signals) while maintaining task performance, and ablations validate the necessity and sufficiency of the localized, low‑rank control components. The approach provides an auditable, resource‑efficient pathway to targeted language improvement in multilingual models, balancing practical deployment with safety and mechanistic interpretability.
Abstract
LLMs are multilingual by training, yet their lingua franca is often English, reflecting English language dominance in pretraining. Other languages remain in parametric memory but are systematically suppressed. We argue that language defaultness is governed by a sparse, low-rank control circuit, language neurons, that can be mechanistically isolated and safely steered. We introduce Neural FOXP2, that makes a chosen language (Hindi or Spanish) primary in a model by steering language-specific neurons. Neural FOXP2 proceeds in three stages: (i) Localize: We train per-layer SAEs so each activation decomposes into a small set of active feature components. For every feature, we quantify English vs. Hindi/Spanish selectivity overall logit-mass lift toward the target-language token set. Tracing the top-ranked features back to their strongest contributing units yields a compact language-neuron set. (ii) Steering directions: We localize controllable language-shift geometry via a spectral low-rank analysis. For each layer, we build English to target activation-difference matrices and perform layerwise SVD to extract the dominant singular directions governing language change. The eigengap and effective-rank spectra identify a compact steering subspace and an empirically chosen intervention window (where these directions are strongest and most stable). (iii) Steer: We apply a signed, sparse activation shift targeted to the language neurons. Concretely, within low to mid layers we add a positive steering along the target-language dominant directions and a compensating negative shift toward the null space for the English neurons, yielding controllable target-language defaultness.
