Learn Before
Analyzing Query Requirements for an LLM
An AI assistant is built on a large language model. Consider the two user queries below. Identify which query would necessitate the use of an external web search tool for the model to provide an accurate and current answer, and explain why the other query likely does not require it.
Query A: 'Summarize the main plot of Shakespeare's Hamlet.' Query B: 'What are the top-rated new movies released this week?'
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
Example of a Prompt for LLM Tool Use
An AI assistant is powered by a large language model whose knowledge is based on a fixed dataset from over a year ago. To enhance its functionality, developers have integrated a tool that allows it to perform live web searches. For which of the following user requests would the use of this web search tool be most critical for providing a correct and useful response?
E-commerce Chatbot Malfunction
Analyzing Query Requirements for an LLM