Analysis of Information Access Timing
An AI system is designed to answer complex user queries. When a user asks, 'What were the main findings of the top three most cited papers on solar panel efficiency published last year, and can you summarize them?', the system first performs a search of a research database to identify the three papers. It then reads the full text of these three papers. Finally, using all of this gathered information, the model generates a single, comprehensive answer for the user.
Based on this workflow, is the external information being accessed before the final generation begins, or is it accessed dynamically during the generation process? Justify your answer by describing the flow of information.
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.