ACL 2025long0 citations

Serial Lifelong Editing via Mixture of Knowledge Experts

YuJu Cheng, Yu-Chu Yu, Kai-Po Chang, Yu-Chiang Frank Wang

Abstract

It is challenging to update Large language models (LLMs) since real-world knowledge evolves. While existing Lifelong Knowledge Editing (LKE) methods efficiently update sequentially incoming edits, they often struggle to precisely overwrite the outdated knowledge with the latest one, resulting in conflicts that hinder LLMs from determining the correct answer. To address this Serial Lifelong Knowledge Editing (sLKE) problem, wepropose a novel Mixture-of-Knowledge-Experts scheme with an Activation-guided Routing Mechanism (ARM), which assigns specialized experts to store domain-specific knowledge and ensures that each update completely overwrites old information with the latest data. Furthermore, we introduce a novel sLKE benchmark where answers to the same concept are updated repeatedly, to assess the ability of editing methods to refresh knowledge accurately. Experimental results on both LKE and sLKE benchmarks show that our ARM performs favorably against SOTA knowledge editing methods.

BibTeX
@inproceedings{cheng-etal-2025-serial,
    title = "Serial Lifelong Editing via Mixture of Knowledge Experts",
    author = "Cheng, YuJu  and
      Yu, Yu-Chu  and
      Chang, Kai-Po  and
      Wang, Yu-Chiang Frank",
    editor = "Che, Wanxiang  and
      Nabende, Joyce  and
      Shutova, Ekaterina  and
      Pilehvar, Mohammad Taher",
    booktitle = "Proceedings of the 63rd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)",
    month = jul,
    year = "2025",
    address = "Vienna, Austria",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2025.acl-long.1492/",
    doi = "10.18653/v1/2025.acl-long.1492",
    pages = "30888--30903",
    ISBN = "979-8-89176-251-0"
}