Beneath the Surface of Consistency: Exploring Cross-lingual Knowledge Representation Sharing in LLMs
Maxim Ifergan, Leshem Choshen, Roee Aharoni, Idan Szpektor, Omri Abend
TL;DR
The paper tackles the problem that factual knowledge in LLMs varies across languages, exploring whether models store a single shared representation or language-specific copies. It introduces cross-lingual knowledge consistency (CKC) and cross-lingual knowledge representation sharing (CKR), and develops editing-based diagnostics to quantify CKR using the CLIKE dataset (35k facts, 13 languages, 7 scripts) across 7B-scale LLMs. Key findings show that high cross-language answer agreement (CKC) does not imply shared internal representations (CKR), with script similarity emerging as a dominant factor; fully shared knowledge could dramatically boost the best-language accuracy and cross-lingual performance. The work provides a methodology and dataset to guide the development of more robust, equitable multilingual LLMs, highlighting the need for approaches that promote true cross-lingual representation sharing beyond surface-level consistency.
Abstract
The veracity of a factoid is largely independent of the language it is written in. However, language models are inconsistent in their ability to answer the same factual question across languages. This raises questions about how LLMs represent a given fact across languages. We explore multilingual factual knowledge through two aspects: the model's ability to answer a query consistently across languages, and the ability to ''store'' answers in a shared representation for several languages. We propose a methodology to measure the extent of representation sharing across languages by repurposing knowledge editing methods. We examine LLMs with various multilingual configurations using a new multilingual dataset. We reveal that high consistency does not necessarily imply shared representation, particularly for languages with different scripts. Moreover, we find that script similarity is a dominant factor in representation sharing. Finally, we observe that if LLMs could fully share knowledge across languages, their accuracy in their best-performing language could benefit an increase of up to 150\% on average. These findings highlight the need for improved multilingual knowledge representation in LLMs and suggest a path for the development of more robust and consistent multilingual LLMs.
