Learn Before
Analysis of System Enhancement Strategies
A team has built a system that answers user questions by first searching a large document collection for relevant information and then using that information to generate a final answer. They want to improve the system's accuracy and are considering two different approaches:
Approach A: Focus on improving the initial search step to ensure the retrieved information is more relevant and precise. Approach B: Focus on training the final answer generation component using a specialized dataset of high-quality question-and-answer examples from their specific domain.
Compare and contrast these two approaches. In your analysis, discuss the potential benefits and drawbacks of each, and describe the type of performance problem each approach is best suited to solve.
0
1
Tags
Ch.3 Prompting - Foundations of Large Language Models
Foundations of Large Language Models
Foundations of Large Language Models Course
Computing Sciences
Analysis in Bloom's Taxonomy
Cognitive Psychology
Psychology
Social Science
Empirical Science
Science
Related
Diagnosing and Improving an Information Retrieval System
A company has implemented a system to answer employee questions using its internal knowledge base. Users report that while the system retrieves the correct documents to answer a query, the final generated answers are often too generic and fail to use the company's specific technical jargon. Given this situation, which of the following improvement strategies would most directly address the reported issue?
Analysis of System Enhancement Strategies