paper-with-me

Papers

Learning to Edit Knowledge via Instruction-based Chain-of-Thought Prompting

2026-04-07 · Jinhu Fu, Yan Bai, Longzhu He, Yihang Lou, Yanxiao Zhao, Li Sun, Sen Su arxiv

Large language models (LLMs) can effectively handle outdated information through knowledge editing. However, current approaches face two key limitations: (I) Poor generalization: Most approaches rigidly inject new knowledge without ensuring that the model can use it effectively to solve practical problems. (II) Narrow scope: Current methods focus primarily on structured fact triples, overlooking the diverse unstructured forms of factual information (e.g., news, articles) prevalent in real-world contexts. To address these challenges, we propose a new paradigm: teaching LLMs to edit knowledge via Chain of Thoughts (CoTs) reasoning (CoT2Edit). We first leverage language model agents for both structured and unstructured edited data to generate CoTs, building high-quality instruction data. The model is then trained to reason over edited knowledge through supervised fine-tuning (SFT) and Group Relative Policy Optimization (GRPO). At inference time, we integrate Retrieval-Augmented Generation (RAG) to dynamically retrieve relevant edited facts for real-time knowledge editing. Experimental results demonstrate that our method achieves strong generalization across six diverse knowledge editing scenarios with just a single round of training on three open-source language models. The codes are available at https://github.com/FredJDean/CoT2Edit.

📄 PDF Abstract BibTeX arXiv:2604.05540

Code (0)

등록된 구현이 없습니다.

Tasks

knowledge editing

Similar Papers 제목 키워드 기반

Verify-and-Edit: A Knowledge-Enhanced Chain-of-Thought Framework

2023-05-05 · Ruochen Zhao, Xingxuan Li, Shafiq Joty, Chengwei Qin 외

As large language models (LLMs) have become the norm in NLP, demonstrating good performance in generation and reasoning tasks, one of its most fatal disadvantages is the lack of factual correctness. Generating unfactual …

Open-Domain Question AnsweringQuestion Answering

CoIE: Chain-of-Instruct Editing for Multi-Attribute Face Manipulation

2023-12-13 · Zhenduo Zhang, Bo-Wen Zhang, Guang Liu

Current text-to-image editing models often encounter challenges with smoothly manipulating multiple attributes using a single instruction. Taking inspiration from the Chain-of-Thought prompting technique utilized in lang…

AttributeImage ManipulationLanguage ModellingLarge Language Model+1

Instruction-based Image Editing with Planning, Reasoning, and Generation

2026-02-26 · Liya Ji, Chenyang Qi, Qifeng Chen arxiv

Editing images via instruction provides a natural way to generate interactive content, but it is a big challenge due to the higher requirement of scene understanding and generation. Prior work utilizes a chain of large l…

Object SegmentationScene UnderstandingImage Editing

LogiCoT: Logical Chain-of-Thought Instruction-Tuning

2023-05-20 · Hanmeng Liu, Zhiyang Teng, Leyang Cui, Chaoli Zhang 외

Generative Pre-trained Transformer 4 (GPT-4) demonstrates impressive chain-of-thought reasoning ability. Recent work on self-instruction tuning, such as Alpaca, has focused on enhancing the general proficiency of models.…

Logical ReasoningText Generation

Learning to Follow Object-Centric Image Editing Instructions Faithfully

2023-10-29 · Tuhin Chakrabarty, Kanishk Singh, Arkadiy Saakyan, Smaranda Muresan

Natural language instructions are a powerful interface for editing the outputs of text-to-image diffusion models. However, several challenges need to be addressed: 1) underspecification (the need to model the implicit me…

ObjectQuestion AnsweringVisual Question Answering