Learn Before
A user says to their smart assistant, 'Play the newest rock album released after 2020 on the kitchen speaker.' Which of the following structured meaning representations most accurately and completely captures the user's intent?
0
1
Tags
Ch.3 Prompting - Foundations of Large Language Models
Foundations of Large Language Models
Computing Sciences
Foundations of Large Language Models Course
Analysis in Bloom's Taxonomy
Cognitive Psychology
Psychology
Social Science
Empirical Science
Science
Related
Analyzing Semantic Parsing Complexity
A user says to their smart assistant, 'Play the newest rock album released after 2020 on the kitchen speaker.' Which of the following structured meaning representations most accurately and completely captures the user's intent?
A user gives the command: 'Find action movies directed by James Cameron'. A system converts this into the structured query:
SEARCH(genre: 'action', director: 'James Cameron', type: 'movie'). Match each component of the natural language command to the corresponding component in the structured query it produces.