FedLEKE: Federated Locate-then-Edit Knowledge Editing for Multi-Client Collaboration (2025.findings-acl)
Copied to clipboard
| Challenge: | Existing methods for updating large language models are inefficient in multi-client scenarios . Existing approaches assume a single-user setting and are ineffective in multiclient scenarios. |
| Approach: | They propose a new task that enables multiple clients to perform LEKE while preserving privacy and reducing computational overhead. |
| Outcome: | The proposed framework outperforms existing LEKE frameworks on two benchmark datasets and retains 96% of performance. |
Similar Papers
Knowledge Graph-Driven Memory Editing with Directional Interventions (2025.findings-emnlp)
Copied to clipboard
| Challenge: | Large Language Models (LLMs) are hampered by inaccuracies and outdated information. |
| Approach: | They propose a framework that constructs knowledge graphs using available information to guide the direction of knowledge editing. |
| Outcome: | The proposed framework allows consistent, aligned, and stable information during large-scale editing scenarios. |
BMIKE-53: Investigating Cross-Lingual Knowledge Editing with In-Context Learning (2025.acl-long)
Copied to clipboard
| Challenge: | Using a benchmark for cross-lingual knowledge editing, knowledge editing is underexplored. |
| Approach: | They propose a benchmark for cross-lingual in-context knowledge editing that spans 53 languages and three KE datasets. |
| Outcome: | The proposed benchmark systematically evaluates cross-lingual knowledge editing (IKE) under zero-shot, one-shot and few-shot setups. |
Serial Lifelong Editing via Mixture of Knowledge Experts (2025.acl-long)
Copied to clipboard
| Challenge: | Existing Lifelong Knowledge Editing methods struggle to overwrite outdated knowledge with the latest one. |
| Approach: | They propose a new Mixture-of-Knowledge-Experts scheme with an ARM . ARM ensures that each update completely overwrites old information with the latest one . Experimental results show that ARM performs favorably against SOTA knowledge editing methods . |
| Outcome: | The proposed scheme overwrites old knowledge with the latest data on a benchmark . it performs favorably against existing knowledge editing methods on the same concept . |
ConKE: Conceptualization-Augmented Knowledge Editing in Large Language Models for Commonsense Reasoning (2025.findings-acl)
Copied to clipboard
| Challenge: | Existing knowledge editing methods face limited knowledge coverage in existing knowledge bases, infeasibility of annotating labels for an overabundance of commonsense knowledge, and strict knowledge formats. |
| Approach: | They propose a framework that integrates conceptualization and instantiation into the KE pipeline for LLMs to enhance their commonsense reasoning capabilities. |
| Outcome: | The proposed framework diagnoses implausible commonsense knowledge within an LLM and augments the source knowledge to be edited with conceptualization for stronger generalizability. |
Related Knowledge Perturbation Matters: Rethinking Multiple Pieces of Knowledge Editing in Same-Subject (2025.naacl-short)
Copied to clipboard
Zenghao Duan, Wenbin Duan, Zhiyi Yin, Yinghan Shen, Shaoling Jing, Jie Zhang, Huawei Shen, Xueqi Cheng
| Challenge: | Existing knowledge editing methods struggle when tasked with editing multiple related knowledge pieces for the same subject. |
| Approach: | They propose a benchmark to assess the effectiveness of knowledge editing methods . they use same-subject edits to ensure comprehensive updates to entity-centric knowledge . |
| Outcome: | The proposed method over-relys on subject information, neglecting other critical factors, resulting in reduced editing effectiveness. |
Editing Across Languages: A Survey of Multilingual Knowledge Editing (2025.emnlp-main)
Copied to clipboard
| Challenge: | Knowledge Editing is a growing subdomain of model editing focused on ensuring factual edits generalize across languages. |
| Approach: | They present a taxonomy of multilingual knowledge editing methods and benchmarks . authors summarize key findings on method effectiveness and transfer patterns . |
| Outcome: | The proposed methods are compared against available benchmarks and benchmark datasets. |
Resolving UnderEdit & OverEdit with Iterative & Neighbor-Assisted Model Editing (2025.findings-emnlp)
Copied to clipboard
| Challenge: | Existing methods to update model parameters are limited due to their low efficiency and cost. |
| Approach: | They propose two methods to improve model editing performance by incorporating neighboring knowledge during editing. |
| Outcome: | The proposed methods reduce UnderEdit by 38 percentage points and OverEdit by up to 6 . |
Forget for Get: A Lightweight Two-phase Gradient Method for Knowledge Editing in Large Language Models (2025.findings-emnlp)
Copied to clipboard
| Challenge: | Existing knowledge editing methodologies often encounter parameter conflict during knowledge overwriting and excessive computational overhead. |
| Approach: | They propose a method that erases outdated knowledge and inserts new knowledge at the location that corresponds to the target knowledge. |
| Outcome: | The proposed method achieves more effective knowledge editing at a lower cost compared to previous methods across various base models. |
WilKE: Wise-Layer Knowledge Editor for Lifelong Knowledge Editing (2024.findings-acl)
Copied to clipboard
| Challenge: | Existing knowledge editing methods focus on single editing, failing to meet the requirements for lifelong editing. |
| Approach: | They propose an approach that selects editing layer based on the pattern matching degree of editing knowledge across different layers in language models. |
| Outcome: | The proposed method improves on GPT2-XL and GPT-J in lifelong editing compared to state-of-the-art methods . |
Knowledge Decoupling via Orthogonal Projection for Lifelong Editing of Large Language Models (2025.acl-long)
Copied to clipboard
| Challenge: | Existing methods for enhancing large language models (LLMs) have achieved some success, but their knowledge understanding and memory capacity significantly degrades after extensive editing. |
| Approach: | They propose a method that stores the basis vectors of the representation space of past edits in a knowledge cache and projects the gradient of the current edit onto a space orthogonal to previous knowledge for updating. |
| Outcome: | The proposed method improves question-answering ability and hallucination mitigation by 14% and 61% for large language models after 3,000 edits. |