Instruction
stringlengths
527
1.93k
Answer
stringclasses
223 values
### You are an indoor agent. ### Please divide the TASK into some sub-steps according to the DESCRIPTION. ### Each sub-step MUST be expressed in the form of (Action, [Object]), where Action is one of (GotoLocation, PickupObject, PutObject, CoolObject, HeatObject, CleanObject, SliceObject, ToggleObject, NoOp), and Object refers to one or more objects related to the Action. ### TASK: Place a towel in the bath tub. ### DESCRIPTION: ['Move to the left and face the white towel hanging to the right of the mirror.', 'Take the towel down from the towel ring.', 'Turn to the left and face the tub.', 'Put the towel in the tub.']
(GotoLocation, [handtowelholder]), (PickupObject, [handtowel]), (GotoLocation, [bathtubbasin]), (PutObject, [handtowel, bathtubbasin])
### You are an indoor agent. ### Please divide the TASK into some sub-steps according to the DESCRIPTION. ### Each sub-step MUST be expressed in the form of (Action, [Object]), where Action is one of (GotoLocation, PickupObject, PutObject, CoolObject, HeatObject, CleanObject, SliceObject, ToggleObject, NoOp), and Object refers to one or more objects related to the Action. ### TASK: Move a hand towel to the tub ### DESCRIPTION: ['Turn around and find the holder on the wall.', 'Take the towel off of the holder.', 'Carry the towel and move a few steps to the left to face the bath tub.', 'Place the towel inside the bath tub.']
(GotoLocation, [handtowelholder]), (PickupObject, [handtowel]), (GotoLocation, [bathtubbasin]), (PutObject, [handtowel, bathtubbasin])
### You are an indoor agent. ### Please divide the TASK into some sub-steps according to the DESCRIPTION. ### Each sub-step MUST be expressed in the form of (Action, [Object]), where Action is one of (GotoLocation, PickupObject, PutObject, CoolObject, HeatObject, CleanObject, SliceObject, ToggleObject, NoOp), and Object refers to one or more objects related to the Action. ### TASK: Move a hand towel to the tub ### DESCRIPTION: ['Move across the room to the towel holder on the wall to the right of the mirror', 'Pick up the hand towel on top of the towel ring', 'Carry the towel to the bath tub', 'Place the hand towel in the middle of the tub']
(GotoLocation, [handtowelholder]), (PickupObject, [handtowel]), (GotoLocation, [bathtubbasin]), (PutObject, [handtowel, bathtubbasin])
### You are an indoor agent. ### Please divide the TASK into some sub-steps according to the DESCRIPTION. ### Each sub-step MUST be expressed in the form of (Action, [Object]), where Action is one of (GotoLocation, PickupObject, PutObject, CoolObject, HeatObject, CleanObject, SliceObject, ToggleObject, NoOp), and Object refers to one or more objects related to the Action. ### TASK: Move a hand towel to the tub ### DESCRIPTION: ['Move to the left and face the white towel hanging to the right of the mirror.', 'Take the towel down from the towel ring.', 'Turn to the left and face the tub.', 'Put the towel in the tub.']
(GotoLocation, [handtowelholder]), (PickupObject, [handtowel]), (GotoLocation, [bathtubbasin]), (PutObject, [handtowel, bathtubbasin])
### You are an indoor agent. ### Please divide the TASK into some sub-steps according to the DESCRIPTION. ### Each sub-step MUST be expressed in the form of (Action, [Object]), where Action is one of (GotoLocation, PickupObject, PutObject, CoolObject, HeatObject, CleanObject, SliceObject, ToggleObject, NoOp), and Object refers to one or more objects related to the Action. ### TASK: Put a towel in a tub. ### DESCRIPTION: ['Turn around and find the holder on the wall.', 'Take the towel off of the holder.', 'Carry the towel and move a few steps to the left to face the bath tub.', 'Place the towel inside the bath tub.']
(GotoLocation, [handtowelholder]), (PickupObject, [handtowel]), (GotoLocation, [bathtubbasin]), (PutObject, [handtowel, bathtubbasin])
### You are an indoor agent. ### Please divide the TASK into some sub-steps according to the DESCRIPTION. ### Each sub-step MUST be expressed in the form of (Action, [Object]), where Action is one of (GotoLocation, PickupObject, PutObject, CoolObject, HeatObject, CleanObject, SliceObject, ToggleObject, NoOp), and Object refers to one or more objects related to the Action. ### TASK: Put a towel in a tub. ### DESCRIPTION: ['Move across the room to the towel holder on the wall to the right of the mirror', 'Pick up the hand towel on top of the towel ring', 'Carry the towel to the bath tub', 'Place the hand towel in the middle of the tub']
(GotoLocation, [handtowelholder]), (PickupObject, [handtowel]), (GotoLocation, [bathtubbasin]), (PutObject, [handtowel, bathtubbasin])
### You are an indoor agent. ### Please divide the TASK into some sub-steps according to the DESCRIPTION. ### Each sub-step MUST be expressed in the form of (Action, [Object]), where Action is one of (GotoLocation, PickupObject, PutObject, CoolObject, HeatObject, CleanObject, SliceObject, ToggleObject, NoOp), and Object refers to one or more objects related to the Action. ### TASK: Put a towel in a tub. ### DESCRIPTION: ['Move to the left and face the white towel hanging to the right of the mirror.', 'Take the towel down from the towel ring.', 'Turn to the left and face the tub.', 'Put the towel in the tub.']
(GotoLocation, [handtowelholder]), (PickupObject, [handtowel]), (GotoLocation, [bathtubbasin]), (PutObject, [handtowel, bathtubbasin])
### You are an indoor agent. ### Please divide the TASK into some sub-steps according to the DESCRIPTION. ### Each sub-step MUST be expressed in the form of (Action, [Object]), where Action is one of (GotoLocation, PickupObject, PutObject, CoolObject, HeatObject, CleanObject, SliceObject, ToggleObject, NoOp), and Object refers to one or more objects related to the Action. ### TASK: Place a tomato back in the refrigerator when done heating in the microwave. ### DESCRIPTION: ['Head to the front of the refrigerator.', 'Open the refrigerator door and take out the tomato and close the door.', 'Turn to your right and go to the microwave above the stove.', 'Place the tomato in the microwave and remove after heating.', 'After closing the microwave head back to the refrigerator.', 'Open the refrigerator and place the tomato back on the top shelf and close it.']
(GotoLocation, [fridge]), (PickupObject, [tomato]), (GotoLocation, [microwave]), (HeatObject, [tomato]), (GotoLocation, [fridge]), (PutObject, [tomato, fridge])
### You are an indoor agent. ### Please divide the TASK into some sub-steps according to the DESCRIPTION. ### Each sub-step MUST be expressed in the form of (Action, [Object]), where Action is one of (GotoLocation, PickupObject, PutObject, CoolObject, HeatObject, CleanObject, SliceObject, ToggleObject, NoOp), and Object refers to one or more objects related to the Action. ### TASK: Place a tomato back in the refrigerator when done heating in the microwave. ### DESCRIPTION: ['Walk ahead to the fridge.', 'Take the tomato out of the fridge.', 'Turn right and walk to the stove.', 'Heat the tomato in the microwave.', 'Turn around and walk ahead to the fridge on the right.', 'Place the tomato on the top shelf in the fridge, near the center of the shelf.']
(GotoLocation, [fridge]), (PickupObject, [tomato]), (GotoLocation, [microwave]), (HeatObject, [tomato]), (GotoLocation, [fridge]), (PutObject, [tomato, fridge])
### You are an indoor agent. ### Please divide the TASK into some sub-steps according to the DESCRIPTION. ### Each sub-step MUST be expressed in the form of (Action, [Object]), where Action is one of (GotoLocation, PickupObject, PutObject, CoolObject, HeatObject, CleanObject, SliceObject, ToggleObject, NoOp), and Object refers to one or more objects related to the Action. ### TASK: Place a tomato back in the refrigerator when done heating in the microwave. ### DESCRIPTION: ['turn right and walk over to the fridge up ahead at the end of the room', 'grab a tomato out of the fridge', 'turn right and walk over to the stove at the end of the room', 'place the tomato inside of the microwave above the kitchen stove, let it cook, then take it back out', 'turn around and walk over to the fridge at the end of the room on the right', 'place the tomato inside of the fridge']
(GotoLocation, [fridge]), (PickupObject, [tomato]), (GotoLocation, [microwave]), (HeatObject, [tomato]), (GotoLocation, [fridge]), (PutObject, [tomato, fridge])
### You are an indoor agent. ### Please divide the TASK into some sub-steps according to the DESCRIPTION. ### Each sub-step MUST be expressed in the form of (Action, [Object]), where Action is one of (GotoLocation, PickupObject, PutObject, CoolObject, HeatObject, CleanObject, SliceObject, ToggleObject, NoOp), and Object refers to one or more objects related to the Action. ### TASK: Place a heated tomato in a fridge. ### DESCRIPTION: ['Head to the front of the refrigerator.', 'Open the refrigerator door and take out the tomato and close the door.', 'Turn to your right and go to the microwave above the stove.', 'Place the tomato in the microwave and remove after heating.', 'After closing the microwave head back to the refrigerator.', 'Open the refrigerator and place the tomato back on the top shelf and close it.']
(GotoLocation, [fridge]), (PickupObject, [tomato]), (GotoLocation, [microwave]), (HeatObject, [tomato]), (GotoLocation, [fridge]), (PutObject, [tomato, fridge])
### You are an indoor agent. ### Please divide the TASK into some sub-steps according to the DESCRIPTION. ### Each sub-step MUST be expressed in the form of (Action, [Object]), where Action is one of (GotoLocation, PickupObject, PutObject, CoolObject, HeatObject, CleanObject, SliceObject, ToggleObject, NoOp), and Object refers to one or more objects related to the Action. ### TASK: Place a heated tomato in a fridge. ### DESCRIPTION: ['Walk ahead to the fridge.', 'Take the tomato out of the fridge.', 'Turn right and walk to the stove.', 'Heat the tomato in the microwave.', 'Turn around and walk ahead to the fridge on the right.', 'Place the tomato on the top shelf in the fridge, near the center of the shelf.']
(GotoLocation, [fridge]), (PickupObject, [tomato]), (GotoLocation, [microwave]), (HeatObject, [tomato]), (GotoLocation, [fridge]), (PutObject, [tomato, fridge])
### You are an indoor agent. ### Please divide the TASK into some sub-steps according to the DESCRIPTION. ### Each sub-step MUST be expressed in the form of (Action, [Object]), where Action is one of (GotoLocation, PickupObject, PutObject, CoolObject, HeatObject, CleanObject, SliceObject, ToggleObject, NoOp), and Object refers to one or more objects related to the Action. ### TASK: Place a heated tomato in a fridge. ### DESCRIPTION: ['turn right and walk over to the fridge up ahead at the end of the room', 'grab a tomato out of the fridge', 'turn right and walk over to the stove at the end of the room', 'place the tomato inside of the microwave above the kitchen stove, let it cook, then take it back out', 'turn around and walk over to the fridge at the end of the room on the right', 'place the tomato inside of the fridge']
(GotoLocation, [fridge]), (PickupObject, [tomato]), (GotoLocation, [microwave]), (HeatObject, [tomato]), (GotoLocation, [fridge]), (PutObject, [tomato, fridge])
### You are an indoor agent. ### Please divide the TASK into some sub-steps according to the DESCRIPTION. ### Each sub-step MUST be expressed in the form of (Action, [Object]), where Action is one of (GotoLocation, PickupObject, PutObject, CoolObject, HeatObject, CleanObject, SliceObject, ToggleObject, NoOp), and Object refers to one or more objects related to the Action. ### TASK: place a microwaved potato inside of the fridge ### DESCRIPTION: ['Head to the front of the refrigerator.', 'Open the refrigerator door and take out the tomato and close the door.', 'Turn to your right and go to the microwave above the stove.', 'Place the tomato in the microwave and remove after heating.', 'After closing the microwave head back to the refrigerator.', 'Open the refrigerator and place the tomato back on the top shelf and close it.']
(GotoLocation, [fridge]), (PickupObject, [tomato]), (GotoLocation, [microwave]), (HeatObject, [tomato]), (GotoLocation, [fridge]), (PutObject, [tomato, fridge])
### You are an indoor agent. ### Please divide the TASK into some sub-steps according to the DESCRIPTION. ### Each sub-step MUST be expressed in the form of (Action, [Object]), where Action is one of (GotoLocation, PickupObject, PutObject, CoolObject, HeatObject, CleanObject, SliceObject, ToggleObject, NoOp), and Object refers to one or more objects related to the Action. ### TASK: place a microwaved potato inside of the fridge ### DESCRIPTION: ['Walk ahead to the fridge.', 'Take the tomato out of the fridge.', 'Turn right and walk to the stove.', 'Heat the tomato in the microwave.', 'Turn around and walk ahead to the fridge on the right.', 'Place the tomato on the top shelf in the fridge, near the center of the shelf.']
(GotoLocation, [fridge]), (PickupObject, [tomato]), (GotoLocation, [microwave]), (HeatObject, [tomato]), (GotoLocation, [fridge]), (PutObject, [tomato, fridge])
### You are an indoor agent. ### Please divide the TASK into some sub-steps according to the DESCRIPTION. ### Each sub-step MUST be expressed in the form of (Action, [Object]), where Action is one of (GotoLocation, PickupObject, PutObject, CoolObject, HeatObject, CleanObject, SliceObject, ToggleObject, NoOp), and Object refers to one or more objects related to the Action. ### TASK: place a microwaved potato inside of the fridge ### DESCRIPTION: ['turn right and walk over to the fridge up ahead at the end of the room', 'grab a tomato out of the fridge', 'turn right and walk over to the stove at the end of the room', 'place the tomato inside of the microwave above the kitchen stove, let it cook, then take it back out', 'turn around and walk over to the fridge at the end of the room on the right', 'place the tomato inside of the fridge']
(GotoLocation, [fridge]), (PickupObject, [tomato]), (GotoLocation, [microwave]), (HeatObject, [tomato]), (GotoLocation, [fridge]), (PutObject, [tomato, fridge])
### You are an indoor agent. ### Please divide the TASK into some sub-steps according to the DESCRIPTION. ### Each sub-step MUST be expressed in the form of (Action, [Object]), where Action is one of (GotoLocation, PickupObject, PutObject, CoolObject, HeatObject, CleanObject, SliceObject, ToggleObject, NoOp), and Object refers to one or more objects related to the Action. ### TASK: Place the cup with the fork on the table. ### DESCRIPTION: ['Turn around and head towards the sink.', 'Pick up the fork in the sink.', 'Turn right towards the coffee maker and then turn left to face it.', 'Place the fork in the cup on the coffee maker.', 'Pick up the cup from the maker.', 'Turn left, head towards the table on the left, and then turn left to face it.', 'Place the cup on the table in front of the salt shaker.']
(GotoLocation, [sinkbasin]), (PickupObject, [fork]), (GotoLocation, [mug]), (PutObject, [fork, mug]), (PickupObject, [mug]), (GotoLocation, [diningtable]), (PutObject, [mug, diningtable])
### You are an indoor agent. ### Please divide the TASK into some sub-steps according to the DESCRIPTION. ### Each sub-step MUST be expressed in the form of (Action, [Object]), where Action is one of (GotoLocation, PickupObject, PutObject, CoolObject, HeatObject, CleanObject, SliceObject, ToggleObject, NoOp), and Object refers to one or more objects related to the Action. ### TASK: Place the cup with the fork on the table. ### DESCRIPTION: ['Move to the sink.', 'Pick up the fork in the sink.', 'Bring the fork to the coffee machine. ', 'Put the fork in the mug on the coffee machine. ', 'Pick up the mug from the coffee machine.', 'Bring the mug to the round table.', 'Put the mug with fork on the round table. ']
(GotoLocation, [sinkbasin]), (PickupObject, [fork]), (GotoLocation, [mug]), (PutObject, [fork, mug]), (PickupObject, [mug]), (GotoLocation, [diningtable]), (PutObject, [mug, diningtable])
### You are an indoor agent. ### Please divide the TASK into some sub-steps according to the DESCRIPTION. ### Each sub-step MUST be expressed in the form of (Action, [Object]), where Action is one of (GotoLocation, PickupObject, PutObject, CoolObject, HeatObject, CleanObject, SliceObject, ToggleObject, NoOp), and Object refers to one or more objects related to the Action. ### TASK: Place the cup with the fork on the table. ### DESCRIPTION: ['Turn around and walk over to the sink.', 'Pick up the metal fork out of the left sink basin.', 'Turn right and walk over to the coffee machine on the counter.', 'Place the metal fork inside the mug that is on the counter in the coffee machine.', 'Pick up the coffee mug with a metal fork in it.', 'Turn left and walk across the room, then hang a left once at the round kitchen table.', 'Place the coffee mug with a fork in it onto the round kitchen table just below the pepper grinder.']
(GotoLocation, [sinkbasin]), (PickupObject, [fork]), (GotoLocation, [mug]), (PutObject, [fork, mug]), (PickupObject, [mug]), (GotoLocation, [diningtable]), (PutObject, [mug, diningtable])
### You are an indoor agent. ### Please divide the TASK into some sub-steps according to the DESCRIPTION. ### Each sub-step MUST be expressed in the form of (Action, [Object]), where Action is one of (GotoLocation, PickupObject, PutObject, CoolObject, HeatObject, CleanObject, SliceObject, ToggleObject, NoOp), and Object refers to one or more objects related to the Action. ### TASK: Put the mug with fork on the round table. ### DESCRIPTION: ['Turn around and head towards the sink.', 'Pick up the fork in the sink.', 'Turn right towards the coffee maker and then turn left to face it.', 'Place the fork in the cup on the coffee maker.', 'Pick up the cup from the maker.', 'Turn left, head towards the table on the left, and then turn left to face it.', 'Place the cup on the table in front of the salt shaker.']
(GotoLocation, [sinkbasin]), (PickupObject, [fork]), (GotoLocation, [mug]), (PutObject, [fork, mug]), (PickupObject, [mug]), (GotoLocation, [diningtable]), (PutObject, [mug, diningtable])
### You are an indoor agent. ### Please divide the TASK into some sub-steps according to the DESCRIPTION. ### Each sub-step MUST be expressed in the form of (Action, [Object]), where Action is one of (GotoLocation, PickupObject, PutObject, CoolObject, HeatObject, CleanObject, SliceObject, ToggleObject, NoOp), and Object refers to one or more objects related to the Action. ### TASK: Put the mug with fork on the round table. ### DESCRIPTION: ['Move to the sink.', 'Pick up the fork in the sink.', 'Bring the fork to the coffee machine. ', 'Put the fork in the mug on the coffee machine. ', 'Pick up the mug from the coffee machine.', 'Bring the mug to the round table.', 'Put the mug with fork on the round table. ']
(GotoLocation, [sinkbasin]), (PickupObject, [fork]), (GotoLocation, [mug]), (PutObject, [fork, mug]), (PickupObject, [mug]), (GotoLocation, [diningtable]), (PutObject, [mug, diningtable])
### You are an indoor agent. ### Please divide the TASK into some sub-steps according to the DESCRIPTION. ### Each sub-step MUST be expressed in the form of (Action, [Object]), where Action is one of (GotoLocation, PickupObject, PutObject, CoolObject, HeatObject, CleanObject, SliceObject, ToggleObject, NoOp), and Object refers to one or more objects related to the Action. ### TASK: Put the mug with fork on the round table. ### DESCRIPTION: ['Turn around and walk over to the sink.', 'Pick up the metal fork out of the left sink basin.', 'Turn right and walk over to the coffee machine on the counter.', 'Place the metal fork inside the mug that is on the counter in the coffee machine.', 'Pick up the coffee mug with a metal fork in it.', 'Turn left and walk across the room, then hang a left once at the round kitchen table.', 'Place the coffee mug with a fork in it onto the round kitchen table just below the pepper grinder.']
(GotoLocation, [sinkbasin]), (PickupObject, [fork]), (GotoLocation, [mug]), (PutObject, [fork, mug]), (PickupObject, [mug]), (GotoLocation, [diningtable]), (PutObject, [mug, diningtable])
### You are an indoor agent. ### Please divide the TASK into some sub-steps according to the DESCRIPTION. ### Each sub-step MUST be expressed in the form of (Action, [Object]), where Action is one of (GotoLocation, PickupObject, PutObject, CoolObject, HeatObject, CleanObject, SliceObject, ToggleObject, NoOp), and Object refers to one or more objects related to the Action. ### TASK: Place a mug with a fork in it onto the round kitchen table. ### DESCRIPTION: ['Turn around and head towards the sink.', 'Pick up the fork in the sink.', 'Turn right towards the coffee maker and then turn left to face it.', 'Place the fork in the cup on the coffee maker.', 'Pick up the cup from the maker.', 'Turn left, head towards the table on the left, and then turn left to face it.', 'Place the cup on the table in front of the salt shaker.']
(GotoLocation, [sinkbasin]), (PickupObject, [fork]), (GotoLocation, [mug]), (PutObject, [fork, mug]), (PickupObject, [mug]), (GotoLocation, [diningtable]), (PutObject, [mug, diningtable])
### You are an indoor agent. ### Please divide the TASK into some sub-steps according to the DESCRIPTION. ### Each sub-step MUST be expressed in the form of (Action, [Object]), where Action is one of (GotoLocation, PickupObject, PutObject, CoolObject, HeatObject, CleanObject, SliceObject, ToggleObject, NoOp), and Object refers to one or more objects related to the Action. ### TASK: Place a mug with a fork in it onto the round kitchen table. ### DESCRIPTION: ['Move to the sink.', 'Pick up the fork in the sink.', 'Bring the fork to the coffee machine. ', 'Put the fork in the mug on the coffee machine. ', 'Pick up the mug from the coffee machine.', 'Bring the mug to the round table.', 'Put the mug with fork on the round table. ']
(GotoLocation, [sinkbasin]), (PickupObject, [fork]), (GotoLocation, [mug]), (PutObject, [fork, mug]), (PickupObject, [mug]), (GotoLocation, [diningtable]), (PutObject, [mug, diningtable])
### You are an indoor agent. ### Please divide the TASK into some sub-steps according to the DESCRIPTION. ### Each sub-step MUST be expressed in the form of (Action, [Object]), where Action is one of (GotoLocation, PickupObject, PutObject, CoolObject, HeatObject, CleanObject, SliceObject, ToggleObject, NoOp), and Object refers to one or more objects related to the Action. ### TASK: Place a mug with a fork in it onto the round kitchen table. ### DESCRIPTION: ['Turn around and walk over to the sink.', 'Pick up the metal fork out of the left sink basin.', 'Turn right and walk over to the coffee machine on the counter.', 'Place the metal fork inside the mug that is on the counter in the coffee machine.', 'Pick up the coffee mug with a metal fork in it.', 'Turn left and walk across the room, then hang a left once at the round kitchen table.', 'Place the coffee mug with a fork in it onto the round kitchen table just below the pepper grinder.']
(GotoLocation, [sinkbasin]), (PickupObject, [fork]), (GotoLocation, [mug]), (PutObject, [fork, mug]), (PickupObject, [mug]), (GotoLocation, [diningtable]), (PutObject, [mug, diningtable])
### You are an indoor agent. ### Please divide the TASK into some sub-steps according to the DESCRIPTION. ### Each sub-step MUST be expressed in the form of (Action, [Object]), where Action is one of (GotoLocation, PickupObject, PutObject, CoolObject, HeatObject, CleanObject, SliceObject, ToggleObject, NoOp), and Object refers to one or more objects related to the Action. ### TASK: Cut a tomato slice, refrigerate it, place it on a sponge ### DESCRIPTION: ['Walk towards the door of the wall you are facing with the sunshine on it, hang a right towards the table just before reaching the wall.', 'Walk to the loaf of bread and pick up the knife that is under the head of lettuce nearest the coffee maker and toaster and to the left of the apple.', 'Turn right and walk to the other end of the table and stop at the loaf of bread nearest the frying pan.', 'Slice the tomato nearest the center of the table and closest to the frying pan and the bread.', 'Turn to your left and walk to the end of the table closest to the door, stop and face the loaf of bread to your right.', 'Put the knife down on the table to the right of the loaf of bread and on top of the handle of the spoon behind and to the right of the bread.', 'Turn and walk towards your right, stop and face the table when you reach the frying pan and the loaf of bread directly in front of the tomato.', 'Pick up a center slice from the tomato.', 'Turn to your left and walk towards the end of the table nearest the door and hang a left to the refrigerator.', 'Walk to the refrigerator, open the refrigerator door, place the tomato slice on the left side of the second shelf from the top near the front edge of the shelf, close the refrigerator door; open the refrigerator door and pick up the tomato slice, close the refrigerator door.', 'Turn to your left and walk towards the microwave oven.', 'Place the tomato slice on the green sponge.']
(GotoLocation, [diningtable]), (PickupObject, [butterknife]), (GotoLocation, [tomato]), (SliceObject, [tomato]), (GotoLocation, [diningtable]), (PutObject, [butterknife, diningtable]), (GotoLocation, [diningtable]), (PickupObject, [tomato]), (GotoLocation, [fridge]), (CoolObject, [tomato]), (GotoLocation, [sinkbasin]), (PutObject, [tomato, sinkbasin])
### You are an indoor agent. ### Please divide the TASK into some sub-steps according to the DESCRIPTION. ### Each sub-step MUST be expressed in the form of (Action, [Object]), where Action is one of (GotoLocation, PickupObject, PutObject, CoolObject, HeatObject, CleanObject, SliceObject, ToggleObject, NoOp), and Object refers to one or more objects related to the Action. ### TASK: Cut a tomato slice, refrigerate it, place it on a sponge ### DESCRIPTION: ['Move forward and face the table to your right.', 'Take the knife from the table in front of you.', 'Turn right then face the bread on the table to your left.', 'Slice the tomato on the table.', 'Turn left then face the bread on the table to your right.', 'Place the knife on the table in front of you.', 'Turn right then face the sliced tomato on the table to your left.', 'Take a tomato slice from the table.', 'Turn around and face the fridge in front of you.', 'Place the tomato slice inside of the fridge inside of you, take out the tomato, then close the fridge.', 'Turn around then face the counter with the sponge on your right.', 'Place the tomato slice on the sponge on the counter in front of you.']
(GotoLocation, [diningtable]), (PickupObject, [butterknife]), (GotoLocation, [tomato]), (SliceObject, [tomato]), (GotoLocation, [diningtable]), (PutObject, [butterknife, diningtable]), (GotoLocation, [diningtable]), (PickupObject, [tomato]), (GotoLocation, [fridge]), (CoolObject, [tomato]), (GotoLocation, [sinkbasin]), (PutObject, [tomato, sinkbasin])
### You are an indoor agent. ### Please divide the TASK into some sub-steps according to the DESCRIPTION. ### Each sub-step MUST be expressed in the form of (Action, [Object]), where Action is one of (GotoLocation, PickupObject, PutObject, CoolObject, HeatObject, CleanObject, SliceObject, ToggleObject, NoOp), and Object refers to one or more objects related to the Action. ### TASK: Cut a tomato slice, refrigerate it, place it on a sponge ### DESCRIPTION: ['Go forward to the door, hang a right and go to the table where the bread is. ', 'Pick up the butter knife that is on the table under the head of lettuce behind the bread. ', 'Turn to the right and go down towards the end of the table where the pan is.', 'Use the knife to cut the closest tomato into slices. ', 'Turn to the left and go back to the other end of the table. ', 'Put the knife down to the right of the bread on the spoon.', 'Turn to the right and go back to the other end of the table where the tomato is. ', 'Pick up a slice of the tomato that was cut. ', 'Turn left, go to the wall, turn left, go to the fridge. ', 'Put the tomato inside the fridge to get cold, remove the tomato once it is cold and shut the fridge. ', 'Turn left, go to the counter, turn left, go forward to the sink that is on the right. ', 'Put the tomato in the sink to the left of the glass. ']
(GotoLocation, [diningtable]), (PickupObject, [butterknife]), (GotoLocation, [tomato]), (SliceObject, [tomato]), (GotoLocation, [diningtable]), (PutObject, [butterknife, diningtable]), (GotoLocation, [diningtable]), (PickupObject, [tomato]), (GotoLocation, [fridge]), (CoolObject, [tomato]), (GotoLocation, [sinkbasin]), (PutObject, [tomato, sinkbasin])
### You are an indoor agent. ### Please divide the TASK into some sub-steps according to the DESCRIPTION. ### Each sub-step MUST be expressed in the form of (Action, [Object]), where Action is one of (GotoLocation, PickupObject, PutObject, CoolObject, HeatObject, CleanObject, SliceObject, ToggleObject, NoOp), and Object refers to one or more objects related to the Action. ### TASK: Cut a tomato slice, refrigerate it, place it on a sponge ### DESCRIPTION: ['Walk toward the door then turn to face the table on your right. ', 'Pick up the knife laying by the keruig on the table. ', 'Move to your right. ', 'Slice the tomato on the table behind the bread. ', 'Move to your left. ', 'Put the knife on the table next to the bread. ', 'Move to your right again. ', 'Pick up a slice of tomato. ', 'Turn around and walk to the refrigerator. ', 'Put the slice of tomato in the refrigerator, leave it there until it gets cold, then take it out. ', 'Turn to your left and walk toward the counter, then turn right and walk toward the wall and turn right to face the sink. ', 'Put the slice of tomato on top of the green sponge in the sink. ']
(GotoLocation, [diningtable]), (PickupObject, [butterknife]), (GotoLocation, [tomato]), (SliceObject, [tomato]), (GotoLocation, [diningtable]), (PutObject, [butterknife, diningtable]), (GotoLocation, [diningtable]), (PickupObject, [tomato]), (GotoLocation, [fridge]), (CoolObject, [tomato]), (GotoLocation, [sinkbasin]), (PutObject, [tomato, sinkbasin])
### You are an indoor agent. ### Please divide the TASK into some sub-steps according to the DESCRIPTION. ### Each sub-step MUST be expressed in the form of (Action, [Object]), where Action is one of (GotoLocation, PickupObject, PutObject, CoolObject, HeatObject, CleanObject, SliceObject, ToggleObject, NoOp), and Object refers to one or more objects related to the Action. ### TASK: Cut a tomato slice, refrigerate it, place it on a sponge ### DESCRIPTION: ['Turn to the right and walk forward to face the kitchen table.', 'Pick up the knife on the table.', 'Step right to face the tomato on the right side of the kitchen table.', 'Cut the tomato on the kitchen table into slices.', 'Take a step to the left and face the left side of the kitchen table.', 'Place the knife on the kitchen table.', 'Step to the right and face the tomato slices on the kitchen table.', 'Pick up a slice of tomato on the kitchen table.', 'Turn around and walk across the room to face the fridge.', 'Cool the tomato slice in the fridge and then remove it.', 'Turn around and walk across the room then turn right and walk forward to face the stove.', 'Place the tomato slice on the edge of the stove.']
(GotoLocation, [diningtable]), (PickupObject, [butterknife]), (GotoLocation, [tomato]), (SliceObject, [tomato]), (GotoLocation, [diningtable]), (PutObject, [butterknife, diningtable]), (GotoLocation, [diningtable]), (PickupObject, [tomato]), (GotoLocation, [fridge]), (CoolObject, [tomato]), (GotoLocation, [sinkbasin]), (PutObject, [tomato, sinkbasin])
### You are an indoor agent. ### Please divide the TASK into some sub-steps according to the DESCRIPTION. ### Each sub-step MUST be expressed in the form of (Action, [Object]), where Action is one of (GotoLocation, PickupObject, PutObject, CoolObject, HeatObject, CleanObject, SliceObject, ToggleObject, NoOp), and Object refers to one or more objects related to the Action. ### TASK: Cut a tomato slice, refrigerate it, place it on a sponge ### DESCRIPTION: ['Head to the table on the right', 'Grab the knife off of the table', 'Move slightly to the right', 'Cut the tomato on the counter into slices', 'Move slightly to the left', 'Lay the knife down on the table', 'Move slightly to the right', 'Grab one of the tomato slices', 'Turn around and head to the fridge', 'Open the right fridge door and put the tomato on the second rack. Close the door. Open the door and take the tomato out.', 'Turn around and head to the sink', 'Place the tomato in the sink']
(GotoLocation, [diningtable]), (PickupObject, [butterknife]), (GotoLocation, [tomato]), (SliceObject, [tomato]), (GotoLocation, [diningtable]), (PutObject, [butterknife, diningtable]), (GotoLocation, [diningtable]), (PickupObject, [tomato]), (GotoLocation, [fridge]), (CoolObject, [tomato]), (GotoLocation, [sinkbasin]), (PutObject, [tomato, sinkbasin])
### You are an indoor agent. ### Please divide the TASK into some sub-steps according to the DESCRIPTION. ### Each sub-step MUST be expressed in the form of (Action, [Object]), where Action is one of (GotoLocation, PickupObject, PutObject, CoolObject, HeatObject, CleanObject, SliceObject, ToggleObject, NoOp), and Object refers to one or more objects related to the Action. ### TASK: Put a cold slice of tomato on top of a sponge on a counter. ### DESCRIPTION: ['Walk towards the door of the wall you are facing with the sunshine on it, hang a right towards the table just before reaching the wall.', 'Walk to the loaf of bread and pick up the knife that is under the head of lettuce nearest the coffee maker and toaster and to the left of the apple.', 'Turn right and walk to the other end of the table and stop at the loaf of bread nearest the frying pan.', 'Slice the tomato nearest the center of the table and closest to the frying pan and the bread.', 'Turn to your left and walk to the end of the table closest to the door, stop and face the loaf of bread to your right.', 'Put the knife down on the table to the right of the loaf of bread and on top of the handle of the spoon behind and to the right of the bread.', 'Turn and walk towards your right, stop and face the table when you reach the frying pan and the loaf of bread directly in front of the tomato.', 'Pick up a center slice from the tomato.', 'Turn to your left and walk towards the end of the table nearest the door and hang a left to the refrigerator.', 'Walk to the refrigerator, open the refrigerator door, place the tomato slice on the left side of the second shelf from the top near the front edge of the shelf, close the refrigerator door; open the refrigerator door and pick up the tomato slice, close the refrigerator door.', 'Turn to your left and walk towards the microwave oven.', 'Place the tomato slice on the green sponge.']
(GotoLocation, [diningtable]), (PickupObject, [butterknife]), (GotoLocation, [tomato]), (SliceObject, [tomato]), (GotoLocation, [diningtable]), (PutObject, [butterknife, diningtable]), (GotoLocation, [diningtable]), (PickupObject, [tomato]), (GotoLocation, [fridge]), (CoolObject, [tomato]), (GotoLocation, [sinkbasin]), (PutObject, [tomato, sinkbasin])
### You are an indoor agent. ### Please divide the TASK into some sub-steps according to the DESCRIPTION. ### Each sub-step MUST be expressed in the form of (Action, [Object]), where Action is one of (GotoLocation, PickupObject, PutObject, CoolObject, HeatObject, CleanObject, SliceObject, ToggleObject, NoOp), and Object refers to one or more objects related to the Action. ### TASK: Put a cold slice of tomato on top of a sponge on a counter. ### DESCRIPTION: ['Move forward and face the table to your right.', 'Take the knife from the table in front of you.', 'Turn right then face the bread on the table to your left.', 'Slice the tomato on the table.', 'Turn left then face the bread on the table to your right.', 'Place the knife on the table in front of you.', 'Turn right then face the sliced tomato on the table to your left.', 'Take a tomato slice from the table.', 'Turn around and face the fridge in front of you.', 'Place the tomato slice inside of the fridge inside of you, take out the tomato, then close the fridge.', 'Turn around then face the counter with the sponge on your right.', 'Place the tomato slice on the sponge on the counter in front of you.']
(GotoLocation, [diningtable]), (PickupObject, [butterknife]), (GotoLocation, [tomato]), (SliceObject, [tomato]), (GotoLocation, [diningtable]), (PutObject, [butterknife, diningtable]), (GotoLocation, [diningtable]), (PickupObject, [tomato]), (GotoLocation, [fridge]), (CoolObject, [tomato]), (GotoLocation, [sinkbasin]), (PutObject, [tomato, sinkbasin])
### You are an indoor agent. ### Please divide the TASK into some sub-steps according to the DESCRIPTION. ### Each sub-step MUST be expressed in the form of (Action, [Object]), where Action is one of (GotoLocation, PickupObject, PutObject, CoolObject, HeatObject, CleanObject, SliceObject, ToggleObject, NoOp), and Object refers to one or more objects related to the Action. ### TASK: Put a cold slice of tomato on top of a sponge on a counter. ### DESCRIPTION: ['Go forward to the door, hang a right and go to the table where the bread is. ', 'Pick up the butter knife that is on the table under the head of lettuce behind the bread. ', 'Turn to the right and go down towards the end of the table where the pan is.', 'Use the knife to cut the closest tomato into slices. ', 'Turn to the left and go back to the other end of the table. ', 'Put the knife down to the right of the bread on the spoon.', 'Turn to the right and go back to the other end of the table where the tomato is. ', 'Pick up a slice of the tomato that was cut. ', 'Turn left, go to the wall, turn left, go to the fridge. ', 'Put the tomato inside the fridge to get cold, remove the tomato once it is cold and shut the fridge. ', 'Turn left, go to the counter, turn left, go forward to the sink that is on the right. ', 'Put the tomato in the sink to the left of the glass. ']
(GotoLocation, [diningtable]), (PickupObject, [butterknife]), (GotoLocation, [tomato]), (SliceObject, [tomato]), (GotoLocation, [diningtable]), (PutObject, [butterknife, diningtable]), (GotoLocation, [diningtable]), (PickupObject, [tomato]), (GotoLocation, [fridge]), (CoolObject, [tomato]), (GotoLocation, [sinkbasin]), (PutObject, [tomato, sinkbasin])
### You are an indoor agent. ### Please divide the TASK into some sub-steps according to the DESCRIPTION. ### Each sub-step MUST be expressed in the form of (Action, [Object]), where Action is one of (GotoLocation, PickupObject, PutObject, CoolObject, HeatObject, CleanObject, SliceObject, ToggleObject, NoOp), and Object refers to one or more objects related to the Action. ### TASK: Put a cold slice of tomato on top of a sponge on a counter. ### DESCRIPTION: ['Walk toward the door then turn to face the table on your right. ', 'Pick up the knife laying by the keruig on the table. ', 'Move to your right. ', 'Slice the tomato on the table behind the bread. ', 'Move to your left. ', 'Put the knife on the table next to the bread. ', 'Move to your right again. ', 'Pick up a slice of tomato. ', 'Turn around and walk to the refrigerator. ', 'Put the slice of tomato in the refrigerator, leave it there until it gets cold, then take it out. ', 'Turn to your left and walk toward the counter, then turn right and walk toward the wall and turn right to face the sink. ', 'Put the slice of tomato on top of the green sponge in the sink. ']
(GotoLocation, [diningtable]), (PickupObject, [butterknife]), (GotoLocation, [tomato]), (SliceObject, [tomato]), (GotoLocation, [diningtable]), (PutObject, [butterknife, diningtable]), (GotoLocation, [diningtable]), (PickupObject, [tomato]), (GotoLocation, [fridge]), (CoolObject, [tomato]), (GotoLocation, [sinkbasin]), (PutObject, [tomato, sinkbasin])
### You are an indoor agent. ### Please divide the TASK into some sub-steps according to the DESCRIPTION. ### Each sub-step MUST be expressed in the form of (Action, [Object]), where Action is one of (GotoLocation, PickupObject, PutObject, CoolObject, HeatObject, CleanObject, SliceObject, ToggleObject, NoOp), and Object refers to one or more objects related to the Action. ### TASK: Put a cold slice of tomato on top of a sponge on a counter. ### DESCRIPTION: ['Turn to the right and walk forward to face the kitchen table.', 'Pick up the knife on the table.', 'Step right to face the tomato on the right side of the kitchen table.', 'Cut the tomato on the kitchen table into slices.', 'Take a step to the left and face the left side of the kitchen table.', 'Place the knife on the kitchen table.', 'Step to the right and face the tomato slices on the kitchen table.', 'Pick up a slice of tomato on the kitchen table.', 'Turn around and walk across the room to face the fridge.', 'Cool the tomato slice in the fridge and then remove it.', 'Turn around and walk across the room then turn right and walk forward to face the stove.', 'Place the tomato slice on the edge of the stove.']
(GotoLocation, [diningtable]), (PickupObject, [butterknife]), (GotoLocation, [tomato]), (SliceObject, [tomato]), (GotoLocation, [diningtable]), (PutObject, [butterknife, diningtable]), (GotoLocation, [diningtable]), (PickupObject, [tomato]), (GotoLocation, [fridge]), (CoolObject, [tomato]), (GotoLocation, [sinkbasin]), (PutObject, [tomato, sinkbasin])
### You are an indoor agent. ### Please divide the TASK into some sub-steps according to the DESCRIPTION. ### Each sub-step MUST be expressed in the form of (Action, [Object]), where Action is one of (GotoLocation, PickupObject, PutObject, CoolObject, HeatObject, CleanObject, SliceObject, ToggleObject, NoOp), and Object refers to one or more objects related to the Action. ### TASK: Put a cold slice of tomato on top of a sponge on a counter. ### DESCRIPTION: ['Head to the table on the right', 'Grab the knife off of the table', 'Move slightly to the right', 'Cut the tomato on the counter into slices', 'Move slightly to the left', 'Lay the knife down on the table', 'Move slightly to the right', 'Grab one of the tomato slices', 'Turn around and head to the fridge', 'Open the right fridge door and put the tomato on the second rack. Close the door. Open the door and take the tomato out.', 'Turn around and head to the sink', 'Place the tomato in the sink']
(GotoLocation, [diningtable]), (PickupObject, [butterknife]), (GotoLocation, [tomato]), (SliceObject, [tomato]), (GotoLocation, [diningtable]), (PutObject, [butterknife, diningtable]), (GotoLocation, [diningtable]), (PickupObject, [tomato]), (GotoLocation, [fridge]), (CoolObject, [tomato]), (GotoLocation, [sinkbasin]), (PutObject, [tomato, sinkbasin])
### You are an indoor agent. ### Please divide the TASK into some sub-steps according to the DESCRIPTION. ### Each sub-step MUST be expressed in the form of (Action, [Object]), where Action is one of (GotoLocation, PickupObject, PutObject, CoolObject, HeatObject, CleanObject, SliceObject, ToggleObject, NoOp), and Object refers to one or more objects related to the Action. ### TASK: Put a cold slice of tomato in a sink. ### DESCRIPTION: ['Walk towards the door of the wall you are facing with the sunshine on it, hang a right towards the table just before reaching the wall.', 'Walk to the loaf of bread and pick up the knife that is under the head of lettuce nearest the coffee maker and toaster and to the left of the apple.', 'Turn right and walk to the other end of the table and stop at the loaf of bread nearest the frying pan.', 'Slice the tomato nearest the center of the table and closest to the frying pan and the bread.', 'Turn to your left and walk to the end of the table closest to the door, stop and face the loaf of bread to your right.', 'Put the knife down on the table to the right of the loaf of bread and on top of the handle of the spoon behind and to the right of the bread.', 'Turn and walk towards your right, stop and face the table when you reach the frying pan and the loaf of bread directly in front of the tomato.', 'Pick up a center slice from the tomato.', 'Turn to your left and walk towards the end of the table nearest the door and hang a left to the refrigerator.', 'Walk to the refrigerator, open the refrigerator door, place the tomato slice on the left side of the second shelf from the top near the front edge of the shelf, close the refrigerator door; open the refrigerator door and pick up the tomato slice, close the refrigerator door.', 'Turn to your left and walk towards the microwave oven.', 'Place the tomato slice on the green sponge.']
(GotoLocation, [diningtable]), (PickupObject, [butterknife]), (GotoLocation, [tomato]), (SliceObject, [tomato]), (GotoLocation, [diningtable]), (PutObject, [butterknife, diningtable]), (GotoLocation, [diningtable]), (PickupObject, [tomato]), (GotoLocation, [fridge]), (CoolObject, [tomato]), (GotoLocation, [sinkbasin]), (PutObject, [tomato, sinkbasin])
### You are an indoor agent. ### Please divide the TASK into some sub-steps according to the DESCRIPTION. ### Each sub-step MUST be expressed in the form of (Action, [Object]), where Action is one of (GotoLocation, PickupObject, PutObject, CoolObject, HeatObject, CleanObject, SliceObject, ToggleObject, NoOp), and Object refers to one or more objects related to the Action. ### TASK: Put a cold slice of tomato in a sink. ### DESCRIPTION: ['Move forward and face the table to your right.', 'Take the knife from the table in front of you.', 'Turn right then face the bread on the table to your left.', 'Slice the tomato on the table.', 'Turn left then face the bread on the table to your right.', 'Place the knife on the table in front of you.', 'Turn right then face the sliced tomato on the table to your left.', 'Take a tomato slice from the table.', 'Turn around and face the fridge in front of you.', 'Place the tomato slice inside of the fridge inside of you, take out the tomato, then close the fridge.', 'Turn around then face the counter with the sponge on your right.', 'Place the tomato slice on the sponge on the counter in front of you.']
(GotoLocation, [diningtable]), (PickupObject, [butterknife]), (GotoLocation, [tomato]), (SliceObject, [tomato]), (GotoLocation, [diningtable]), (PutObject, [butterknife, diningtable]), (GotoLocation, [diningtable]), (PickupObject, [tomato]), (GotoLocation, [fridge]), (CoolObject, [tomato]), (GotoLocation, [sinkbasin]), (PutObject, [tomato, sinkbasin])
### You are an indoor agent. ### Please divide the TASK into some sub-steps according to the DESCRIPTION. ### Each sub-step MUST be expressed in the form of (Action, [Object]), where Action is one of (GotoLocation, PickupObject, PutObject, CoolObject, HeatObject, CleanObject, SliceObject, ToggleObject, NoOp), and Object refers to one or more objects related to the Action. ### TASK: Put a cold slice of tomato in a sink. ### DESCRIPTION: ['Go forward to the door, hang a right and go to the table where the bread is. ', 'Pick up the butter knife that is on the table under the head of lettuce behind the bread. ', 'Turn to the right and go down towards the end of the table where the pan is.', 'Use the knife to cut the closest tomato into slices. ', 'Turn to the left and go back to the other end of the table. ', 'Put the knife down to the right of the bread on the spoon.', 'Turn to the right and go back to the other end of the table where the tomato is. ', 'Pick up a slice of the tomato that was cut. ', 'Turn left, go to the wall, turn left, go to the fridge. ', 'Put the tomato inside the fridge to get cold, remove the tomato once it is cold and shut the fridge. ', 'Turn left, go to the counter, turn left, go forward to the sink that is on the right. ', 'Put the tomato in the sink to the left of the glass. ']
(GotoLocation, [diningtable]), (PickupObject, [butterknife]), (GotoLocation, [tomato]), (SliceObject, [tomato]), (GotoLocation, [diningtable]), (PutObject, [butterknife, diningtable]), (GotoLocation, [diningtable]), (PickupObject, [tomato]), (GotoLocation, [fridge]), (CoolObject, [tomato]), (GotoLocation, [sinkbasin]), (PutObject, [tomato, sinkbasin])
### You are an indoor agent. ### Please divide the TASK into some sub-steps according to the DESCRIPTION. ### Each sub-step MUST be expressed in the form of (Action, [Object]), where Action is one of (GotoLocation, PickupObject, PutObject, CoolObject, HeatObject, CleanObject, SliceObject, ToggleObject, NoOp), and Object refers to one or more objects related to the Action. ### TASK: Put a cold slice of tomato in a sink. ### DESCRIPTION: ['Walk toward the door then turn to face the table on your right. ', 'Pick up the knife laying by the keruig on the table. ', 'Move to your right. ', 'Slice the tomato on the table behind the bread. ', 'Move to your left. ', 'Put the knife on the table next to the bread. ', 'Move to your right again. ', 'Pick up a slice of tomato. ', 'Turn around and walk to the refrigerator. ', 'Put the slice of tomato in the refrigerator, leave it there until it gets cold, then take it out. ', 'Turn to your left and walk toward the counter, then turn right and walk toward the wall and turn right to face the sink. ', 'Put the slice of tomato on top of the green sponge in the sink. ']
(GotoLocation, [diningtable]), (PickupObject, [butterknife]), (GotoLocation, [tomato]), (SliceObject, [tomato]), (GotoLocation, [diningtable]), (PutObject, [butterknife, diningtable]), (GotoLocation, [diningtable]), (PickupObject, [tomato]), (GotoLocation, [fridge]), (CoolObject, [tomato]), (GotoLocation, [sinkbasin]), (PutObject, [tomato, sinkbasin])
### You are an indoor agent. ### Please divide the TASK into some sub-steps according to the DESCRIPTION. ### Each sub-step MUST be expressed in the form of (Action, [Object]), where Action is one of (GotoLocation, PickupObject, PutObject, CoolObject, HeatObject, CleanObject, SliceObject, ToggleObject, NoOp), and Object refers to one or more objects related to the Action. ### TASK: Put a cold slice of tomato in a sink. ### DESCRIPTION: ['Turn to the right and walk forward to face the kitchen table.', 'Pick up the knife on the table.', 'Step right to face the tomato on the right side of the kitchen table.', 'Cut the tomato on the kitchen table into slices.', 'Take a step to the left and face the left side of the kitchen table.', 'Place the knife on the kitchen table.', 'Step to the right and face the tomato slices on the kitchen table.', 'Pick up a slice of tomato on the kitchen table.', 'Turn around and walk across the room to face the fridge.', 'Cool the tomato slice in the fridge and then remove it.', 'Turn around and walk across the room then turn right and walk forward to face the stove.', 'Place the tomato slice on the edge of the stove.']
(GotoLocation, [diningtable]), (PickupObject, [butterknife]), (GotoLocation, [tomato]), (SliceObject, [tomato]), (GotoLocation, [diningtable]), (PutObject, [butterknife, diningtable]), (GotoLocation, [diningtable]), (PickupObject, [tomato]), (GotoLocation, [fridge]), (CoolObject, [tomato]), (GotoLocation, [sinkbasin]), (PutObject, [tomato, sinkbasin])
### You are an indoor agent. ### Please divide the TASK into some sub-steps according to the DESCRIPTION. ### Each sub-step MUST be expressed in the form of (Action, [Object]), where Action is one of (GotoLocation, PickupObject, PutObject, CoolObject, HeatObject, CleanObject, SliceObject, ToggleObject, NoOp), and Object refers to one or more objects related to the Action. ### TASK: Put a cold slice of tomato in a sink. ### DESCRIPTION: ['Head to the table on the right', 'Grab the knife off of the table', 'Move slightly to the right', 'Cut the tomato on the counter into slices', 'Move slightly to the left', 'Lay the knife down on the table', 'Move slightly to the right', 'Grab one of the tomato slices', 'Turn around and head to the fridge', 'Open the right fridge door and put the tomato on the second rack. Close the door. Open the door and take the tomato out.', 'Turn around and head to the sink', 'Place the tomato in the sink']
(GotoLocation, [diningtable]), (PickupObject, [butterknife]), (GotoLocation, [tomato]), (SliceObject, [tomato]), (GotoLocation, [diningtable]), (PutObject, [butterknife, diningtable]), (GotoLocation, [diningtable]), (PickupObject, [tomato]), (GotoLocation, [fridge]), (CoolObject, [tomato]), (GotoLocation, [sinkbasin]), (PutObject, [tomato, sinkbasin])
### You are an indoor agent. ### Please divide the TASK into some sub-steps according to the DESCRIPTION. ### Each sub-step MUST be expressed in the form of (Action, [Object]), where Action is one of (GotoLocation, PickupObject, PutObject, CoolObject, HeatObject, CleanObject, SliceObject, ToggleObject, NoOp), and Object refers to one or more objects related to the Action. ### TASK: Put a tomato slice on top of a green sponge in the sink. ### DESCRIPTION: ['Walk towards the door of the wall you are facing with the sunshine on it, hang a right towards the table just before reaching the wall.', 'Walk to the loaf of bread and pick up the knife that is under the head of lettuce nearest the coffee maker and toaster and to the left of the apple.', 'Turn right and walk to the other end of the table and stop at the loaf of bread nearest the frying pan.', 'Slice the tomato nearest the center of the table and closest to the frying pan and the bread.', 'Turn to your left and walk to the end of the table closest to the door, stop and face the loaf of bread to your right.', 'Put the knife down on the table to the right of the loaf of bread and on top of the handle of the spoon behind and to the right of the bread.', 'Turn and walk towards your right, stop and face the table when you reach the frying pan and the loaf of bread directly in front of the tomato.', 'Pick up a center slice from the tomato.', 'Turn to your left and walk towards the end of the table nearest the door and hang a left to the refrigerator.', 'Walk to the refrigerator, open the refrigerator door, place the tomato slice on the left side of the second shelf from the top near the front edge of the shelf, close the refrigerator door; open the refrigerator door and pick up the tomato slice, close the refrigerator door.', 'Turn to your left and walk towards the microwave oven.', 'Place the tomato slice on the green sponge.']
(GotoLocation, [diningtable]), (PickupObject, [butterknife]), (GotoLocation, [tomato]), (SliceObject, [tomato]), (GotoLocation, [diningtable]), (PutObject, [butterknife, diningtable]), (GotoLocation, [diningtable]), (PickupObject, [tomato]), (GotoLocation, [fridge]), (CoolObject, [tomato]), (GotoLocation, [sinkbasin]), (PutObject, [tomato, sinkbasin])
### You are an indoor agent. ### Please divide the TASK into some sub-steps according to the DESCRIPTION. ### Each sub-step MUST be expressed in the form of (Action, [Object]), where Action is one of (GotoLocation, PickupObject, PutObject, CoolObject, HeatObject, CleanObject, SliceObject, ToggleObject, NoOp), and Object refers to one or more objects related to the Action. ### TASK: Put a tomato slice on top of a green sponge in the sink. ### DESCRIPTION: ['Move forward and face the table to your right.', 'Take the knife from the table in front of you.', 'Turn right then face the bread on the table to your left.', 'Slice the tomato on the table.', 'Turn left then face the bread on the table to your right.', 'Place the knife on the table in front of you.', 'Turn right then face the sliced tomato on the table to your left.', 'Take a tomato slice from the table.', 'Turn around and face the fridge in front of you.', 'Place the tomato slice inside of the fridge inside of you, take out the tomato, then close the fridge.', 'Turn around then face the counter with the sponge on your right.', 'Place the tomato slice on the sponge on the counter in front of you.']
(GotoLocation, [diningtable]), (PickupObject, [butterknife]), (GotoLocation, [tomato]), (SliceObject, [tomato]), (GotoLocation, [diningtable]), (PutObject, [butterknife, diningtable]), (GotoLocation, [diningtable]), (PickupObject, [tomato]), (GotoLocation, [fridge]), (CoolObject, [tomato]), (GotoLocation, [sinkbasin]), (PutObject, [tomato, sinkbasin])
### You are an indoor agent. ### Please divide the TASK into some sub-steps according to the DESCRIPTION. ### Each sub-step MUST be expressed in the form of (Action, [Object]), where Action is one of (GotoLocation, PickupObject, PutObject, CoolObject, HeatObject, CleanObject, SliceObject, ToggleObject, NoOp), and Object refers to one or more objects related to the Action. ### TASK: Put a tomato slice on top of a green sponge in the sink. ### DESCRIPTION: ['Go forward to the door, hang a right and go to the table where the bread is. ', 'Pick up the butter knife that is on the table under the head of lettuce behind the bread. ', 'Turn to the right and go down towards the end of the table where the pan is.', 'Use the knife to cut the closest tomato into slices. ', 'Turn to the left and go back to the other end of the table. ', 'Put the knife down to the right of the bread on the spoon.', 'Turn to the right and go back to the other end of the table where the tomato is. ', 'Pick up a slice of the tomato that was cut. ', 'Turn left, go to the wall, turn left, go to the fridge. ', 'Put the tomato inside the fridge to get cold, remove the tomato once it is cold and shut the fridge. ', 'Turn left, go to the counter, turn left, go forward to the sink that is on the right. ', 'Put the tomato in the sink to the left of the glass. ']
(GotoLocation, [diningtable]), (PickupObject, [butterknife]), (GotoLocation, [tomato]), (SliceObject, [tomato]), (GotoLocation, [diningtable]), (PutObject, [butterknife, diningtable]), (GotoLocation, [diningtable]), (PickupObject, [tomato]), (GotoLocation, [fridge]), (CoolObject, [tomato]), (GotoLocation, [sinkbasin]), (PutObject, [tomato, sinkbasin])
### You are an indoor agent. ### Please divide the TASK into some sub-steps according to the DESCRIPTION. ### Each sub-step MUST be expressed in the form of (Action, [Object]), where Action is one of (GotoLocation, PickupObject, PutObject, CoolObject, HeatObject, CleanObject, SliceObject, ToggleObject, NoOp), and Object refers to one or more objects related to the Action. ### TASK: Put a tomato slice on top of a green sponge in the sink. ### DESCRIPTION: ['Walk toward the door then turn to face the table on your right. ', 'Pick up the knife laying by the keruig on the table. ', 'Move to your right. ', 'Slice the tomato on the table behind the bread. ', 'Move to your left. ', 'Put the knife on the table next to the bread. ', 'Move to your right again. ', 'Pick up a slice of tomato. ', 'Turn around and walk to the refrigerator. ', 'Put the slice of tomato in the refrigerator, leave it there until it gets cold, then take it out. ', 'Turn to your left and walk toward the counter, then turn right and walk toward the wall and turn right to face the sink. ', 'Put the slice of tomato on top of the green sponge in the sink. ']
(GotoLocation, [diningtable]), (PickupObject, [butterknife]), (GotoLocation, [tomato]), (SliceObject, [tomato]), (GotoLocation, [diningtable]), (PutObject, [butterknife, diningtable]), (GotoLocation, [diningtable]), (PickupObject, [tomato]), (GotoLocation, [fridge]), (CoolObject, [tomato]), (GotoLocation, [sinkbasin]), (PutObject, [tomato, sinkbasin])
### You are an indoor agent. ### Please divide the TASK into some sub-steps according to the DESCRIPTION. ### Each sub-step MUST be expressed in the form of (Action, [Object]), where Action is one of (GotoLocation, PickupObject, PutObject, CoolObject, HeatObject, CleanObject, SliceObject, ToggleObject, NoOp), and Object refers to one or more objects related to the Action. ### TASK: Put a tomato slice on top of a green sponge in the sink. ### DESCRIPTION: ['Turn to the right and walk forward to face the kitchen table.', 'Pick up the knife on the table.', 'Step right to face the tomato on the right side of the kitchen table.', 'Cut the tomato on the kitchen table into slices.', 'Take a step to the left and face the left side of the kitchen table.', 'Place the knife on the kitchen table.', 'Step to the right and face the tomato slices on the kitchen table.', 'Pick up a slice of tomato on the kitchen table.', 'Turn around and walk across the room to face the fridge.', 'Cool the tomato slice in the fridge and then remove it.', 'Turn around and walk across the room then turn right and walk forward to face the stove.', 'Place the tomato slice on the edge of the stove.']
(GotoLocation, [diningtable]), (PickupObject, [butterknife]), (GotoLocation, [tomato]), (SliceObject, [tomato]), (GotoLocation, [diningtable]), (PutObject, [butterknife, diningtable]), (GotoLocation, [diningtable]), (PickupObject, [tomato]), (GotoLocation, [fridge]), (CoolObject, [tomato]), (GotoLocation, [sinkbasin]), (PutObject, [tomato, sinkbasin])
### You are an indoor agent. ### Please divide the TASK into some sub-steps according to the DESCRIPTION. ### Each sub-step MUST be expressed in the form of (Action, [Object]), where Action is one of (GotoLocation, PickupObject, PutObject, CoolObject, HeatObject, CleanObject, SliceObject, ToggleObject, NoOp), and Object refers to one or more objects related to the Action. ### TASK: Put a tomato slice on top of a green sponge in the sink. ### DESCRIPTION: ['Head to the table on the right', 'Grab the knife off of the table', 'Move slightly to the right', 'Cut the tomato on the counter into slices', 'Move slightly to the left', 'Lay the knife down on the table', 'Move slightly to the right', 'Grab one of the tomato slices', 'Turn around and head to the fridge', 'Open the right fridge door and put the tomato on the second rack. Close the door. Open the door and take the tomato out.', 'Turn around and head to the sink', 'Place the tomato in the sink']
(GotoLocation, [diningtable]), (PickupObject, [butterknife]), (GotoLocation, [tomato]), (SliceObject, [tomato]), (GotoLocation, [diningtable]), (PutObject, [butterknife, diningtable]), (GotoLocation, [diningtable]), (PickupObject, [tomato]), (GotoLocation, [fridge]), (CoolObject, [tomato]), (GotoLocation, [sinkbasin]), (PutObject, [tomato, sinkbasin])
### You are an indoor agent. ### Please divide the TASK into some sub-steps according to the DESCRIPTION. ### Each sub-step MUST be expressed in the form of (Action, [Object]), where Action is one of (GotoLocation, PickupObject, PutObject, CoolObject, HeatObject, CleanObject, SliceObject, ToggleObject, NoOp), and Object refers to one or more objects related to the Action. ### TASK: To cut plus cool a tomato slice as well as place the tomato slice on the stove. ### DESCRIPTION: ['Walk towards the door of the wall you are facing with the sunshine on it, hang a right towards the table just before reaching the wall.', 'Walk to the loaf of bread and pick up the knife that is under the head of lettuce nearest the coffee maker and toaster and to the left of the apple.', 'Turn right and walk to the other end of the table and stop at the loaf of bread nearest the frying pan.', 'Slice the tomato nearest the center of the table and closest to the frying pan and the bread.', 'Turn to your left and walk to the end of the table closest to the door, stop and face the loaf of bread to your right.', 'Put the knife down on the table to the right of the loaf of bread and on top of the handle of the spoon behind and to the right of the bread.', 'Turn and walk towards your right, stop and face the table when you reach the frying pan and the loaf of bread directly in front of the tomato.', 'Pick up a center slice from the tomato.', 'Turn to your left and walk towards the end of the table nearest the door and hang a left to the refrigerator.', 'Walk to the refrigerator, open the refrigerator door, place the tomato slice on the left side of the second shelf from the top near the front edge of the shelf, close the refrigerator door; open the refrigerator door and pick up the tomato slice, close the refrigerator door.', 'Turn to your left and walk towards the microwave oven.', 'Place the tomato slice on the green sponge.']
(GotoLocation, [diningtable]), (PickupObject, [butterknife]), (GotoLocation, [tomato]), (SliceObject, [tomato]), (GotoLocation, [diningtable]), (PutObject, [butterknife, diningtable]), (GotoLocation, [diningtable]), (PickupObject, [tomato]), (GotoLocation, [fridge]), (CoolObject, [tomato]), (GotoLocation, [sinkbasin]), (PutObject, [tomato, sinkbasin])
### You are an indoor agent. ### Please divide the TASK into some sub-steps according to the DESCRIPTION. ### Each sub-step MUST be expressed in the form of (Action, [Object]), where Action is one of (GotoLocation, PickupObject, PutObject, CoolObject, HeatObject, CleanObject, SliceObject, ToggleObject, NoOp), and Object refers to one or more objects related to the Action. ### TASK: To cut plus cool a tomato slice as well as place the tomato slice on the stove. ### DESCRIPTION: ['Move forward and face the table to your right.', 'Take the knife from the table in front of you.', 'Turn right then face the bread on the table to your left.', 'Slice the tomato on the table.', 'Turn left then face the bread on the table to your right.', 'Place the knife on the table in front of you.', 'Turn right then face the sliced tomato on the table to your left.', 'Take a tomato slice from the table.', 'Turn around and face the fridge in front of you.', 'Place the tomato slice inside of the fridge inside of you, take out the tomato, then close the fridge.', 'Turn around then face the counter with the sponge on your right.', 'Place the tomato slice on the sponge on the counter in front of you.']
(GotoLocation, [diningtable]), (PickupObject, [butterknife]), (GotoLocation, [tomato]), (SliceObject, [tomato]), (GotoLocation, [diningtable]), (PutObject, [butterknife, diningtable]), (GotoLocation, [diningtable]), (PickupObject, [tomato]), (GotoLocation, [fridge]), (CoolObject, [tomato]), (GotoLocation, [sinkbasin]), (PutObject, [tomato, sinkbasin])
### You are an indoor agent. ### Please divide the TASK into some sub-steps according to the DESCRIPTION. ### Each sub-step MUST be expressed in the form of (Action, [Object]), where Action is one of (GotoLocation, PickupObject, PutObject, CoolObject, HeatObject, CleanObject, SliceObject, ToggleObject, NoOp), and Object refers to one or more objects related to the Action. ### TASK: To cut plus cool a tomato slice as well as place the tomato slice on the stove. ### DESCRIPTION: ['Go forward to the door, hang a right and go to the table where the bread is. ', 'Pick up the butter knife that is on the table under the head of lettuce behind the bread. ', 'Turn to the right and go down towards the end of the table where the pan is.', 'Use the knife to cut the closest tomato into slices. ', 'Turn to the left and go back to the other end of the table. ', 'Put the knife down to the right of the bread on the spoon.', 'Turn to the right and go back to the other end of the table where the tomato is. ', 'Pick up a slice of the tomato that was cut. ', 'Turn left, go to the wall, turn left, go to the fridge. ', 'Put the tomato inside the fridge to get cold, remove the tomato once it is cold and shut the fridge. ', 'Turn left, go to the counter, turn left, go forward to the sink that is on the right. ', 'Put the tomato in the sink to the left of the glass. ']
(GotoLocation, [diningtable]), (PickupObject, [butterknife]), (GotoLocation, [tomato]), (SliceObject, [tomato]), (GotoLocation, [diningtable]), (PutObject, [butterknife, diningtable]), (GotoLocation, [diningtable]), (PickupObject, [tomato]), (GotoLocation, [fridge]), (CoolObject, [tomato]), (GotoLocation, [sinkbasin]), (PutObject, [tomato, sinkbasin])
### You are an indoor agent. ### Please divide the TASK into some sub-steps according to the DESCRIPTION. ### Each sub-step MUST be expressed in the form of (Action, [Object]), where Action is one of (GotoLocation, PickupObject, PutObject, CoolObject, HeatObject, CleanObject, SliceObject, ToggleObject, NoOp), and Object refers to one or more objects related to the Action. ### TASK: To cut plus cool a tomato slice as well as place the tomato slice on the stove. ### DESCRIPTION: ['Walk toward the door then turn to face the table on your right. ', 'Pick up the knife laying by the keruig on the table. ', 'Move to your right. ', 'Slice the tomato on the table behind the bread. ', 'Move to your left. ', 'Put the knife on the table next to the bread. ', 'Move to your right again. ', 'Pick up a slice of tomato. ', 'Turn around and walk to the refrigerator. ', 'Put the slice of tomato in the refrigerator, leave it there until it gets cold, then take it out. ', 'Turn to your left and walk toward the counter, then turn right and walk toward the wall and turn right to face the sink. ', 'Put the slice of tomato on top of the green sponge in the sink. ']
(GotoLocation, [diningtable]), (PickupObject, [butterknife]), (GotoLocation, [tomato]), (SliceObject, [tomato]), (GotoLocation, [diningtable]), (PutObject, [butterknife, diningtable]), (GotoLocation, [diningtable]), (PickupObject, [tomato]), (GotoLocation, [fridge]), (CoolObject, [tomato]), (GotoLocation, [sinkbasin]), (PutObject, [tomato, sinkbasin])
### You are an indoor agent. ### Please divide the TASK into some sub-steps according to the DESCRIPTION. ### Each sub-step MUST be expressed in the form of (Action, [Object]), where Action is one of (GotoLocation, PickupObject, PutObject, CoolObject, HeatObject, CleanObject, SliceObject, ToggleObject, NoOp), and Object refers to one or more objects related to the Action. ### TASK: To cut plus cool a tomato slice as well as place the tomato slice on the stove. ### DESCRIPTION: ['Turn to the right and walk forward to face the kitchen table.', 'Pick up the knife on the table.', 'Step right to face the tomato on the right side of the kitchen table.', 'Cut the tomato on the kitchen table into slices.', 'Take a step to the left and face the left side of the kitchen table.', 'Place the knife on the kitchen table.', 'Step to the right and face the tomato slices on the kitchen table.', 'Pick up a slice of tomato on the kitchen table.', 'Turn around and walk across the room to face the fridge.', 'Cool the tomato slice in the fridge and then remove it.', 'Turn around and walk across the room then turn right and walk forward to face the stove.', 'Place the tomato slice on the edge of the stove.']
(GotoLocation, [diningtable]), (PickupObject, [butterknife]), (GotoLocation, [tomato]), (SliceObject, [tomato]), (GotoLocation, [diningtable]), (PutObject, [butterknife, diningtable]), (GotoLocation, [diningtable]), (PickupObject, [tomato]), (GotoLocation, [fridge]), (CoolObject, [tomato]), (GotoLocation, [sinkbasin]), (PutObject, [tomato, sinkbasin])
### You are an indoor agent. ### Please divide the TASK into some sub-steps according to the DESCRIPTION. ### Each sub-step MUST be expressed in the form of (Action, [Object]), where Action is one of (GotoLocation, PickupObject, PutObject, CoolObject, HeatObject, CleanObject, SliceObject, ToggleObject, NoOp), and Object refers to one or more objects related to the Action. ### TASK: To cut plus cool a tomato slice as well as place the tomato slice on the stove. ### DESCRIPTION: ['Head to the table on the right', 'Grab the knife off of the table', 'Move slightly to the right', 'Cut the tomato on the counter into slices', 'Move slightly to the left', 'Lay the knife down on the table', 'Move slightly to the right', 'Grab one of the tomato slices', 'Turn around and head to the fridge', 'Open the right fridge door and put the tomato on the second rack. Close the door. Open the door and take the tomato out.', 'Turn around and head to the sink', 'Place the tomato in the sink']
(GotoLocation, [diningtable]), (PickupObject, [butterknife]), (GotoLocation, [tomato]), (SliceObject, [tomato]), (GotoLocation, [diningtable]), (PutObject, [butterknife, diningtable]), (GotoLocation, [diningtable]), (PickupObject, [tomato]), (GotoLocation, [fridge]), (CoolObject, [tomato]), (GotoLocation, [sinkbasin]), (PutObject, [tomato, sinkbasin])
### You are an indoor agent. ### Please divide the TASK into some sub-steps according to the DESCRIPTION. ### Each sub-step MUST be expressed in the form of (Action, [Object]), where Action is one of (GotoLocation, PickupObject, PutObject, CoolObject, HeatObject, CleanObject, SliceObject, ToggleObject, NoOp), and Object refers to one or more objects related to the Action. ### TASK: Putting a sliced tomato in the sink ### DESCRIPTION: ['Walk towards the door of the wall you are facing with the sunshine on it, hang a right towards the table just before reaching the wall.', 'Walk to the loaf of bread and pick up the knife that is under the head of lettuce nearest the coffee maker and toaster and to the left of the apple.', 'Turn right and walk to the other end of the table and stop at the loaf of bread nearest the frying pan.', 'Slice the tomato nearest the center of the table and closest to the frying pan and the bread.', 'Turn to your left and walk to the end of the table closest to the door, stop and face the loaf of bread to your right.', 'Put the knife down on the table to the right of the loaf of bread and on top of the handle of the spoon behind and to the right of the bread.', 'Turn and walk towards your right, stop and face the table when you reach the frying pan and the loaf of bread directly in front of the tomato.', 'Pick up a center slice from the tomato.', 'Turn to your left and walk towards the end of the table nearest the door and hang a left to the refrigerator.', 'Walk to the refrigerator, open the refrigerator door, place the tomato slice on the left side of the second shelf from the top near the front edge of the shelf, close the refrigerator door; open the refrigerator door and pick up the tomato slice, close the refrigerator door.', 'Turn to your left and walk towards the microwave oven.', 'Place the tomato slice on the green sponge.']
(GotoLocation, [diningtable]), (PickupObject, [butterknife]), (GotoLocation, [tomato]), (SliceObject, [tomato]), (GotoLocation, [diningtable]), (PutObject, [butterknife, diningtable]), (GotoLocation, [diningtable]), (PickupObject, [tomato]), (GotoLocation, [fridge]), (CoolObject, [tomato]), (GotoLocation, [sinkbasin]), (PutObject, [tomato, sinkbasin])
### You are an indoor agent. ### Please divide the TASK into some sub-steps according to the DESCRIPTION. ### Each sub-step MUST be expressed in the form of (Action, [Object]), where Action is one of (GotoLocation, PickupObject, PutObject, CoolObject, HeatObject, CleanObject, SliceObject, ToggleObject, NoOp), and Object refers to one or more objects related to the Action. ### TASK: Putting a sliced tomato in the sink ### DESCRIPTION: ['Move forward and face the table to your right.', 'Take the knife from the table in front of you.', 'Turn right then face the bread on the table to your left.', 'Slice the tomato on the table.', 'Turn left then face the bread on the table to your right.', 'Place the knife on the table in front of you.', 'Turn right then face the sliced tomato on the table to your left.', 'Take a tomato slice from the table.', 'Turn around and face the fridge in front of you.', 'Place the tomato slice inside of the fridge inside of you, take out the tomato, then close the fridge.', 'Turn around then face the counter with the sponge on your right.', 'Place the tomato slice on the sponge on the counter in front of you.']
(GotoLocation, [diningtable]), (PickupObject, [butterknife]), (GotoLocation, [tomato]), (SliceObject, [tomato]), (GotoLocation, [diningtable]), (PutObject, [butterknife, diningtable]), (GotoLocation, [diningtable]), (PickupObject, [tomato]), (GotoLocation, [fridge]), (CoolObject, [tomato]), (GotoLocation, [sinkbasin]), (PutObject, [tomato, sinkbasin])
### You are an indoor agent. ### Please divide the TASK into some sub-steps according to the DESCRIPTION. ### Each sub-step MUST be expressed in the form of (Action, [Object]), where Action is one of (GotoLocation, PickupObject, PutObject, CoolObject, HeatObject, CleanObject, SliceObject, ToggleObject, NoOp), and Object refers to one or more objects related to the Action. ### TASK: Putting a sliced tomato in the sink ### DESCRIPTION: ['Go forward to the door, hang a right and go to the table where the bread is. ', 'Pick up the butter knife that is on the table under the head of lettuce behind the bread. ', 'Turn to the right and go down towards the end of the table where the pan is.', 'Use the knife to cut the closest tomato into slices. ', 'Turn to the left and go back to the other end of the table. ', 'Put the knife down to the right of the bread on the spoon.', 'Turn to the right and go back to the other end of the table where the tomato is. ', 'Pick up a slice of the tomato that was cut. ', 'Turn left, go to the wall, turn left, go to the fridge. ', 'Put the tomato inside the fridge to get cold, remove the tomato once it is cold and shut the fridge. ', 'Turn left, go to the counter, turn left, go forward to the sink that is on the right. ', 'Put the tomato in the sink to the left of the glass. ']
(GotoLocation, [diningtable]), (PickupObject, [butterknife]), (GotoLocation, [tomato]), (SliceObject, [tomato]), (GotoLocation, [diningtable]), (PutObject, [butterknife, diningtable]), (GotoLocation, [diningtable]), (PickupObject, [tomato]), (GotoLocation, [fridge]), (CoolObject, [tomato]), (GotoLocation, [sinkbasin]), (PutObject, [tomato, sinkbasin])
### You are an indoor agent. ### Please divide the TASK into some sub-steps according to the DESCRIPTION. ### Each sub-step MUST be expressed in the form of (Action, [Object]), where Action is one of (GotoLocation, PickupObject, PutObject, CoolObject, HeatObject, CleanObject, SliceObject, ToggleObject, NoOp), and Object refers to one or more objects related to the Action. ### TASK: Putting a sliced tomato in the sink ### DESCRIPTION: ['Walk toward the door then turn to face the table on your right. ', 'Pick up the knife laying by the keruig on the table. ', 'Move to your right. ', 'Slice the tomato on the table behind the bread. ', 'Move to your left. ', 'Put the knife on the table next to the bread. ', 'Move to your right again. ', 'Pick up a slice of tomato. ', 'Turn around and walk to the refrigerator. ', 'Put the slice of tomato in the refrigerator, leave it there until it gets cold, then take it out. ', 'Turn to your left and walk toward the counter, then turn right and walk toward the wall and turn right to face the sink. ', 'Put the slice of tomato on top of the green sponge in the sink. ']
(GotoLocation, [diningtable]), (PickupObject, [butterknife]), (GotoLocation, [tomato]), (SliceObject, [tomato]), (GotoLocation, [diningtable]), (PutObject, [butterknife, diningtable]), (GotoLocation, [diningtable]), (PickupObject, [tomato]), (GotoLocation, [fridge]), (CoolObject, [tomato]), (GotoLocation, [sinkbasin]), (PutObject, [tomato, sinkbasin])
### You are an indoor agent. ### Please divide the TASK into some sub-steps according to the DESCRIPTION. ### Each sub-step MUST be expressed in the form of (Action, [Object]), where Action is one of (GotoLocation, PickupObject, PutObject, CoolObject, HeatObject, CleanObject, SliceObject, ToggleObject, NoOp), and Object refers to one or more objects related to the Action. ### TASK: Putting a sliced tomato in the sink ### DESCRIPTION: ['Turn to the right and walk forward to face the kitchen table.', 'Pick up the knife on the table.', 'Step right to face the tomato on the right side of the kitchen table.', 'Cut the tomato on the kitchen table into slices.', 'Take a step to the left and face the left side of the kitchen table.', 'Place the knife on the kitchen table.', 'Step to the right and face the tomato slices on the kitchen table.', 'Pick up a slice of tomato on the kitchen table.', 'Turn around and walk across the room to face the fridge.', 'Cool the tomato slice in the fridge and then remove it.', 'Turn around and walk across the room then turn right and walk forward to face the stove.', 'Place the tomato slice on the edge of the stove.']
(GotoLocation, [diningtable]), (PickupObject, [butterknife]), (GotoLocation, [tomato]), (SliceObject, [tomato]), (GotoLocation, [diningtable]), (PutObject, [butterknife, diningtable]), (GotoLocation, [diningtable]), (PickupObject, [tomato]), (GotoLocation, [fridge]), (CoolObject, [tomato]), (GotoLocation, [sinkbasin]), (PutObject, [tomato, sinkbasin])
### You are an indoor agent. ### Please divide the TASK into some sub-steps according to the DESCRIPTION. ### Each sub-step MUST be expressed in the form of (Action, [Object]), where Action is one of (GotoLocation, PickupObject, PutObject, CoolObject, HeatObject, CleanObject, SliceObject, ToggleObject, NoOp), and Object refers to one or more objects related to the Action. ### TASK: Putting a sliced tomato in the sink ### DESCRIPTION: ['Head to the table on the right', 'Grab the knife off of the table', 'Move slightly to the right', 'Cut the tomato on the counter into slices', 'Move slightly to the left', 'Lay the knife down on the table', 'Move slightly to the right', 'Grab one of the tomato slices', 'Turn around and head to the fridge', 'Open the right fridge door and put the tomato on the second rack. Close the door. Open the door and take the tomato out.', 'Turn around and head to the sink', 'Place the tomato in the sink']
(GotoLocation, [diningtable]), (PickupObject, [butterknife]), (GotoLocation, [tomato]), (SliceObject, [tomato]), (GotoLocation, [diningtable]), (PutObject, [butterknife, diningtable]), (GotoLocation, [diningtable]), (PickupObject, [tomato]), (GotoLocation, [fridge]), (CoolObject, [tomato]), (GotoLocation, [sinkbasin]), (PutObject, [tomato, sinkbasin])
### You are an indoor agent. ### Please divide the TASK into some sub-steps according to the DESCRIPTION. ### Each sub-step MUST be expressed in the form of (Action, [Object]), where Action is one of (GotoLocation, PickupObject, PutObject, CoolObject, HeatObject, CleanObject, SliceObject, ToggleObject, NoOp), and Object refers to one or more objects related to the Action. ### TASK: Place a spatula on the table. ### DESCRIPTION: ['Walk to your right to the side of the table where the other loaf of bread is sitting.', 'Grab the spatula behind the lettuce on the table.', 'Take the spatula to the sink to your right.', 'Place the spatula in the sink, wash it and remove it from the sink.', 'Turn around and walk to the end of the table to your right.', 'Place the spatula standing next to the lettuce to the left of the bread.']
(GotoLocation, [diningtable]), (PickupObject, [spatula]), (GotoLocation, [sinkbasin]), (CleanObject, [spatula]), (GotoLocation, [diningtable]), (PutObject, [spatula, diningtable])
### You are an indoor agent. ### Please divide the TASK into some sub-steps according to the DESCRIPTION. ### Each sub-step MUST be expressed in the form of (Action, [Object]), where Action is one of (GotoLocation, PickupObject, PutObject, CoolObject, HeatObject, CleanObject, SliceObject, ToggleObject, NoOp), and Object refers to one or more objects related to the Action. ### TASK: Place a spatula on the table. ### DESCRIPTION: ['Turn right and walk toward the sink, then turn left and walk up to the wooden table.', 'Pick up the metal spatula off of the wooden table.', 'Turn right and walk over to the sink.', 'Put the spatula in the sink and turn on the water, after a couple seconds turn the water off and remove the now clean spatula.', 'Turn right and take a step forward, then turn right and walk over to the wall, turn right again to face the wooden table.', 'Put the clean spatula on the wooden table in front of the leftmost head of lettuce.']
(GotoLocation, [diningtable]), (PickupObject, [spatula]), (GotoLocation, [sinkbasin]), (CleanObject, [spatula]), (GotoLocation, [diningtable]), (PutObject, [spatula, diningtable])
### You are an indoor agent. ### Please divide the TASK into some sub-steps according to the DESCRIPTION. ### Each sub-step MUST be expressed in the form of (Action, [Object]), where Action is one of (GotoLocation, PickupObject, PutObject, CoolObject, HeatObject, CleanObject, SliceObject, ToggleObject, NoOp), and Object refers to one or more objects related to the Action. ### TASK: Place a spatula on the table. ### DESCRIPTION: ['walk to face wooden table', 'pick up spatula from the table', 'walk to face kitchen sink', 'wash spatula in sink, pick up spatula', 'turn around to face left side of wooden table', 'put spatula onto the table in front of the lettuce on the left']
(GotoLocation, [diningtable]), (PickupObject, [spatula]), (GotoLocation, [sinkbasin]), (CleanObject, [spatula]), (GotoLocation, [diningtable]), (PutObject, [spatula, diningtable])
### You are an indoor agent. ### Please divide the TASK into some sub-steps according to the DESCRIPTION. ### Each sub-step MUST be expressed in the form of (Action, [Object]), where Action is one of (GotoLocation, PickupObject, PutObject, CoolObject, HeatObject, CleanObject, SliceObject, ToggleObject, NoOp), and Object refers to one or more objects related to the Action. ### TASK: Put a clean spatula on a wooden table. ### DESCRIPTION: ['Walk to your right to the side of the table where the other loaf of bread is sitting.', 'Grab the spatula behind the lettuce on the table.', 'Take the spatula to the sink to your right.', 'Place the spatula in the sink, wash it and remove it from the sink.', 'Turn around and walk to the end of the table to your right.', 'Place the spatula standing next to the lettuce to the left of the bread.']
(GotoLocation, [diningtable]), (PickupObject, [spatula]), (GotoLocation, [sinkbasin]), (CleanObject, [spatula]), (GotoLocation, [diningtable]), (PutObject, [spatula, diningtable])
### You are an indoor agent. ### Please divide the TASK into some sub-steps according to the DESCRIPTION. ### Each sub-step MUST be expressed in the form of (Action, [Object]), where Action is one of (GotoLocation, PickupObject, PutObject, CoolObject, HeatObject, CleanObject, SliceObject, ToggleObject, NoOp), and Object refers to one or more objects related to the Action. ### TASK: Put a clean spatula on a wooden table. ### DESCRIPTION: ['Turn right and walk toward the sink, then turn left and walk up to the wooden table.', 'Pick up the metal spatula off of the wooden table.', 'Turn right and walk over to the sink.', 'Put the spatula in the sink and turn on the water, after a couple seconds turn the water off and remove the now clean spatula.', 'Turn right and take a step forward, then turn right and walk over to the wall, turn right again to face the wooden table.', 'Put the clean spatula on the wooden table in front of the leftmost head of lettuce.']
(GotoLocation, [diningtable]), (PickupObject, [spatula]), (GotoLocation, [sinkbasin]), (CleanObject, [spatula]), (GotoLocation, [diningtable]), (PutObject, [spatula, diningtable])
### You are an indoor agent. ### Please divide the TASK into some sub-steps according to the DESCRIPTION. ### Each sub-step MUST be expressed in the form of (Action, [Object]), where Action is one of (GotoLocation, PickupObject, PutObject, CoolObject, HeatObject, CleanObject, SliceObject, ToggleObject, NoOp), and Object refers to one or more objects related to the Action. ### TASK: Put a clean spatula on a wooden table. ### DESCRIPTION: ['walk to face wooden table', 'pick up spatula from the table', 'walk to face kitchen sink', 'wash spatula in sink, pick up spatula', 'turn around to face left side of wooden table', 'put spatula onto the table in front of the lettuce on the left']
(GotoLocation, [diningtable]), (PickupObject, [spatula]), (GotoLocation, [sinkbasin]), (CleanObject, [spatula]), (GotoLocation, [diningtable]), (PutObject, [spatula, diningtable])
### You are an indoor agent. ### Please divide the TASK into some sub-steps according to the DESCRIPTION. ### Each sub-step MUST be expressed in the form of (Action, [Object]), where Action is one of (GotoLocation, PickupObject, PutObject, CoolObject, HeatObject, CleanObject, SliceObject, ToggleObject, NoOp), and Object refers to one or more objects related to the Action. ### TASK: put a washed spatula on a table ### DESCRIPTION: ['Walk to your right to the side of the table where the other loaf of bread is sitting.', 'Grab the spatula behind the lettuce on the table.', 'Take the spatula to the sink to your right.', 'Place the spatula in the sink, wash it and remove it from the sink.', 'Turn around and walk to the end of the table to your right.', 'Place the spatula standing next to the lettuce to the left of the bread.']
(GotoLocation, [diningtable]), (PickupObject, [spatula]), (GotoLocation, [sinkbasin]), (CleanObject, [spatula]), (GotoLocation, [diningtable]), (PutObject, [spatula, diningtable])
### You are an indoor agent. ### Please divide the TASK into some sub-steps according to the DESCRIPTION. ### Each sub-step MUST be expressed in the form of (Action, [Object]), where Action is one of (GotoLocation, PickupObject, PutObject, CoolObject, HeatObject, CleanObject, SliceObject, ToggleObject, NoOp), and Object refers to one or more objects related to the Action. ### TASK: put a washed spatula on a table ### DESCRIPTION: ['Turn right and walk toward the sink, then turn left and walk up to the wooden table.', 'Pick up the metal spatula off of the wooden table.', 'Turn right and walk over to the sink.', 'Put the spatula in the sink and turn on the water, after a couple seconds turn the water off and remove the now clean spatula.', 'Turn right and take a step forward, then turn right and walk over to the wall, turn right again to face the wooden table.', 'Put the clean spatula on the wooden table in front of the leftmost head of lettuce.']
(GotoLocation, [diningtable]), (PickupObject, [spatula]), (GotoLocation, [sinkbasin]), (CleanObject, [spatula]), (GotoLocation, [diningtable]), (PutObject, [spatula, diningtable])
### You are an indoor agent. ### Please divide the TASK into some sub-steps according to the DESCRIPTION. ### Each sub-step MUST be expressed in the form of (Action, [Object]), where Action is one of (GotoLocation, PickupObject, PutObject, CoolObject, HeatObject, CleanObject, SliceObject, ToggleObject, NoOp), and Object refers to one or more objects related to the Action. ### TASK: put a washed spatula on a table ### DESCRIPTION: ['walk to face wooden table', 'pick up spatula from the table', 'walk to face kitchen sink', 'wash spatula in sink, pick up spatula', 'turn around to face left side of wooden table', 'put spatula onto the table in front of the lettuce on the left']
(GotoLocation, [diningtable]), (PickupObject, [spatula]), (GotoLocation, [sinkbasin]), (CleanObject, [spatula]), (GotoLocation, [diningtable]), (PutObject, [spatula, diningtable])
### You are an indoor agent. ### Please divide the TASK into some sub-steps according to the DESCRIPTION. ### Each sub-step MUST be expressed in the form of (Action, [Object]), where Action is one of (GotoLocation, PickupObject, PutObject, CoolObject, HeatObject, CleanObject, SliceObject, ToggleObject, NoOp), and Object refers to one or more objects related to the Action. ### TASK: Put two sets of keys on the couch. ### DESCRIPTION: ['Turn around and walk across the room to the side table on your right.', 'Pick the set of keys up off the table.', 'Turn right and walk to the furthest end of the couch on your left.', 'Set the keys on the right couch cushion to the right of the laptop.', 'Turn around and walk to the TV stand on the other side of the room.', 'Pick up the set of keys on the right of the laptop.', 'Turn around and move back to the right side of the couch.', 'Set the second set of keys down on the couch in front of the laptop where the cushions meet.']
(GotoLocation, [sidetable]), (PickupObject, [keychain]), (GotoLocation, [sofa]), (PutObject, [keychain, sofa]), (GotoLocation, [keychain]), (PickupObject, [keychain]), (GotoLocation, [sofa]), (PutObject, [keychain, sofa])
### You are an indoor agent. ### Please divide the TASK into some sub-steps according to the DESCRIPTION. ### Each sub-step MUST be expressed in the form of (Action, [Object]), where Action is one of (GotoLocation, PickupObject, PutObject, CoolObject, HeatObject, CleanObject, SliceObject, ToggleObject, NoOp), and Object refers to one or more objects related to the Action. ### TASK: Put two sets of keys on the couch. ### DESCRIPTION: ['Turn around and head towards the wall, then make a right and go to the table.', 'Pick up the keys on the table next to the box.', 'Turn around and step forward, then turn left and go center of the room and turn left in front of the sofa.', 'Place the key on the sofa to the bottom right of the laptop.', 'Turn around,walk forward and go in the space between the TV stand and the coffee table.', 'Pick up the keys off the TV stand to the right of the laptop.', 'Return to the center of the sofa.', 'Place the key to the left of the key already on the sofa.']
(GotoLocation, [sidetable]), (PickupObject, [keychain]), (GotoLocation, [sofa]), (PutObject, [keychain, sofa]), (GotoLocation, [keychain]), (PickupObject, [keychain]), (GotoLocation, [sofa]), (PutObject, [keychain, sofa])
### You are an indoor agent. ### Please divide the TASK into some sub-steps according to the DESCRIPTION. ### Each sub-step MUST be expressed in the form of (Action, [Object]), where Action is one of (GotoLocation, PickupObject, PutObject, CoolObject, HeatObject, CleanObject, SliceObject, ToggleObject, NoOp), and Object refers to one or more objects related to the Action. ### TASK: Put two sets of keys on the couch. ### DESCRIPTION: ['Turn to the left and face the table at the end of the couch.', 'Pick up the keys on the end table.', 'Turn right and walk forward and turn to the left to face the right end of the couch.', 'Place the keys on the right side of the couch.', 'Turn around and walk across the room to face the TV stand.', 'Pick up the keys on the TV stand.', 'Turn around and walk forward to face the couch.', 'Place the keys on the couch next to the first set of keys.']
(GotoLocation, [sidetable]), (PickupObject, [keychain]), (GotoLocation, [sofa]), (PutObject, [keychain, sofa]), (GotoLocation, [keychain]), (PickupObject, [keychain]), (GotoLocation, [sofa]), (PutObject, [keychain, sofa])
### You are an indoor agent. ### Please divide the TASK into some sub-steps according to the DESCRIPTION. ### Each sub-step MUST be expressed in the form of (Action, [Object]), where Action is one of (GotoLocation, PickupObject, PutObject, CoolObject, HeatObject, CleanObject, SliceObject, ToggleObject, NoOp), and Object refers to one or more objects related to the Action. ### TASK: Place two sets of keys on the sofa. ### DESCRIPTION: ['Turn around and walk across the room to the side table on your right.', 'Pick the set of keys up off the table.', 'Turn right and walk to the furthest end of the couch on your left.', 'Set the keys on the right couch cushion to the right of the laptop.', 'Turn around and walk to the TV stand on the other side of the room.', 'Pick up the set of keys on the right of the laptop.', 'Turn around and move back to the right side of the couch.', 'Set the second set of keys down on the couch in front of the laptop where the cushions meet.']
(GotoLocation, [sidetable]), (PickupObject, [keychain]), (GotoLocation, [sofa]), (PutObject, [keychain, sofa]), (GotoLocation, [keychain]), (PickupObject, [keychain]), (GotoLocation, [sofa]), (PutObject, [keychain, sofa])
### You are an indoor agent. ### Please divide the TASK into some sub-steps according to the DESCRIPTION. ### Each sub-step MUST be expressed in the form of (Action, [Object]), where Action is one of (GotoLocation, PickupObject, PutObject, CoolObject, HeatObject, CleanObject, SliceObject, ToggleObject, NoOp), and Object refers to one or more objects related to the Action. ### TASK: Place two sets of keys on the sofa. ### DESCRIPTION: ['Turn around and head towards the wall, then make a right and go to the table.', 'Pick up the keys on the table next to the box.', 'Turn around and step forward, then turn left and go center of the room and turn left in front of the sofa.', 'Place the key on the sofa to the bottom right of the laptop.', 'Turn around,walk forward and go in the space between the TV stand and the coffee table.', 'Pick up the keys off the TV stand to the right of the laptop.', 'Return to the center of the sofa.', 'Place the key to the left of the key already on the sofa.']
(GotoLocation, [sidetable]), (PickupObject, [keychain]), (GotoLocation, [sofa]), (PutObject, [keychain, sofa]), (GotoLocation, [keychain]), (PickupObject, [keychain]), (GotoLocation, [sofa]), (PutObject, [keychain, sofa])
### You are an indoor agent. ### Please divide the TASK into some sub-steps according to the DESCRIPTION. ### Each sub-step MUST be expressed in the form of (Action, [Object]), where Action is one of (GotoLocation, PickupObject, PutObject, CoolObject, HeatObject, CleanObject, SliceObject, ToggleObject, NoOp), and Object refers to one or more objects related to the Action. ### TASK: Place two sets of keys on the sofa. ### DESCRIPTION: ['Turn to the left and face the table at the end of the couch.', 'Pick up the keys on the end table.', 'Turn right and walk forward and turn to the left to face the right end of the couch.', 'Place the keys on the right side of the couch.', 'Turn around and walk across the room to face the TV stand.', 'Pick up the keys on the TV stand.', 'Turn around and walk forward to face the couch.', 'Place the keys on the couch next to the first set of keys.']
(GotoLocation, [sidetable]), (PickupObject, [keychain]), (GotoLocation, [sofa]), (PutObject, [keychain, sofa]), (GotoLocation, [keychain]), (PickupObject, [keychain]), (GotoLocation, [sofa]), (PutObject, [keychain, sofa])
### You are an indoor agent. ### Please divide the TASK into some sub-steps according to the DESCRIPTION. ### Each sub-step MUST be expressed in the form of (Action, [Object]), where Action is one of (GotoLocation, PickupObject, PutObject, CoolObject, HeatObject, CleanObject, SliceObject, ToggleObject, NoOp), and Object refers to one or more objects related to the Action. ### TASK: TO move two sets of keys to the couch. ### DESCRIPTION: ['Turn around and walk across the room to the side table on your right.', 'Pick the set of keys up off the table.', 'Turn right and walk to the furthest end of the couch on your left.', 'Set the keys on the right couch cushion to the right of the laptop.', 'Turn around and walk to the TV stand on the other side of the room.', 'Pick up the set of keys on the right of the laptop.', 'Turn around and move back to the right side of the couch.', 'Set the second set of keys down on the couch in front of the laptop where the cushions meet.']
(GotoLocation, [sidetable]), (PickupObject, [keychain]), (GotoLocation, [sofa]), (PutObject, [keychain, sofa]), (GotoLocation, [keychain]), (PickupObject, [keychain]), (GotoLocation, [sofa]), (PutObject, [keychain, sofa])
### You are an indoor agent. ### Please divide the TASK into some sub-steps according to the DESCRIPTION. ### Each sub-step MUST be expressed in the form of (Action, [Object]), where Action is one of (GotoLocation, PickupObject, PutObject, CoolObject, HeatObject, CleanObject, SliceObject, ToggleObject, NoOp), and Object refers to one or more objects related to the Action. ### TASK: TO move two sets of keys to the couch. ### DESCRIPTION: ['Turn around and head towards the wall, then make a right and go to the table.', 'Pick up the keys on the table next to the box.', 'Turn around and step forward, then turn left and go center of the room and turn left in front of the sofa.', 'Place the key on the sofa to the bottom right of the laptop.', 'Turn around,walk forward and go in the space between the TV stand and the coffee table.', 'Pick up the keys off the TV stand to the right of the laptop.', 'Return to the center of the sofa.', 'Place the key to the left of the key already on the sofa.']
(GotoLocation, [sidetable]), (PickupObject, [keychain]), (GotoLocation, [sofa]), (PutObject, [keychain, sofa]), (GotoLocation, [keychain]), (PickupObject, [keychain]), (GotoLocation, [sofa]), (PutObject, [keychain, sofa])
### You are an indoor agent. ### Please divide the TASK into some sub-steps according to the DESCRIPTION. ### Each sub-step MUST be expressed in the form of (Action, [Object]), where Action is one of (GotoLocation, PickupObject, PutObject, CoolObject, HeatObject, CleanObject, SliceObject, ToggleObject, NoOp), and Object refers to one or more objects related to the Action. ### TASK: TO move two sets of keys to the couch. ### DESCRIPTION: ['Turn to the left and face the table at the end of the couch.', 'Pick up the keys on the end table.', 'Turn right and walk forward and turn to the left to face the right end of the couch.', 'Place the keys on the right side of the couch.', 'Turn around and walk across the room to face the TV stand.', 'Pick up the keys on the TV stand.', 'Turn around and walk forward to face the couch.', 'Place the keys on the couch next to the first set of keys.']
(GotoLocation, [sidetable]), (PickupObject, [keychain]), (GotoLocation, [sofa]), (PutObject, [keychain, sofa]), (GotoLocation, [keychain]), (PickupObject, [keychain]), (GotoLocation, [sofa]), (PutObject, [keychain, sofa])
### You are an indoor agent. ### Please divide the TASK into some sub-steps according to the DESCRIPTION. ### Each sub-step MUST be expressed in the form of (Action, [Object]), where Action is one of (GotoLocation, PickupObject, PutObject, CoolObject, HeatObject, CleanObject, SliceObject, ToggleObject, NoOp), and Object refers to one or more objects related to the Action. ### TASK: Move two CDs to the bottom drawer of the desk. ### DESCRIPTION: ['Turn around and face the desk behind you.', "Pick up the CD that's directly to the left of the small clock.", 'Move back a step with the CD, so you have enough space to open a desk drawer.', 'Open the bottom drawer and place the CD in the front left corner, and then close the drawer.', 'Step back closer to the desk again.', 'Pick up the remaining CD from the desk.', 'Move back once again away from the desk, so you have room to open a drawer.', 'Open the bottom desk drawer and place the CD inside behind the one you previously put there.']
(GotoLocation, [desk]), (PickupObject, [cd]), (GotoLocation, [drawer]), (PutObject, [cd, drawer]), (GotoLocation, [desk]), (PickupObject, [cd]), (GotoLocation, [drawer]), (PutObject, [cd, drawer])
### You are an indoor agent. ### Please divide the TASK into some sub-steps according to the DESCRIPTION. ### Each sub-step MUST be expressed in the form of (Action, [Object]), where Action is one of (GotoLocation, PickupObject, PutObject, CoolObject, HeatObject, CleanObject, SliceObject, ToggleObject, NoOp), and Object refers to one or more objects related to the Action. ### TASK: Move two CDs to the bottom drawer of the desk. ### DESCRIPTION: ['move to the desk at the foot of the bed', 'pick up a CD from the desk', 'move to the middle of the desk at the foot of the bed', 'put the CD in the bottom drawer', 'move to the desk at the foot of the bed', 'pick up a CD from the desk', 'move to the middle of the desk at the foot of the bed', 'put the CD in the bottom drawer']
(GotoLocation, [desk]), (PickupObject, [cd]), (GotoLocation, [drawer]), (PutObject, [cd, drawer]), (GotoLocation, [desk]), (PickupObject, [cd]), (GotoLocation, [drawer]), (PutObject, [cd, drawer])
### You are an indoor agent. ### Please divide the TASK into some sub-steps according to the DESCRIPTION. ### Each sub-step MUST be expressed in the form of (Action, [Object]), where Action is one of (GotoLocation, PickupObject, PutObject, CoolObject, HeatObject, CleanObject, SliceObject, ToggleObject, NoOp), and Object refers to one or more objects related to the Action. ### TASK: Move two CDs to the bottom drawer of the desk. ### DESCRIPTION: ['Turn around to face the desk', 'Grab the cd on the back of the desk to the left of the clock.', 'Back up a bit from the desk and open the bottom drawer.', 'Place the cd in the outer left corner of the drawer.', 'Approach the front of the desk again.', 'Grab the CD nearest the edge of the desk.', 'Return to the bottom drawer of the desk.', 'Place the CD in the drawer, behind the other one.']
(GotoLocation, [desk]), (PickupObject, [cd]), (GotoLocation, [drawer]), (PutObject, [cd, drawer]), (GotoLocation, [desk]), (PickupObject, [cd]), (GotoLocation, [drawer]), (PutObject, [cd, drawer])
### You are an indoor agent. ### Please divide the TASK into some sub-steps according to the DESCRIPTION. ### Each sub-step MUST be expressed in the form of (Action, [Object]), where Action is one of (GotoLocation, PickupObject, PutObject, CoolObject, HeatObject, CleanObject, SliceObject, ToggleObject, NoOp), and Object refers to one or more objects related to the Action. ### TASK: Put two CDs in the bottom drawer of the desk at the foot of the bed. ### DESCRIPTION: ['Turn around and face the desk behind you.', "Pick up the CD that's directly to the left of the small clock.", 'Move back a step with the CD, so you have enough space to open a desk drawer.', 'Open the bottom drawer and place the CD in the front left corner, and then close the drawer.', 'Step back closer to the desk again.', 'Pick up the remaining CD from the desk.', 'Move back once again away from the desk, so you have room to open a drawer.', 'Open the bottom desk drawer and place the CD inside behind the one you previously put there.']
(GotoLocation, [desk]), (PickupObject, [cd]), (GotoLocation, [drawer]), (PutObject, [cd, drawer]), (GotoLocation, [desk]), (PickupObject, [cd]), (GotoLocation, [drawer]), (PutObject, [cd, drawer])
### You are an indoor agent. ### Please divide the TASK into some sub-steps according to the DESCRIPTION. ### Each sub-step MUST be expressed in the form of (Action, [Object]), where Action is one of (GotoLocation, PickupObject, PutObject, CoolObject, HeatObject, CleanObject, SliceObject, ToggleObject, NoOp), and Object refers to one or more objects related to the Action. ### TASK: Put two CDs in the bottom drawer of the desk at the foot of the bed. ### DESCRIPTION: ['move to the desk at the foot of the bed', 'pick up a CD from the desk', 'move to the middle of the desk at the foot of the bed', 'put the CD in the bottom drawer', 'move to the desk at the foot of the bed', 'pick up a CD from the desk', 'move to the middle of the desk at the foot of the bed', 'put the CD in the bottom drawer']
(GotoLocation, [desk]), (PickupObject, [cd]), (GotoLocation, [drawer]), (PutObject, [cd, drawer]), (GotoLocation, [desk]), (PickupObject, [cd]), (GotoLocation, [drawer]), (PutObject, [cd, drawer])
### You are an indoor agent. ### Please divide the TASK into some sub-steps according to the DESCRIPTION. ### Each sub-step MUST be expressed in the form of (Action, [Object]), where Action is one of (GotoLocation, PickupObject, PutObject, CoolObject, HeatObject, CleanObject, SliceObject, ToggleObject, NoOp), and Object refers to one or more objects related to the Action. ### TASK: Put two CDs in the bottom drawer of the desk at the foot of the bed. ### DESCRIPTION: ['Turn around to face the desk', 'Grab the cd on the back of the desk to the left of the clock.', 'Back up a bit from the desk and open the bottom drawer.', 'Place the cd in the outer left corner of the drawer.', 'Approach the front of the desk again.', 'Grab the CD nearest the edge of the desk.', 'Return to the bottom drawer of the desk.', 'Place the CD in the drawer, behind the other one.']
(GotoLocation, [desk]), (PickupObject, [cd]), (GotoLocation, [drawer]), (PutObject, [cd, drawer]), (GotoLocation, [desk]), (PickupObject, [cd]), (GotoLocation, [drawer]), (PutObject, [cd, drawer])
### You are an indoor agent. ### Please divide the TASK into some sub-steps according to the DESCRIPTION. ### Each sub-step MUST be expressed in the form of (Action, [Object]), where Action is one of (GotoLocation, PickupObject, PutObject, CoolObject, HeatObject, CleanObject, SliceObject, ToggleObject, NoOp), and Object refers to one or more objects related to the Action. ### TASK: Place two CD's in a desk drawer. ### DESCRIPTION: ['Turn around and face the desk behind you.', "Pick up the CD that's directly to the left of the small clock.", 'Move back a step with the CD, so you have enough space to open a desk drawer.', 'Open the bottom drawer and place the CD in the front left corner, and then close the drawer.', 'Step back closer to the desk again.', 'Pick up the remaining CD from the desk.', 'Move back once again away from the desk, so you have room to open a drawer.', 'Open the bottom desk drawer and place the CD inside behind the one you previously put there.']
(GotoLocation, [desk]), (PickupObject, [cd]), (GotoLocation, [drawer]), (PutObject, [cd, drawer]), (GotoLocation, [desk]), (PickupObject, [cd]), (GotoLocation, [drawer]), (PutObject, [cd, drawer])
### You are an indoor agent. ### Please divide the TASK into some sub-steps according to the DESCRIPTION. ### Each sub-step MUST be expressed in the form of (Action, [Object]), where Action is one of (GotoLocation, PickupObject, PutObject, CoolObject, HeatObject, CleanObject, SliceObject, ToggleObject, NoOp), and Object refers to one or more objects related to the Action. ### TASK: Place two CD's in a desk drawer. ### DESCRIPTION: ['move to the desk at the foot of the bed', 'pick up a CD from the desk', 'move to the middle of the desk at the foot of the bed', 'put the CD in the bottom drawer', 'move to the desk at the foot of the bed', 'pick up a CD from the desk', 'move to the middle of the desk at the foot of the bed', 'put the CD in the bottom drawer']
(GotoLocation, [desk]), (PickupObject, [cd]), (GotoLocation, [drawer]), (PutObject, [cd, drawer]), (GotoLocation, [desk]), (PickupObject, [cd]), (GotoLocation, [drawer]), (PutObject, [cd, drawer])
### You are an indoor agent. ### Please divide the TASK into some sub-steps according to the DESCRIPTION. ### Each sub-step MUST be expressed in the form of (Action, [Object]), where Action is one of (GotoLocation, PickupObject, PutObject, CoolObject, HeatObject, CleanObject, SliceObject, ToggleObject, NoOp), and Object refers to one or more objects related to the Action. ### TASK: Place two CD's in a desk drawer. ### DESCRIPTION: ['Turn around to face the desk', 'Grab the cd on the back of the desk to the left of the clock.', 'Back up a bit from the desk and open the bottom drawer.', 'Place the cd in the outer left corner of the drawer.', 'Approach the front of the desk again.', 'Grab the CD nearest the edge of the desk.', 'Return to the bottom drawer of the desk.', 'Place the CD in the drawer, behind the other one.']
(GotoLocation, [desk]), (PickupObject, [cd]), (GotoLocation, [drawer]), (PutObject, [cd, drawer]), (GotoLocation, [desk]), (PickupObject, [cd]), (GotoLocation, [drawer]), (PutObject, [cd, drawer])
### You are an indoor agent. ### Please divide the TASK into some sub-steps according to the DESCRIPTION. ### Each sub-step MUST be expressed in the form of (Action, [Object]), where Action is one of (GotoLocation, PickupObject, PutObject, CoolObject, HeatObject, CleanObject, SliceObject, ToggleObject, NoOp), and Object refers to one or more objects related to the Action. ### TASK: Grab the disc from the shelf, turn on the lamp on the cabinet ### DESCRIPTION: ['Walk to the table, turn right', 'Grab the disc from the shelf above the table', 'Turn right, walk to the cabinet by the door', 'Turn on the lamp on the cabinet']
(GotoLocation, [shelf]), (PickupObject, [cd]), (GotoLocation, [desklamp]), (ToggleObject, [desklamp])
### You are an indoor agent. ### Please divide the TASK into some sub-steps according to the DESCRIPTION. ### Each sub-step MUST be expressed in the form of (Action, [Object]), where Action is one of (GotoLocation, PickupObject, PutObject, CoolObject, HeatObject, CleanObject, SliceObject, ToggleObject, NoOp), and Object refers to one or more objects related to the Action. ### TASK: Grab the disc from the shelf, turn on the lamp on the cabinet ### DESCRIPTION: ['Walk to the desk in front of you and turn left towards the shelf above it ', 'Pick up the CD that is laying on the shelf', 'Turn around and walk to the lamp sitting on the stand across the room', 'Turn on the lamp that is on top of the stand']
(GotoLocation, [shelf]), (PickupObject, [cd]), (GotoLocation, [desklamp]), (ToggleObject, [desklamp])
### You are an indoor agent. ### Please divide the TASK into some sub-steps according to the DESCRIPTION. ### Each sub-step MUST be expressed in the form of (Action, [Object]), where Action is one of (GotoLocation, PickupObject, PutObject, CoolObject, HeatObject, CleanObject, SliceObject, ToggleObject, NoOp), and Object refers to one or more objects related to the Action. ### TASK: Grab the disc from the shelf, turn on the lamp on the cabinet ### DESCRIPTION: ['turn to the right and stand in front of the desk', 'pick up the cd that is on the desk', 'turn to the right and walk towards the small table by the door', 'face the small table that has a lamp on it']
(GotoLocation, [shelf]), (PickupObject, [cd]), (GotoLocation, [desklamp]), (ToggleObject, [desklamp])
### You are an indoor agent. ### Please divide the TASK into some sub-steps according to the DESCRIPTION. ### Each sub-step MUST be expressed in the form of (Action, [Object]), where Action is one of (GotoLocation, PickupObject, PutObject, CoolObject, HeatObject, CleanObject, SliceObject, ToggleObject, NoOp), and Object refers to one or more objects related to the Action. ### TASK: Examine a CD under a lamp. ### DESCRIPTION: ['Walk to the table, turn right', 'Grab the disc from the shelf above the table', 'Turn right, walk to the cabinet by the door', 'Turn on the lamp on the cabinet']
(GotoLocation, [shelf]), (PickupObject, [cd]), (GotoLocation, [desklamp]), (ToggleObject, [desklamp])
### You are an indoor agent. ### Please divide the TASK into some sub-steps according to the DESCRIPTION. ### Each sub-step MUST be expressed in the form of (Action, [Object]), where Action is one of (GotoLocation, PickupObject, PutObject, CoolObject, HeatObject, CleanObject, SliceObject, ToggleObject, NoOp), and Object refers to one or more objects related to the Action. ### TASK: Examine a CD under a lamp. ### DESCRIPTION: ['Walk to the desk in front of you and turn left towards the shelf above it ', 'Pick up the CD that is laying on the shelf', 'Turn around and walk to the lamp sitting on the stand across the room', 'Turn on the lamp that is on top of the stand']
(GotoLocation, [shelf]), (PickupObject, [cd]), (GotoLocation, [desklamp]), (ToggleObject, [desklamp])
### You are an indoor agent. ### Please divide the TASK into some sub-steps according to the DESCRIPTION. ### Each sub-step MUST be expressed in the form of (Action, [Object]), where Action is one of (GotoLocation, PickupObject, PutObject, CoolObject, HeatObject, CleanObject, SliceObject, ToggleObject, NoOp), and Object refers to one or more objects related to the Action. ### TASK: Examine a CD under a lamp. ### DESCRIPTION: ['turn to the right and stand in front of the desk', 'pick up the cd that is on the desk', 'turn to the right and walk towards the small table by the door', 'face the small table that has a lamp on it']
(GotoLocation, [shelf]), (PickupObject, [cd]), (GotoLocation, [desklamp]), (ToggleObject, [desklamp])
### You are an indoor agent. ### Please divide the TASK into some sub-steps according to the DESCRIPTION. ### Each sub-step MUST be expressed in the form of (Action, [Object]), where Action is one of (GotoLocation, PickupObject, PutObject, CoolObject, HeatObject, CleanObject, SliceObject, ToggleObject, NoOp), and Object refers to one or more objects related to the Action. ### TASK: take a cd from the desk to the small table ### DESCRIPTION: ['Walk to the table, turn right', 'Grab the disc from the shelf above the table', 'Turn right, walk to the cabinet by the door', 'Turn on the lamp on the cabinet']
(GotoLocation, [shelf]), (PickupObject, [cd]), (GotoLocation, [desklamp]), (ToggleObject, [desklamp])
### You are an indoor agent. ### Please divide the TASK into some sub-steps according to the DESCRIPTION. ### Each sub-step MUST be expressed in the form of (Action, [Object]), where Action is one of (GotoLocation, PickupObject, PutObject, CoolObject, HeatObject, CleanObject, SliceObject, ToggleObject, NoOp), and Object refers to one or more objects related to the Action. ### TASK: take a cd from the desk to the small table ### DESCRIPTION: ['Walk to the desk in front of you and turn left towards the shelf above it ', 'Pick up the CD that is laying on the shelf', 'Turn around and walk to the lamp sitting on the stand across the room', 'Turn on the lamp that is on top of the stand']
(GotoLocation, [shelf]), (PickupObject, [cd]), (GotoLocation, [desklamp]), (ToggleObject, [desklamp])
### You are an indoor agent. ### Please divide the TASK into some sub-steps according to the DESCRIPTION. ### Each sub-step MUST be expressed in the form of (Action, [Object]), where Action is one of (GotoLocation, PickupObject, PutObject, CoolObject, HeatObject, CleanObject, SliceObject, ToggleObject, NoOp), and Object refers to one or more objects related to the Action. ### TASK: take a cd from the desk to the small table ### DESCRIPTION: ['turn to the right and stand in front of the desk', 'pick up the cd that is on the desk', 'turn to the right and walk towards the small table by the door', 'face the small table that has a lamp on it']
(GotoLocation, [shelf]), (PickupObject, [cd]), (GotoLocation, [desklamp]), (ToggleObject, [desklamp])
### You are an indoor agent. ### Please divide the TASK into some sub-steps according to the DESCRIPTION. ### Each sub-step MUST be expressed in the form of (Action, [Object]), where Action is one of (GotoLocation, PickupObject, PutObject, CoolObject, HeatObject, CleanObject, SliceObject, ToggleObject, NoOp), and Object refers to one or more objects related to the Action. ### TASK: Place a towel inside a sink ### DESCRIPTION: ['Take a step forward then turn to your left to the towel holder that is in between the two counters', 'Pick up the towel that is hanging on the towel holder', 'Turn to the right to face the sink', 'Place the towel inside the sink']
(GotoLocation, [handtowelholder]), (PickupObject, [handtowel]), (GotoLocation, [sinkbasin]), (PutObject, [handtowel, sinkbasin])
### You are an indoor agent. ### Please divide the TASK into some sub-steps according to the DESCRIPTION. ### Each sub-step MUST be expressed in the form of (Action, [Object]), where Action is one of (GotoLocation, PickupObject, PutObject, CoolObject, HeatObject, CleanObject, SliceObject, ToggleObject, NoOp), and Object refers to one or more objects related to the Action. ### TASK: Place a towel inside a sink ### DESCRIPTION: ['turn left, face the towel on the wall', 'grab the towel on the wall', 'turn right to the sink', 'put the towel in the sink']
(GotoLocation, [handtowelholder]), (PickupObject, [handtowel]), (GotoLocation, [sinkbasin]), (PutObject, [handtowel, sinkbasin])
### You are an indoor agent. ### Please divide the TASK into some sub-steps according to the DESCRIPTION. ### Each sub-step MUST be expressed in the form of (Action, [Object]), where Action is one of (GotoLocation, PickupObject, PutObject, CoolObject, HeatObject, CleanObject, SliceObject, ToggleObject, NoOp), and Object refers to one or more objects related to the Action. ### TASK: Place a towel inside a sink ### DESCRIPTION: ['Walk to the towel ring', 'Grab the towel from the towel ring', 'Walk to the counter', 'Put the towel on the sink counter']
(GotoLocation, [handtowelholder]), (PickupObject, [handtowel]), (GotoLocation, [sinkbasin]), (PutObject, [handtowel, sinkbasin])