ariefansclub commited on
Commit
df566e5
·
verified ·
1 Parent(s): a196d0b

Update basic_household_help_notes.json

Browse files
Files changed (1) hide show
  1. basic_household_help_notes.json +12 -17
basic_household_help_notes.json CHANGED
@@ -1,27 +1,22 @@
1
  [
2
  {
3
- "human_request": "Can you help me sweep the floor here?",
4
- "task_type": "cleaning",
5
- "expected_action": "Sweep the floor in the specified area"
6
  },
7
  {
8
- "human_request": "Please mop the kitchen floor.",
9
- "task_type": "cleaning",
10
- "expected_action": "Mop the kitchen floor carefully"
11
  },
12
  {
13
- "human_request": "Take this book and put it on the table.",
14
- "task_type": "object_handling",
15
- "expected_action": "Pick up the book and place it on the table"
16
  },
17
  {
18
- "human_request": "Can you grab my notebook from the chair?",
19
- "task_type": "fetching",
20
- "expected_action": "Retrieve notebook from chair and hand it over"
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
  ]