paper-with-me

홈 › Papers

Knowledge Editing in Language Models via Adapted Direct Preference Optimization

2024-06-14 · Amit Rozner, Barak Battash, Lior Wolf, Ofir Lindenbaum

Large Language Models (LLMs) can become outdated over time as they may lack updated world knowledge, leading to factual knowledge errors and gaps. Knowledge Editing (KE) aims to overcome this challenge using weight updates that do not require expensive retraining. We propose treating KE as an LLM alignment problem. Toward this goal, we introduce Knowledge Direct Preference Optimization (KDPO), a variation of the Direct Preference Optimization (DPO) that is more effective for knowledge modifications. Our method is based on an online approach that continually updates the knowledge stored in the model. We use the current knowledge as a negative sample and the new knowledge we want to introduce as a positive sample in a process called DPO. We also use teacher-forcing for negative sample generation and optimize using the positive sample, which helps maintain localized changes. We tested our KE method on various datasets and models, comparing it to several cutting-edge methods, with 100 and 500 sequential edits. Additionally, we conducted an ablation study comparing our method to the standard DPO approach. Our experimental results show that our modified DPO method allows for more refined KE, achieving similar or better performance compared to previous methods.

📄 PDF Abstract BibTeX arXiv:2406.09920

Code (0)

등록된 구현이 없습니다.

Tasks

knowledge editingWorld Knowledge

Methods 이 논문이 사용한 방법론

DPO 설명 없음

Similar Papers 제목 키워드 기반

Consistency-Aware Editing for Entity-level Unlearning in Language Models

2025-12-19 · Xiaoqi Han, Víctor Gutiérrez-Basulto, Ru Li, Xiaoli Li 외 arxiv

Large language models (LLMs) risk retaining sensitive, copyrighted, or harmful information from their training data. Entity-level unlearning addresses this issue by removing all knowledge of a specific entity while prese…

Preference Alignment on Diffusion Model: A Comprehensive Survey for Image Generation and Editing

2025-02-10 · Sihao Wu, Xiaonan Si, Chi Xing, Jianhong Wang 외

The integration of preference alignment with diffusion models (DMs) has emerged as a transformative approach to enhance image generation and editing capabilities. Although integrating diffusion models with preference ali…

Autonomous DrivingImage Generation

DualEdit: Dual Editing for Knowledge Updating in Vision-Language Models

2025-06-16 · Zhiyi Shi, Binjie Wang, Chongjie Si, Yichen Wu 외

Model editing aims to efficiently update a pre-trained model's knowledge without the need for time-consuming full retraining. While existing pioneering editing methods achieve promising results, they primarily focus on e…

Model Editing

Context-aware explainable recommendations over knowledge graphs

2023-10-24 · Jinfeng Zhong, Elsa Negre

Knowledge graphs contain rich semantic relationships related to items and incorporating such semantic relationships into recommender systems helps to explore the latent connections of items, thus improving the accuracy o…

Knowledge GraphsRecommendation Systems

Can We Perform Online RL for Image Editing without Editing Rewards?

2026-08-24 · Qichao Ma, Jikang Cheng, Ling Liang, Zhaofei Yu 외 arxiv

Reinforcement learning (RL) enables direct preference optimization for image editing through editing-specific rewards, which remain less developed due to costly triplet supervision and complex task-dependent calibration.…

Reinforcement LearningImage Editing