paper-with-me

홈 › Papers

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

2024-03-11 · Yanming Liu, Xinyue Peng, Xuhong Zhang, Weihao Liu, Jianwei Yin, Jiannan Cao, Tianyu Du

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.

📄 PDF Abstract BibTeX arXiv:2403.06840

Code (1)

oceanntwt/ra-isf 공식 구현 pytorch

Tasks

RAGRetrievalRetrieval-augmented Generation

Similar Papers 제목 키워드 기반

Boosting Conversational Question Answering with Fine-Grained Retrieval-Augmentation and Self-Check

2024-03-27 · Linhao Ye, Zhikai Lei, Jianghao Yin, Qin Chen 외

Retrieval-Augmented Generation (RAG) aims to generate more reliable and accurate responses, by augmenting large language models (LLMs) with the external vast and dynamic knowledge. Most previous work focuses on using RAG…

Conversational Question AnsweringQuestion AnsweringRAGRetrieval+1

Understanding Retrieval Augmentation for Long-Form Question Answering

2023-10-18 · Hung-Ting Chen, Fangyuan Xu, Shane A. Arora, Eunsol Choi

We present a study of retrieval-augmented language models (LMs) on long-form question answering. We analyze how retrieval augmentation impacts different LMs, by comparing answers generated from models while using the sam…

FormLong Form Question AnsweringQuestion AnsweringRetrieval+1

Self-MedRAG: a Self-Reflective Hybrid Retrieval-Augmented Generation Framework for Reliable Medical Question Answering

2026-01-08 · Jessica Ryan, Alexander I. Gumilang, Robert Wiliam, Derwin Suhartono arxiv

Large Language Models (LLMs) have demonstrated significant potential in medical Question Answering (QA), yet they remain prone to hallucinations and ungrounded reasoning, limiting their reliability in high-stakes clinica…

Natural Language InferenceQuestion Answering

Multi-Modal Retrieval Augmentation for Open-Ended and Knowledge-Intensive Video Question Answering

2025-02-17 · Md Zarif Ul Alam, Hamed Zamani

While current video question answering systems perform well on some tasks requiring only direct visual understanding, they struggle with questions demanding knowledge beyond what is immediately observable in the video co…

Multiple-choiceQuestion AnsweringRetrievalRetrieval-augmented Generation+2

The Atlas of In-Context Learning: How Attention Heads Shape In-Context Retrieval Augmentation

2025-05-21 · Patrick Kahardipraja, Reduan Achtibat, Thomas Wiegand, Wojciech Samek 외

Large language models are able to exploit in-context learning to access external knowledge beyond their training data through retrieval-augmentation. While promising, its inner workings remain unclear. In this work, we s…

Answer GenerationIn-Context LearningQuestion AnsweringRetrieval