Edit Once, Update Everywhere: A Simple Framework for Cross-Lingual Knowledge Synchronization in LLMs
Yuchen Wu, Liang Ding, Li Shen, Dacheng Tao
TL;DR
This paper introduces X-KDE, a cross-lingual knowledge editing framework that propagates updates from a source language to target languages. It comprises two stages: XE-IT, which fine-tunes on a curated parallel dataset to modify in-scope knowledge while preserving unrelated content, and TL-PO, which uses ORPO-based alignment to ensure outputs in the target language reflect the updates. A high-quality cross-lingual dataset is introduced to bolster transfer across languages. Empirical results on Bi-ZsRE and MzsRE demonstrate cross-lingual gains and robustness across monolingual tasks, establishing X-KDE as a new SOTA approach for cross-lingual knowledge editing with scalable batch and sequential editing capabilities and strong generalization across languages.
Abstract
Knowledge editing allows for efficient adaptation of large language models (LLMs) to new information or corrections without requiring full retraining. However, prior methods typically focus on either single-language editing or basic multilingual editing, failing to achieve true cross-linguistic knowledge synchronization. To address this, we present a simple and practical state-of-the-art (SOTA) recipe Cross-Lingual Knowledge Democracy Edit (X-KDE), designed to propagate knowledge from a dominant language to other languages effectively. Our X-KDE comprises two stages: (i) Cross-lingual Edition Instruction Tuning (XE-IT), which fine-tunes the model on a curated parallel dataset to modify in-scope knowledge while preserving unrelated information, and (ii) Target-language Preference Optimization (TL-PO), which applies advanced optimization techniques to ensure consistency across languages, fostering the transfer of updates. Additionally, we contribute a high-quality, cross-lingual dataset, specifically designed to enhance knowledge transfer across languages. Extensive experiments on the Bi-ZsRE and MzsRE benchmarks show that X-KDE significantly enhances cross-lingual performance, achieving an average improvement of +8.19%, while maintaining high accuracy in monolingual settings.
