Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

RA-ISF: Learning to Answer and Understand from Retrieval Augmentation via Iterative Self-Feedback

About

Large language models (LLMs) demonstrate exceptional performance in numerous tasks but still heavily rely on knowledge stored in their parameters. Moreover, updating this knowledge incurs high training costs. Retrieval-augmented generation (RAG) methods address this issue by integrating external knowledge. The model can answer questions it couldn't previously by retrieving knowledge relevant to the query. This approach improves performance in certain scenarios for specific tasks. However, if irrelevant texts are retrieved, it may impair model performance. In this paper, we propose Retrieval Augmented Iterative Self-Feedback (RA-ISF), a framework that iteratively decomposes tasks and processes them in three submodules to enhance the model's problem-solving capabilities. Experiments show that our method outperforms existing benchmarks, performing well on models like GPT3.5, Llama2, significantly enhancing factual reasoning capabilities and reducing hallucinations.

Yanming Liu, Xinyue Peng, Xuhong Zhang, Weihao Liu, Jianwei Yin, Jiannan Cao, Tianyu Du• 2024

Related benchmarks

TaskDatasetResultRank
Multi-hop Question Answering2WikiMultihopQA
EM36.1
278
Multi-hop Question AnsweringHotpotQA--
221
Multi-hop Question AnsweringMuSiQue
EM10.6
106
Open-domain Question AnsweringTriviaQA
EM76.1
62
Single-hop Question AnsweringTriviaQA
EM49.2
62
Single-hop Question AnsweringPopQA
EM29.2
55
Multi-hop Question AnsweringBamboogle
EM28.9
37
Question AnsweringStrategyQA
EM75.9
35
Open-domain Question AnsweringNQ (Natural Questions)
EM40.2
33
Question AnsweringAverage (NQ, TriviaQA, HotpotQA, StrategyQA, 2WikiMHQA)
Average Score55
14
Showing 10 of 10 rows

Other info

Code

Follow for update