commands stringlengths 4 59 | actions stringlengths 6 479 | template_name stringclasses 11
values | template stringclasses 11
values | rendered_input stringlengths 53 534 | rendered_output stringlengths 4 430 |
|---|---|---|---|---|---|
look opposite left twice and look opposite right thrice | I_TURN_LEFT I_TURN_LEFT I_LOOK I_TURN_LEFT I_TURN_LEFT I_LOOK I_TURN_RIGHT I_TURN_RIGHT I_LOOK I_TURN_RIGHT I_TURN_RIGHT I_LOOK I_TURN_RIGHT I_TURN_RIGHT I_LOOK | translate_opposite | {% set scan_lst_of_actions = actions.split(' ') %}
{% set lst_of_actions = [] %}
{% for item in scan_lst_of_actions %}
{{ lst_of_actions.append(item.lower()[2:] | replace("_", " ")) | default("", True) }}
{% endfor %}
{% set actions = lst_of_actions | join(", ") %}
Given some actions "{{actions}}", translate them... | Given some actions "turn left, turn left, look, turn left, turn left, look, turn right, turn right, look, turn right, turn right, look, turn right, turn right, look", translate them into natural language. | look opposite left twice and look opposite right thrice |
jump around right thrice and jump right | I_TURN_RIGHT I_JUMP I_TURN_RIGHT I_JUMP I_TURN_RIGHT I_JUMP I_TURN_RIGHT I_JUMP I_TURN_RIGHT I_JUMP I_TURN_RIGHT I_JUMP I_TURN_RIGHT I_JUMP I_TURN_RIGHT I_JUMP I_TURN_RIGHT I_JUMP I_TURN_RIGHT I_JUMP I_TURN_RIGHT I_JUMP I_TURN_RIGHT I_JUMP I_TURN_RIGHT I_JUMP | translate_opposite | {% set scan_lst_of_actions = actions.split(' ') %}
{% set lst_of_actions = [] %}
{% for item in scan_lst_of_actions %}
{{ lst_of_actions.append(item.lower()[2:] | replace("_", " ")) | default("", True) }}
{% endfor %}
{% set actions = lst_of_actions | join(", ") %}
Given some actions "{{actions}}", translate them... | Given some actions "turn right, jump, turn right, jump, turn right, jump, turn right, jump, turn right, jump, turn right, jump, turn right, jump, turn right, jump, turn right, jump, turn right, jump, turn right, jump, turn right, jump, turn right, jump", translate them into natural language. | jump around right thrice and jump right |
run opposite right thrice after jump around right twice | I_TURN_RIGHT I_JUMP I_TURN_RIGHT I_JUMP I_TURN_RIGHT I_JUMP I_TURN_RIGHT I_JUMP I_TURN_RIGHT I_JUMP I_TURN_RIGHT I_JUMP I_TURN_RIGHT I_JUMP I_TURN_RIGHT I_JUMP I_TURN_RIGHT I_TURN_RIGHT I_RUN I_TURN_RIGHT I_TURN_RIGHT I_RUN I_TURN_RIGHT I_TURN_RIGHT I_RUN | translate_opposite | {% set scan_lst_of_actions = actions.split(' ') %}
{% set lst_of_actions = [] %}
{% for item in scan_lst_of_actions %}
{{ lst_of_actions.append(item.lower()[2:] | replace("_", " ")) | default("", True) }}
{% endfor %}
{% set actions = lst_of_actions | join(", ") %}
Given some actions "{{actions}}", translate them... | Given some actions "turn right, jump, turn right, jump, turn right, jump, turn right, jump, turn right, jump, turn right, jump, turn right, jump, turn right, jump, turn right, turn right, run, turn right, turn right, run, turn right, turn right, run", translate them into natural language. | run opposite right thrice after jump around right twice |
look right after jump opposite right twice | I_TURN_RIGHT I_TURN_RIGHT I_JUMP I_TURN_RIGHT I_TURN_RIGHT I_JUMP I_TURN_RIGHT I_LOOK | translate_opposite | {% set scan_lst_of_actions = actions.split(' ') %}
{% set lst_of_actions = [] %}
{% for item in scan_lst_of_actions %}
{{ lst_of_actions.append(item.lower()[2:] | replace("_", " ")) | default("", True) }}
{% endfor %}
{% set actions = lst_of_actions | join(", ") %}
Given some actions "{{actions}}", translate them... | Given some actions "turn right, turn right, jump, turn right, turn right, jump, turn right, look", translate them into natural language. | look right after jump opposite right twice |
run opposite right thrice after run right twice | I_TURN_RIGHT I_RUN I_TURN_RIGHT I_RUN I_TURN_RIGHT I_TURN_RIGHT I_RUN I_TURN_RIGHT I_TURN_RIGHT I_RUN I_TURN_RIGHT I_TURN_RIGHT I_RUN | translate_opposite | {% set scan_lst_of_actions = actions.split(' ') %}
{% set lst_of_actions = [] %}
{% for item in scan_lst_of_actions %}
{{ lst_of_actions.append(item.lower()[2:] | replace("_", " ")) | default("", True) }}
{% endfor %}
{% set actions = lst_of_actions | join(", ") %}
Given some actions "{{actions}}", translate them... | Given some actions "turn right, run, turn right, run, turn right, turn right, run, turn right, turn right, run, turn right, turn right, run", translate them into natural language. | run opposite right thrice after run right twice |
run right thrice and turn around right twice | I_TURN_RIGHT I_RUN I_TURN_RIGHT I_RUN I_TURN_RIGHT I_RUN I_TURN_RIGHT I_TURN_RIGHT I_TURN_RIGHT I_TURN_RIGHT I_TURN_RIGHT I_TURN_RIGHT I_TURN_RIGHT I_TURN_RIGHT | translate_opposite | {% set scan_lst_of_actions = actions.split(' ') %}
{% set lst_of_actions = [] %}
{% for item in scan_lst_of_actions %}
{{ lst_of_actions.append(item.lower()[2:] | replace("_", " ")) | default("", True) }}
{% endfor %}
{% set actions = lst_of_actions | join(", ") %}
Given some actions "{{actions}}", translate them... | Given some actions "turn right, run, turn right, run, turn right, run, turn right, turn right, turn right, turn right, turn right, turn right, turn right, turn right", translate them into natural language. | run right thrice and turn around right twice |
run opposite right thrice and walk twice | I_TURN_RIGHT I_TURN_RIGHT I_RUN I_TURN_RIGHT I_TURN_RIGHT I_RUN I_TURN_RIGHT I_TURN_RIGHT I_RUN I_WALK I_WALK | translate_opposite | {% set scan_lst_of_actions = actions.split(' ') %}
{% set lst_of_actions = [] %}
{% for item in scan_lst_of_actions %}
{{ lst_of_actions.append(item.lower()[2:] | replace("_", " ")) | default("", True) }}
{% endfor %}
{% set actions = lst_of_actions | join(", ") %}
Given some actions "{{actions}}", translate them... | Given some actions "turn right, turn right, run, turn right, turn right, run, turn right, turn right, run, walk, walk", translate them into natural language. | run opposite right thrice and walk twice |
look opposite right twice after jump around right twice | I_TURN_RIGHT I_JUMP I_TURN_RIGHT I_JUMP I_TURN_RIGHT I_JUMP I_TURN_RIGHT I_JUMP I_TURN_RIGHT I_JUMP I_TURN_RIGHT I_JUMP I_TURN_RIGHT I_JUMP I_TURN_RIGHT I_JUMP I_TURN_RIGHT I_TURN_RIGHT I_LOOK I_TURN_RIGHT I_TURN_RIGHT I_LOOK | translate_opposite | {% set scan_lst_of_actions = actions.split(' ') %}
{% set lst_of_actions = [] %}
{% for item in scan_lst_of_actions %}
{{ lst_of_actions.append(item.lower()[2:] | replace("_", " ")) | default("", True) }}
{% endfor %}
{% set actions = lst_of_actions | join(", ") %}
Given some actions "{{actions}}", translate them... | Given some actions "turn right, jump, turn right, jump, turn right, jump, turn right, jump, turn right, jump, turn right, jump, turn right, jump, turn right, jump, turn right, turn right, look, turn right, turn right, look", translate them into natural language. | look opposite right twice after jump around right twice |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.