paper-with-me

홈 › Papers

Merging Methods for Multilingual Knowledge Editing for Large Language Models: An Empirical Odyssey

2026-05-13 · Kunil Lee, Ki-Young Shin, Jong-Hyeok Lee, Young-Joo Suh arxiv

Multilingual knowledge editing (MKE) remains challenging because language-specific edits interfere with one another, even when locate-then-edit methods work well in monolingual settings. This paper focuses on three issues: the effectiveness of vector merging methods for MKE, the extent to which Task Singular Vectors for Merging (TSVM) can reduce multilingual interference, and the influence of the weight scaling factor and rank compression ratio on performance. We evaluate six merging variants with two popular backbone large language models, two base knowledge editing methods, and 12 languages on the MzsRE benchmark under a large-scale batch-editing setting. Our results show that vector summation with shared covariance is the most reliable overall strategy, whereas simple summation without shared covariance performs poorly. TSVM improves performance in some settings, but its ability to mitigate multilingual interference is limited. We also find that performance is sensitive to both weight scale and rank ratio, with larger-than-default scaling and relatively low rank often yielding better results. These findings clarify the practical strengths and limits of current vector merging methods for MKE and provide guidance for future multilingual knowledge editing research.

📄 PDF Abstract BibTeX arXiv:2605.13919

Code (0)

등록된 구현이 없습니다.

Tasks

knowledge editing

Similar Papers 제목 키워드 기반

MLaKE: Multilingual Knowledge Editing Benchmark for Large Language Models

2024-04-07 · Zihao Wei, Jingcheng Deng, Liang Pang, Hanxing Ding 외

The extensive utilization of large language models (LLMs) underscores the crucial necessity for precise and contemporary knowledge embedded within their intrinsic parameters. Existing research on knowledge editing primar…

Benchmarkingknowledge editingMultiple-choice

Retrieval-augmented Multilingual Knowledge Editing

2023-12-20 · Weixuan Wang, Barry Haddow, Alexandra Birch

Knowledge represented in Large Language Models (LLMs) is quite often incorrect and can also become obsolete over time. Updating knowledge via fine-tuning is computationally resource-hungry and not reliable, and so knowle…

knowledge editingRetrieval

MEMLA: Enhancing Multilingual Knowledge Editing with Neuron-Masked Low-Rank Adaptation

2024-06-17 · Jiakuan Xie, Pengfei Cao, YuHeng Chen, Yubo Chen 외

Knowledge editing aims to adjust the knowledge within large language models (LLMs) to prevent their responses from becoming obsolete or inaccurate. However, existing works on knowledge editing are primarily conducted in …

knowledge editing

MPN: Leveraging Multilingual Patch Neuron for Cross-lingual Model Editing

2024-01-06 · Nianwen Si, Hao Zhang, WeiQiang Zhang

Large language models are known for encoding a vast amount of factual knowledge, but they often becomes outdated due to the ever-changing nature of external information. A promising solution to this challenge is the util…

Model Editing

Editing Across Languages: A Survey of Multilingual Knowledge Editing

2025-05-20 · Nadir Durrani, Basel Mousi, Fahim Dalvi

While Knowledge Editing has been extensively studied in monolingual settings, it remains underexplored in multilingual contexts. This survey systematizes recent research on Multilingual Knowledge Editing (MKE), a growing…

knowledge editingModel EditingSurvey