Benchmarking and Rethinking Knowledge Editing for Large Language Models
Guoxiu He, Xin Song, Futing Wang, Aixin Sun
TL;DR
This work provides a unified benchmark for knowledge editing in large language models, highlighting the limitations of parameter-editing approaches under realistic autoregressive and sequential-editing scenarios. By evaluating a broad set of methods across multiple LLMs and both fact- and event-level knowledge, the study demonstrates that simple external-memory baselines like SCR, which rely on selective contextual reasoning, tend to outperform parameter-focused edits in robustness, generalization, and portability. The results reveal that parameter-based edits often lose multi-hop reasoning and degrade downstream capabilities as edits accumulate, while context- and memory-based strategies maintain stability. The findings argue for rethinking knowledge editing away from sole parameter modification toward retrieval-augmented and context-driven techniques, and provide a comprehensive foundation for future benchmark design and method development in this domain.
Abstract
Knowledge editing aims to update the embedded knowledge within Large Language Models (LLMs). However, existing approaches, whether through parameter modification or external memory integration, often suffer from inconsistent evaluation objectives and experimental setups. To address this gap, we conduct a comprehensive benchmarking study. In addition to fact-level datasets, we introduce more complex event-based datasets and general-purpose datasets drawn from other tasks. Our evaluation covers both instruction-tuned and reasoning-oriented LLMs, under a realistic autoregressive inference setting rather than teacher-forced decoding. Beyond single-edit assessments, we also evaluate multi-edit scenarios to better reflect practical demands. We employ four evaluation dimensions, including portability, and compare all recent methods against a simple and straightforward baseline named Selective Contextual Reasoning (SCR). Empirical results reveal that parameter-based editing methods perform poorly under realistic conditions. In contrast, SCR consistently outperforms them across all settings. This study offers new insights into the limitations of current knowledge editing methods and highlights the potential of context-based reasoning as a more robust alternative.
