paper-with-me

Papers

ReCoVeR the Target Language: Language Steering without Sacrificing Task Performance

2025-09-18 · Hannah Sterz, Fabian David Schmidt, Goran Glavaš, Ivan Vulić arxiv

As they become increasingly multilingual, Large Language Models (LLMs) exhibit more language confusion, i.e., they tend to generate answers in a language different from the language of the prompt or the answer language explicitly requested by the user. In this work, we propose ReCoVeR (REducing language COnfusion in VEctor Representations), a novel lightweight approach for reducing language confusion based on language-specific steering vectors. We first isolate language vectors with the help of multi-parallel corpus and then effectively leverage those vectors for effective LLM steering via fixed (i.e., unsupervised) as well as trainable steering functions. Our extensive evaluation, encompassing three benchmarks and 18 languages, shows that ReCoVeR effectively mitigates language confusion in both monolingual and cross-lingual setups while at the same time -- and in contrast to prior language steering methods -- retaining task performance. Our data code is available at https://github.com/hSterz/recover.

📄 PDF Abstract BibTeX arXiv:2509.14814

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Riemannian-Manifold Steering: Geometry-Aware Generative Autoencoders for Label-Free Steering

2026-05-24 · Narmeen Oozeer, Shivam Raval, Philip Quirke, Manikandan Ravikiran 외 arxiv

Steering a language model - intervening on its internal activations to change downstream behaviour - has recently expanded beyond linear interpolation to nonlinear methods such as angular and kernelized steering, which d…

Steering Vectors are an Adversarial Attack Surface

2026-06-04 · Abzal Aidakhmetov, Donato Crisostomi, Tommaso Mencattini, Adrian Robert Minut 외 arxiv

Activation steering has become a popular way to control Large Language Model (LLM) behavior without fine-tuning. Since the technique is plug-and-play, users share datasets and precomputed vectors to steer model activatio…

Adversarial Attack

Strengthening Target-Language Features: SAE-Based Steering for Multilingual Inference

2026-08-05 · Hongsheng Wang, Philipp Koehn arxiv

Multilingual large language models exhibit substantial performance differences across languages, while existing adaptation methods often require parameter updates and considerable multilingual training data. We propose a…

A Coin Flip Per Token: Bernoulli Sparse Steering of Large Language Models

2026-07-06 · Nima Eshraghi, Lovedeep Gondara, Yuqing Huang, Sagarika Suresh 외 arxiv

Activation steering via sparse autoencoders (SAEs) enables behavioral control of large language models without task-specific fine-tuning, but standard methods apply the steering signal at every generated token, incurring…

SteerVLM: Robust Model Control through Lightweight Activation Steering for Vision Language Models

2025-10-30 · Anushka Sivakumar, Andrew Zhang, Zaber Hakim, Chris Thomas arxiv

This work introduces SteerVLM, a lightweight steering module designed to guide Vision-Language Models (VLMs) towards outputs that better adhere to desired instructions. Our approach learns from the latent embeddings of p…