Learn Before
Dual Approach to Handling Inaccurate Retrieval in RAG
To mitigate the risk of an LLM generating incorrect answers from flawed retrieved texts, two main strategies can be employed. The first, more direct method is to enhance the accuracy of the information retrieval system. However, since retrieval errors can persist, a complementary strategy is to improve the LLM's robustness, enabling it to produce reasonable predictions even when the provided context is inaccurate.
0
1
Tags
Ch.3 Prompting - Foundations of Large Language Models
Foundations of Large Language Models
Foundations of Large Language Models Course
Computing Sciences
Learn After
Enhancing LLM Faithfulness and Robustness via Prompting
Improving a Faulty Retrieval-Augmented Chatbot
A team developing a Retrieval-Augmented Generation (RAG) system for a legal database finds that it occasionally generates incorrect legal interpretations. This happens when the system retrieves legal documents that are either irrelevant to the user's query or outdated. The team decides to implement a two-part solution. Which of the following options best exemplifies the dual-approach strategy for handling this inaccurate retrieval?
Improving Retrieval Accuracy in RAG
A team is working to reduce incorrect outputs from their Retrieval-Augmented Generation (RAG) system, which are caused by flawed retrieved documents. Match each of the two primary strategies they can employ with its corresponding description and goal.