Analyzing Command Translation Errors
A simple robot is programmed to translate natural language commands into action sequences. It is given the command 'walk twice and turn opposite left'. The robot produces the action sequence: 'WALK WALK LTURN'. Identify the error in the robot's translation and explain what the correct action sequence should be.
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
A simple robot translates natural language commands into action sequences. For example, the command 'run thrice' translates to the sequence 'RUN RUN RUN', and the command 'turn opposite right' translates to 'RTURN RTURN'. Given these rules, what is the correct action sequence for the command 'walk twice and turn opposite left'?
Analyzing Command Translation Errors
A simple system translates natural language commands into action sequences. For example, the command 'walk thrice' translates to 'WALK WALK WALK', and 'jump opposite left' translates to 'LTURN LTURN JUMP'. Based on these patterns, match each command below to its correct action sequence.