Learn Before
A development team is building a question-answering system that first retrieves relevant documents and then uses a language model to generate an answer based on them. To eliminate incorrect outputs, the team decides to focus all their efforts on perfecting the retrieval component, believing that if the retrieved information is always correct, the final answer will be too. Which of the following statements best evaluates this strategy?
0
1
Tags
Ch.3 Prompting - Foundations of Large Language Models
Foundations of Large Language Models
Foundations of Large Language Models Course
Computing Sciences
Evaluation in Bloom's Taxonomy
Cognitive Psychology
Psychology
Social Science
Empirical Science
Science
Related
A development team is building a question-answering system that first retrieves relevant documents and then uses a language model to generate an answer based on them. To eliminate incorrect outputs, the team decides to focus all their efforts on perfecting the retrieval component, believing that if the retrieved information is always correct, the final answer will be too. Which of the following statements best evaluates this strategy?
RAG System Improvement Strategy
Evaluating a Retrieval-First Strategy