CLaS-Bench: A Cross-Lingual Alignment and Steering Benchmark
Daniil Gurgurov, Yusser Al Ghussin, Tanja Baeumel, Cheng-Ting Chou, Patrick Schramowski, Marius Mosbach, Josef van Genabith, Simon Ostermann
TL;DR
CLaS-Bench provides the first standardized benchmark for cross-lingual language steering, addressing a gap where prior work focused mainly on English. It evaluates multilingual and cross-lingual steering across 32 languages using 70 parallel prompts per language, with two orthogonal metrics—Language Forcing and Output Relevance—combined into a harmonic Language Steering Score. The study finds that residual DiffMean steering on hidden activations consistently outperforms prompting and other methods, while language-specific neuron and SAE-based approaches show more limited, language-dependent performance and sometimes higher variance. Layer-wise analysis reveals language information concentrates in later transformer layers, and languages from related families cluster geometrically in representation space, informing both interpretability and practical cross-lingual adaptation. Overall, CLaS-Bench enables rigorous, scalable investigation of multilingual representations and steerable control, facilitating low-cost, language-aware model adaptation and deeper mechanistic understanding of multilingual LLMs.
Abstract
Understanding and controlling the behavior of large language models (LLMs) is an increasingly important topic in multilingual NLP. Beyond prompting or fine-tuning, , i.e.,~manipulating internal representations during inference, has emerged as a more efficient and interpretable technique for adapting models to a target language. Yet, no dedicated benchmarks or evaluation protocols exist to quantify the effectiveness of steering techniques. We introduce CLaS-Bench, a lightweight parallel-question benchmark for evaluating language-forcing behavior in LLMs across 32 languages, enabling systematic evaluation of multilingual steering methods. We evaluate a broad array of steering techniques, including residual-stream DiffMean interventions, probe-derived directions, language-specific neurons, PCA/LDA vectors, Sparse Autoencoders, and prompting baselines. Steering performance is measured along two axes: language control and semantic relevance, combined into a single harmonic-mean steering score. We find that across languages simple residual-based DiffMean method consistently outperforms all other methods. Moreover, a layer-wise analysis reveals that language-specific structure emerges predominantly in later layers and steering directions cluster based on language family. CLaS-Bench is the first standardized benchmark for multilingual steering, enabling both rigorous scientific analysis of language representations and practical evaluation of steering as a low-cost adaptation alternative.
