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.
System B: A personal assistant. When a user asks, 'What's the weather in Paris and can you add a reminder to pack an umbrella if it's raining?', the model first decides to call a weather service. After receiving the weather data, it then decides whether to call a calendar service to create the reminder. The final response is synthesized after these actions are completed.
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.
System B: A personal assistant. When a user asks, 'What's the weather in Paris and can you add a reminder to pack an umbrella if it's raining?', the model first decides to call a weather service. After receiving the weather data, it then decides whether to call a calendar service to create the reminder. The final response is synthesized after these actions are completed.
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.