paper-with-me

홈 › Papers

Neural FOXP2 -- Language Specific Neuron Steering for Targeted Language Improvement in LLMs

2026-02-01 · Anusa Saha, Tanmay Joshi, Vinija Jain, Aman Chadha, Amitava Das arxiv

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.

📄 PDF Abstract BibTeX arXiv:2602.00945

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Cross-Lingual Activation Steering for Multilingual Language Models

2026-01-23 · Rhitabrat Pokharel, Ameeta Agrawal, Tanay Nagar arxiv

Large language models exhibit strong multilingual capabilities, yet significant performance gaps persist between dominant and non-dominant languages. Prior work attributes this gap to imbalances between shared and langua…

Targeted Neuron Modulation via Contrastive Pair Search

2026-05-12 · Sam Herring, Jake Naviasky, Karan Malhotra arxiv

Language models are instruction-tuned to refuse harmful requests, but the mechanisms underlying this behavior remain poorly understood. Popular steering methods operate on the residual stream and degrade output coherence…

A Tentative Role for FOXP2 in the Evolution of Dual Processing Modes and Generative Abilities

2019-07-15

It has been suggested that the origins of cognitive modernity in the Middle/Upper Paleolithic following the appearance of anatomically modern humans was due to the onset of dual processing or contextual focus (CF), the a…

Steering Conceptual Bias via Transformer Latent-Subspace Activation

2025-06-23 · Vansh Sharma, Venkat Raman

This work examines whether activating latent subspaces in language models (LLMs) can steer scientific code generation toward a specific programming language. Five causal LLMs were first evaluated on scientific coding pro…

Code Generation

Steering Risk Preferences in Large Language Models by Aligning Behavioral and Neural Representations

2025-05-16 · Jian-Qiao Zhu, Haijiang Yan, Thomas L. Griffiths

Changing the behavior of large language models (LLMs) can be as straightforward as editing the Transformer's residual streams using appropriately constructed "steering vectors." These modifications to internal neural act…