paper-with-me

Papers

Mitigating Negative Interference in Multilingual Sequential Knowledge Editing through Null-Space Constraints

2025-06-12 · Wei Sun, Tingyu Qu, Mingxiao Li, Jesse Davis, Marie-Francine Moens

Efficiently updating multilingual knowledge in large language models (LLMs), while preserving consistent factual representations across languages, remains a long-standing and unresolved challenge. While deploying separate editing systems for each language might seem viable, this approach incurs substantial costs due to the need to manage multiple models. A more efficient solution involves integrating knowledge updates across all languages into a unified model. However, performing sequential edits across languages often leads to destructive parameter interference, significantly degrading multilingual generalization and the accuracy of injected knowledge. To address this challenge, we propose LangEdit, a novel null-space constrained framework designed to precisely isolate language-specific knowledge updates. The core innovation of LangEdit lies in its ability to project parameter updates for each language onto the orthogonal complement of previous updated subspaces. This approach mathematically guarantees update independence while preserving multilingual generalization capabilities. We conduct a comprehensive evaluation across three model architectures, six languages, and four downstream tasks, demonstrating that LangEdit effectively mitigates parameter interference and outperforms existing state-of-the-art editing methods. Our results highlight its potential for enabling efficient and accurate multilingual knowledge updates in LLMs. The code is available at https://github.com/VRCMF/LangEdit.git.

📄 PDF Abstract BibTeX arXiv:2506.10800

Code (0)

등록된 구현이 없습니다.

Tasks

knowledge editing

Similar Papers 제목 키워드 기반

HLT-MT: High-resource Language-specific Training for Multilingual Neural Machine Translation

2022-07-11 · Jian Yang, Yuwei Yin, Shuming Ma, Dongdong Zhang 외

Multilingual neural machine translation (MNMT) trained in multiple language pairs has attracted considerable attention due to fewer model parameters and lower training costs by sharing knowledge among multiple languages.…

DecoderMachine TranslationTranslation

On Negative Interference in Multilingual Models: Findings and A Meta-Learning Treatment

2020-10-06 · EMNLP 2020 11 · ZiRui Wang, Zachary C. Lipton, Yulia Tsvetkov

Modern multilingual models are trained on concatenated text from multiple languages in hopes of conferring benefits to each (positive transfer), with the most pronounced benefits accruing to low-resource languages. Howev…

Meta-Learning

Neuron Specialization: Leveraging intrinsic task modularity for multilingual machine translation

2024-04-17 · Shaomu Tan, Di wu, Christof Monz

Training a unified multilingual model promotes knowledge transfer but inevitably introduces negative interference. Language-specific modeling methods show promise in reducing interference. However, they often rely on heu…

Cross-Lingual TransferMachine TranslationTransfer LearningTranslation

EvoEdit: Evolving Null-space Alignment for Robust and Efficient Knowledge Editing

2025-10-11 · Sicheng Lyu, Yu Gu, Xinyu Wang, Jerry Huang 외 arxiv

Large language models (LLMs) require continual updates to rectify outdated or erroneous knowledge. Model editing has emerged as a compelling paradigm for introducing targeted modifications without the computational burde…

knowledge editing

Mix-MoE: Improving Multilingual Machine Translation of Large Language Models through Mixed MoEs

2026-05-23 · Bo Li, Tianyu Dong, Shaolin Zhu, Deyi Xiong arxiv

Large Language Models (LLMs) have shown great promise in multilingual machine translation (MT), even with limited bilingual supervision. However, fine-tuning LLMs with parallel corpora presents major challenges, namely p…

Machine Translation