Consider two systems that use a large language model to answer user queries by incorporating external information. Analyze the descriptions below and identify the primary difference in their operational flow.
System A: A customer support chatbot. When a user asks a question, the system first searches a knowledge base of product manuals for relevant articles. These articles are then combined with the user's question and passed to the language model to generate a final, comprehensive answer.
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
Shared Purpose of Tool Use and RAG in Context Generation
Consider two systems that use a large language model to answer user queries by incorporating external information. Analyze the descriptions below and identify the primary difference in their operational flow.
System A: A customer support chatbot. When a user asks a question, the system first searches a knowledge base of product manuals for relevant articles. These articles are then combined with the user's question and passed to the language model to generate a final, comprehensive answer.
Analysis of Information Access Timing
You are analyzing two different systems that use a language model to answer questions with external information. One system gathers all necessary information before generating a response, while the other calls for information dynamically during the generation process. Match each operational characteristic to the correct system.