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'?
0
1
Tags
Ch.3 Prompting - Foundations of Large Language Models
Foundations of Large Language Models
Foundations of Large Language Models Course
Computing Sciences
Application 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.