ResearchPod Summary
As large language models (LLMs) are increasingly deployed in multilingual environments, it is critical to ensure they correctly follow instruction hierarchies (IH)—the principle that higher-priority instructions (e.g., system prompts) must override lower-priority ones (e.g., user messages). This paper investigates whether IH compliance remains stable across different languages or if the language of an instruction itself influences the model's ability to prioritize it correctly.
The authors introduce XIH-Bench, a large-scale benchmark designed to evaluate IH compliance across six typologically diverse languages (English, German, Spanish, French, Hindi, and Chinese). The benchmark holds the underlying task and conflict structure constant while systematically varying the languages assigned to higher- and lower-priority instructions. It covers four domains—Rule-Following, Task-Execution, Safety, and Persona Injection—and three hierarchy settings (System > User, System > Tool, and User > Tool), totaling nearly 79,000 evaluation instances across 13 different LLMs.
The study reveals that language is not a neutral carrier of instructions but actively shapes how models resolve conflicts. Two primary patterns emerge:
These results demonstrate that existing English-centric evaluations of instruction hierarchy are insufficient for global deployments, as they fail to account for the systematic variation introduced by multilingualism.
For developers and researchers, these findings highlight that multilingual reliability requires more than just language proficiency; it requires robust instruction-following across hierarchy levels. The tendency for models to favor certain languages—often those they are most specialized in—can lead to unintended hierarchy violations, such as a user being able to override system-level safety constraints if the user's input is in a language the model finds difficult to suppress. XIH-Bench provides a necessary tool for auditing these risks in diverse deployment scenarios.
AI-generated third-party summary by ResearchPod. Not official content or an endorsement by the paper authors or affiliated organizations.