instruction stringclasses 1
value | input stringlengths 9 27 | output stringlengths 104 120 |
|---|---|---|
Analyze the command and convert it to JSON. | Please James go please | {"command_units": ["James"], "action": "Move", "parameters": {"destination": null, "follow_target": null}} |
Analyze the command and convert it to JSON. | Oliver, go the kitchen | {"command_units": ["Oliver"], "action": "Move", "parameters": {"destination": "Kitchen", "follow_target": null}} |
Analyze the command and convert it to JSON. | Hey Ethan go | {"command_units": ["Ethan"], "action": "Move", "parameters": {"destination": null, "follow_target": null}} |
Analyze the command and convert it to JSON. | Ethan, go the ammo | {"command_units": ["Ethan"], "action": "Move", "parameters": {"destination": "Ammo", "follow_target": null}} |
Analyze the command and convert it to JSON. | Oliver, head to the ammo | {"command_units": ["Oliver"], "action": "Move", "parameters": {"destination": "Ammo", "follow_target": null}} |
Analyze the command and convert it to JSON. | Mia, head to the kitchen | {"command_units": ["Mia"], "action": "Move", "parameters": {"destination": "Kitchen", "follow_target": null}} |
Analyze the command and convert it to JSON. | James, move to Lena | {"command_units": ["James"], "action": "Move", "parameters": {"destination": "Lena", "follow_target": null}} |
Analyze the command and convert it to JSON. | Mia, go the toilet | {"command_units": ["Mia"], "action": "Move", "parameters": {"destination": "Toilet", "follow_target": null}} |
Analyze the command and convert it to JSON. | Okay Ethan go | {"command_units": ["Ethan"], "action": "Move", "parameters": {"destination": null, "follow_target": null}} |
Analyze the command and convert it to JSON. | Lena, move to Oliver | {"command_units": ["Lena"], "action": "Move", "parameters": {"destination": "Oliver", "follow_target": null}} |
Analyze the command and convert it to JSON. | Ethan, move to Mia | {"command_units": ["Ethan"], "action": "Move", "parameters": {"destination": "Mia", "follow_target": null}} |
Analyze the command and convert it to JSON. | Ethan and Mia, follow me | {"command_units": ["Ethan", "Mia"], "action": "Move", "parameters": {"destination": null, "follow_target": "Player"}} |
Analyze the command and convert it to JSON. | James, stay close to me | {"command_units": ["James"], "action": "Move", "parameters": {"destination": null, "follow_target": "Player"}} |
Analyze the command and convert it to JSON. | Mia, walk to the forward | {"command_units": ["Mia"], "action": "Move", "parameters": {"destination": "Forward", "follow_target": null}} |
Analyze the command and convert it to JSON. | Lena, move to Ethan | {"command_units": ["Lena"], "action": "Move", "parameters": {"destination": "Ethan", "follow_target": null}} |
Analyze the command and convert it to JSON. | Ethan, move to Oliver | {"command_units": ["Ethan"], "action": "Move", "parameters": {"destination": "Oliver", "follow_target": null}} |
Analyze the command and convert it to JSON. | Mia, move to the toilet | {"command_units": ["Mia"], "action": "Move", "parameters": {"destination": "Toilet", "follow_target": null}} |
Analyze the command and convert it to JSON. | James, go the back | {"command_units": ["James"], "action": "Move", "parameters": {"destination": "Back", "follow_target": null}} |
Analyze the command and convert it to JSON. | Mia, walk to the left | {"command_units": ["Mia"], "action": "Move", "parameters": {"destination": "Left", "follow_target": null}} |
Analyze the command and convert it to JSON. | Now Oliver go | {"command_units": ["Oliver"], "action": "Move", "parameters": {"destination": null, "follow_target": null}} |
Analyze the command and convert it to JSON. | Okay Ethan go please | {"command_units": ["Ethan"], "action": "Move", "parameters": {"destination": null, "follow_target": null}} |
Analyze the command and convert it to JSON. | James, stick with me | {"command_units": ["James"], "action": "Move", "parameters": {"destination": null, "follow_target": "Player"}} |
Analyze the command and convert it to JSON. | Mia, come with me | {"command_units": ["Mia"], "action": "Move", "parameters": {"destination": null, "follow_target": "Player"}} |
Analyze the command and convert it to JSON. | Mia, move to the center | {"command_units": ["Mia"], "action": "Move", "parameters": {"destination": "Center", "follow_target": null}} |
Analyze the command and convert it to JSON. | Mia, move to James | {"command_units": ["Mia"], "action": "Move", "parameters": {"destination": "James", "follow_target": null}} |
Analyze the command and convert it to JSON. | James, go the left | {"command_units": ["James"], "action": "Move", "parameters": {"destination": "Left", "follow_target": null}} |
Analyze the command and convert it to JSON. | Lena, move to James | {"command_units": ["Lena"], "action": "Move", "parameters": {"destination": "James", "follow_target": null}} |
Analyze the command and convert it to JSON. | Lena, head to the back | {"command_units": ["Lena"], "action": "Move", "parameters": {"destination": "Back", "follow_target": null}} |
Analyze the command and convert it to JSON. | Okay Mia go quickly | {"command_units": ["Mia"], "action": "Move", "parameters": {"destination": null, "follow_target": null}} |
Analyze the command and convert it to JSON. | James, walk to the right | {"command_units": ["James"], "action": "Move", "parameters": {"destination": "Right", "follow_target": null}} |
Analyze the command and convert it to JSON. | Yo James go please | {"command_units": ["James"], "action": "Move", "parameters": {"destination": null, "follow_target": null}} |
Analyze the command and convert it to JSON. | Ethan, move to James | {"command_units": ["Ethan"], "action": "Move", "parameters": {"destination": "James", "follow_target": null}} |
Analyze the command and convert it to JSON. | Yo Mia go | {"command_units": ["Mia"], "action": "Move", "parameters": {"destination": null, "follow_target": null}} |
Analyze the command and convert it to JSON. | Please Lena go now | {"command_units": ["Lena"], "action": "Move", "parameters": {"destination": null, "follow_target": null}} |
Analyze the command and convert it to JSON. | Now Ethan go quickly | {"command_units": ["Ethan"], "action": "Move", "parameters": {"destination": null, "follow_target": null}} |
Analyze the command and convert it to JSON. | Okay Ethan go now | {"command_units": ["Ethan"], "action": "Move", "parameters": {"destination": null, "follow_target": null}} |
Analyze the command and convert it to JSON. | Hey Ethan go please | {"command_units": ["Ethan"], "action": "Move", "parameters": {"destination": null, "follow_target": null}} |
Analyze the command and convert it to JSON. | Mia, move to the right | {"command_units": ["Mia"], "action": "Move", "parameters": {"destination": "Right", "follow_target": null}} |
Analyze the command and convert it to JSON. | Mia, move to the forward | {"command_units": ["Mia"], "action": "Move", "parameters": {"destination": "Forward", "follow_target": null}} |
Analyze the command and convert it to JSON. | Please James go | {"command_units": ["James"], "action": "Move", "parameters": {"destination": null, "follow_target": null}} |
Analyze the command and convert it to JSON. | Ethan, move to Lena | {"command_units": ["Ethan"], "action": "Move", "parameters": {"destination": "Lena", "follow_target": null}} |
Analyze the command and convert it to JSON. | Oliver and James, follow me | {"command_units": ["Oliver", "James"], "action": "Move", "parameters": {"destination": null, "follow_target": "Player"}} |
Analyze the command and convert it to JSON. | Ethan, go the right | {"command_units": ["Ethan"], "action": "Move", "parameters": {"destination": "Right", "follow_target": null}} |
Analyze the command and convert it to JSON. | Oliver, move to the ammo | {"command_units": ["Oliver"], "action": "Move", "parameters": {"destination": "Ammo", "follow_target": null}} |
Analyze the command and convert it to JSON. | James, move to Ethan | {"command_units": ["James"], "action": "Move", "parameters": {"destination": "Ethan", "follow_target": null}} |
Analyze the command and convert it to JSON. | James, move to Lena | {"command_units": ["James"], "action": "Move", "parameters": {"destination": "Lena", "follow_target": null}} |
Analyze the command and convert it to JSON. | Ethan, move to James | {"command_units": ["Ethan"], "action": "Move", "parameters": {"destination": "James", "follow_target": null}} |
Analyze the command and convert it to JSON. | Ethan, move to James | {"command_units": ["Ethan"], "action": "Move", "parameters": {"destination": "James", "follow_target": null}} |
Analyze the command and convert it to JSON. | Mia, move to Ethan | {"command_units": ["Mia"], "action": "Move", "parameters": {"destination": "Ethan", "follow_target": null}} |
Analyze the command and convert it to JSON. | Now Ethan go please | {"command_units": ["Ethan"], "action": "Move", "parameters": {"destination": null, "follow_target": null}} |
Analyze the command and convert it to JSON. | James and Lena, follow me | {"command_units": ["James", "Lena"], "action": "Move", "parameters": {"destination": null, "follow_target": "Player"}} |
Analyze the command and convert it to JSON. | Ethan, walk to the ammo | {"command_units": ["Ethan"], "action": "Move", "parameters": {"destination": "Ammo", "follow_target": null}} |
Analyze the command and convert it to JSON. | Mia, move to Ethan | {"command_units": ["Mia"], "action": "Move", "parameters": {"destination": "Ethan", "follow_target": null}} |
Analyze the command and convert it to JSON. | Mia, move to Oliver | {"command_units": ["Mia"], "action": "Move", "parameters": {"destination": "Oliver", "follow_target": null}} |
Analyze the command and convert it to JSON. | James, move to the back | {"command_units": ["James"], "action": "Move", "parameters": {"destination": "Back", "follow_target": null}} |
Analyze the command and convert it to JSON. | Oliver, head to the forward | {"command_units": ["Oliver"], "action": "Move", "parameters": {"destination": "Forward", "follow_target": null}} |
Analyze the command and convert it to JSON. | Now Ethan go now | {"command_units": ["Ethan"], "action": "Move", "parameters": {"destination": null, "follow_target": null}} |
Analyze the command and convert it to JSON. | Hey Mia go now | {"command_units": ["Mia"], "action": "Move", "parameters": {"destination": null, "follow_target": null}} |
Analyze the command and convert it to JSON. | Please Lena go quickly | {"command_units": ["Lena"], "action": "Move", "parameters": {"destination": null, "follow_target": null}} |
Analyze the command and convert it to JSON. | Ethan, head to the center | {"command_units": ["Ethan"], "action": "Move", "parameters": {"destination": "Center", "follow_target": null}} |
Analyze the command and convert it to JSON. | Ethan, head to the left | {"command_units": ["Ethan"], "action": "Move", "parameters": {"destination": "Left", "follow_target": null}} |
Analyze the command and convert it to JSON. | Mia, head to the right | {"command_units": ["Mia"], "action": "Move", "parameters": {"destination": "Right", "follow_target": null}} |
Analyze the command and convert it to JSON. | Mia, walk to the kitchen | {"command_units": ["Mia"], "action": "Move", "parameters": {"destination": "Kitchen", "follow_target": null}} |
No dataset card yet
- Downloads last month
- 10