paper-with-me

Papers

MQuAKE: Assessing Knowledge Editing in Language Models via Multi-Hop Questions

2023-05-24 · Zexuan Zhong, Zhengxuan Wu, Christopher D. Manning, Christopher Potts, Danqi Chen

The information stored in large language models (LLMs) falls out of date quickly, and retraining from scratch is often not an option. This has recently given rise to a range of techniques for injecting new facts through updating model weights. Current evaluation paradigms are extremely limited, mainly validating the recall of edited facts, but changing one fact should cause rippling changes to the model's related beliefs. If we edit the UK Prime Minister to now be Rishi Sunak, then we should get a different answer to Who is married to the British Prime Minister? In this work, we present a benchmark, MQuAKE (Multi-hop Question Answering for Knowledge Editing), comprising multi-hop questions that assess whether edited models correctly answer questions where the answer should change as an entailed consequence of edited facts. While we find that current knowledge-editing approaches can recall edited facts accurately, they fail catastrophically on the constructed multi-hop questions. We thus propose a simple memory-based approach, MeLLo, which stores all edited facts externally while prompting the language model iteratively to generate answers that are consistent with the edited facts. While MQuAKE remains challenging, we show that MeLLo scales well with LLMs (e.g., OpenAI GPT-3.5-turbo) and outperforms previous model editors by a large margin.

📄 PDF Abstract BibTeX arXiv:2305.14795

Code (2)

princeton-nlp/mquake 공식 구현
hi-archers/stableke

Tasks

knowledge editingLanguage ModellingMulti-hop Question AnsweringQuestion Answering

Methods 이 논문이 사용한 방법론

fail 설명 없음

Similar Papers 제목 키워드 기반

MQA-KEAL: Multi-hop Question Answering under Knowledge Editing for Arabic Language

2024-09-18 · Muhammad Asif Ali, Nawal Daftardar, Mutayyaba Waheed, Jianbin Qin 외

Large Language Models (LLMs) have demonstrated significant capabilities across numerous application domains. A key challenge is to keep these models updated with latest available information, which limits the true potent…

knowledge editingMulti-hop Question AnsweringQuestion Answering

DeepEdit: Knowledge Editing as Decoding with Constraints

2024-01-19 · Yiwei Wang, Muhao Chen, Nanyun Peng, Kai-Wei Chang

How to edit the knowledge in multi-step reasoning has become the major challenge in the knowledge editing (KE) of large language models (LLMs). The difficulty arises because the hallucinations of LLMs during multi-step r…

Informativenessknowledge editingMulti-hop Question AnsweringQuestion Answering

Cross-Lingual Multi-Hop Knowledge Editing -- Benchmarks, Analysis and a Simple Contrastive Learning based Approach

2024-07-14 · Aditi Khandelwal, Harman Singh, Hengrui Gu, Tianlong Chen 외

Large language models are often expected to constantly adapt to new sources of knowledge and knowledge editing techniques aim to efficiently patch the outdated model knowledge, with minimal modification. Most prior works…

Contrastive Learningknowledge editing

LLM-Based Multi-Hop Question Answering with Knowledge Graph Integration in Evolving Environments

2024-08-28 · Ruirui Chen, Weifeng Jiang, Chengwei Qin, Ishaan Singh Rawal 외

The important challenge of keeping knowledge in Large Language Models (LLMs) up-to-date has led to the development of various methods for incorporating new facts. However, existing methods for such knowledge editing stil…

knowledge editingKnowledge GraphsLogical ReasoningMulti-hop Question Answering+1

Addressing the Reasoning Gap: Mechanistic Circuit-Based Knowledge Editing in Large Language Models

2026-04-07 · Tianyi Zhao, Yinhan He, Wendy Zheng, Chen Chen arxiv

Deploying Large Language Models (LLMs) in real-world dynamic environments raises the challenge of updating their pre-trained knowledge. While existing knowledge editing methods can reliably patch isolated facts, they fre…

knowledge editing