Example of a SCAN Task: Translating Commands to Actions
An example of a task from the SCAN benchmark involves converting a natural language command into a specific sequence of actions. For instance, the command “jump opposite left and walk thrice” is correctly translated into the action sequence “LTURN LTURN JUMP WALK WALK WALK”.
0
1
Tags
Ch.3 Prompting - Foundations of Large Language Models
Foundations of Large Language Models
Foundations of Large Language Models Course
Computing Sciences
Learn After
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.