Inference-Time Steering for Cross-Lingual Factual Consistency in LLMs
Summary
A study investigates cross-lingual factual inconsistency in Large Language Models (LLMs), where models alter answers based on prompt language due to biases towards high-resource languages. Researchers explored four inference-time intervention strategies to make an English-prompted model respond as if queried in target languages like German, Spanish, or Bulgarian. These strategies included zero-shot contextual steering (persona prompting), internal representation manipulation via Contrastive Activation Addition (CAA), and lightweight weight modification using Direct Preference Optimization (DPO) trained on factual and conceptual generalization data. Experiments on Gemma 3 12B Instruct revealed persona prompting as the most effective overall intervention, demonstrating a balance of efficacy, safety, and out-of-domain generalization. While CAA showed strong benchmark shifts, it was configuration-sensitive and risked knowledge degradation. DPO-based adapters provided permanent but less transferable gains. The findings suggest that simple contextual interventions can be more robust for transferable alignment than more invasive methods.
Key takeaway
For Machine Learning Engineers deploying multilingual LLMs, if you are addressing cross-lingual factual inconsistencies, prioritize implementing zero-shot contextual steering, such as persona prompting. This approach offers the best balance of efficacy, safety, and out-of-domain generalization compared to more invasive methods like CAA or DPO. Your focus should be on simple, transferable alignment techniques to ensure robust performance across diverse language prompts without risking knowledge degradation.
Key insights
Simple inference-time contextual steering (persona prompting) effectively mitigates cross-lingual factual inconsistency in LLMs.
Principles
- Cross-lingual inconsistency is a selection problem.
- Contextual steering offers robust, transferable alignment.
- Balance efficacy, safety, and generalization.
Method
Intervention strategies included zero-shot contextual steering, Contrastive Activation Addition (CAA), and Direct Preference Optimization (DPO) on factual and generalization datasets.
In practice
- Employ persona prompting for cross-lingual alignment.
- Exercise caution with CAA due to degradation risks.
- Consider DPO for specific, permanent factual gains.
Topics
- Large Language Models
- Cross-lingual Factual Consistency
- Inference-Time Steering
- Persona Prompting
- Contrastive Activation Addition
- Direct Preference Optimization
Best for: Research Scientist, AI Engineer, AI Scientist, Machine Learning Engineer, NLP Engineer
Related on AIssential
See Counsel's argued verdicts on the open AI decisions leaders are weighing →
Editorial summary, takeaway, and curation by AIssential. Original article published by Artificial Intelligence.