paper-with-me

홈 › Papers

History Matters: Temporal Knowledge Editing in Large Language Model

2023-12-09 · Xunjian Yin, Jin Jiang, Liming Yang, Xiaojun Wan

The imperative task of revising or updating the knowledge stored within large language models arises from two distinct sources: intrinsic errors inherent in the model which should be corrected and outdated knowledge due to external shifts in the real world which should be updated. Prevailing efforts in model editing conflate these two distinct categories of edits arising from distinct reasons and directly modify the original knowledge in models into new knowledge. However, we argue that preserving the model's original knowledge remains pertinent. Specifically, if a model's knowledge becomes outdated due to evolving worldly dynamics, it should retain recollection of the historical knowledge while integrating the newfound knowledge. In this work, we introduce the task of Temporal Knowledge Editing (TKE) and establish a benchmark AToKe (Assessment of TempOral Knowledge Editing) to evaluate current model editing methods. We find that while existing model editing methods are effective at making models remember new knowledge, the edited model catastrophically forgets historical knowledge. To address this gap, we propose a simple and general framework termed Multi-Editing with Time Objective (METO) for enhancing existing editing models, which edits both historical and new knowledge concurrently and optimizes the model's prediction for the time of each fact. Our assessments demonstrate that while AToKe is still difficult, METO maintains the effectiveness of learning new knowledge and meanwhile substantially improves the performance of edited models on utilizing historical knowledge.

📄 PDF Abstract BibTeX arXiv:2312.05497

Code (1)

arvid-pku/atoke 공식 구현

Tasks

knowledge editingLanguage ModelingLanguage ModellingLarge Language ModelModel Editing

Similar Papers 제목 키워드 기반

BetaEdit: Null-Space Constrained Sequential Model Editing

2026-05-10 · Bingqing Liu, Wei Liu, Yuhua Li arxiv

Null-space-based methods have garnered considerable attention in model editing by constraining updates to the null space of the pre-existing knowledge representation, thereby preserving the model's original behavior. How…

Related Knowledge Perturbation Matters: Rethinking Multiple Pieces of Knowledge Editing in Same-Subject

2025-02-08 · Zenghao Duan, Wenbin Duan, Zhiyi Yin, Yinghan Shen 외

Knowledge editing has become a promising approach for efficiently and precisely updating knowledge embedded in large language models (LLMs). In this work, we focus on Same-Subject Editing, which involves modifying multip…

knowledge editing

Making Implicit Preservation Intent Explicit in Conversational Image Editing

2026-07-08 · Soomin Han, Jihyung Ahn, Bumsoo Kim, Buru Chang arxiv

Conversational image editing requires preserving not only visible content, but also content that temporarily disappears across turns. When newly added or modified content occludes a previously visible region, that region…

Image Editing

ForgetBench: Benchmarking Forgetting Dynamics of Long-Term Parametric Memory in Language Models

2026-07-29 · Ruxi Gu, Zhenliang Zhang, Wei Wang arxiv

Large language models (LLMs) have demonstrated strong capabilities in knowledge acquisition and reasoning, yet their ability to retain previously acquired knowledge under repeated updates remains insufficiently understoo…

knowledge editing

VEBench:Benchmarking Large Multimodal Models for Real-World Video Editing

2026-05-05 · Andong Deng, Dawei Du, Zhenfang Chen, Wen Zhong 외 arxiv

Real-world video editing demands not only expert knowledge of cinematic techniques but also multimodal reasoning to select, align, and combine footage into coherent narratives. While recent Large Multimodal Models (LMMs)…

Multimodal Reasoning