Update basic_household_help_notes.json
Browse files- basic_household_help_notes.json +12 -17
basic_household_help_notes.json
CHANGED
|
@@ -1,27 +1,22 @@
|
|
| 1 |
[
|
| 2 |
{
|
| 3 |
-
"
|
| 4 |
-
"
|
| 5 |
-
"
|
| 6 |
},
|
| 7 |
{
|
| 8 |
-
"
|
| 9 |
-
"
|
| 10 |
-
"
|
| 11 |
},
|
| 12 |
{
|
| 13 |
-
"
|
| 14 |
-
"
|
| 15 |
-
"
|
| 16 |
},
|
| 17 |
{
|
| 18 |
-
"
|
| 19 |
-
"
|
| 20 |
-
"
|
| 21 |
-
},
|
| 22 |
-
{
|
| 23 |
-
"human_request": "Help me organize these items on the shelf.",
|
| 24 |
-
"task_type": "organizing",
|
| 25 |
-
"expected_action": "Arrange items neatly on the shelf"
|
| 26 |
}
|
| 27 |
]
|
|
|
|
| 1 |
[
|
| 2 |
{
|
| 3 |
+
"instruction": "Can you help me sweep the floor here?",
|
| 4 |
+
"task": "sweeping",
|
| 5 |
+
"location": "living room"
|
| 6 |
},
|
| 7 |
{
|
| 8 |
+
"instruction": "Please mop the kitchen floor.",
|
| 9 |
+
"task": "mopping",
|
| 10 |
+
"location": "kitchen"
|
| 11 |
},
|
| 12 |
{
|
| 13 |
+
"instruction": "Take this book and put it on the table.",
|
| 14 |
+
"task": "object placement",
|
| 15 |
+
"location": "table area"
|
| 16 |
},
|
| 17 |
{
|
| 18 |
+
"instruction": "Grab my notebook from the chair.",
|
| 19 |
+
"task": "fetching",
|
| 20 |
+
"location": "chair"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
}
|
| 22 |
]
|