Retrieval-enhanced Knowledge Editing in Language Models for Multi-Hop Question Answering
Yucheng Shi, Qiaoyu Tan, Xuansheng Wu, Shaochen Zhong, Kaixiong Zhou,, Ninghao Liu

TL;DR
This paper introduces RAE, a retrieval-augmented framework that enhances multi-hop question answering in LLMs by retrieving and refining facts to improve accuracy and reduce hallucinations.
Contribution
The paper presents a novel retrieval-based editing framework for LLMs that improves multi-hop question answering by leveraging mutual information maximization and pruning strategies.
Findings
RAE improves answer accuracy across multiple LLMs.
The retrieval approach effectively captures chain facts missed by traditional methods.
Pruning reduces redundant information and hallucinations.
Abstract
Large Language Models (LLMs) have shown proficiency in question-answering tasks but often struggle to integrate real-time knowledge, leading to potentially outdated or inaccurate responses. This problem becomes even more challenging when dealing with multi-hop questions, since they require LLMs to update and integrate multiple knowledge pieces relevant to the questions. To tackle the problem, we propose the Retrieval-Augmented model Editing (RAE) framework for multi-hop question answering. RAE first retrieves edited facts and then refines the language model through in-context learning. Specifically, our retrieval approach, based on mutual information maximization, leverages the reasoning abilities of LLMs to identify chain facts that traditional similarity-based searches might miss. In addition, our framework includes a pruning strategy to eliminate redundant information from the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Speech and dialogue systems
MethodsPruning · Regularized Autoencoders
