Manirajan commited on
Commit
5899662
1 Parent(s): b740fe8

Upload mr.csv

Browse files
Files changed (1) hide show
  1. mr.csv +436 -0
mr.csv ADDED
@@ -0,0 +1,436 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ,text
2
+ 0,"Convert the below user Input to list of tasks in output.
3
+ ###Input:
4
+ Move to kitchen
5
+ ###Output:
6
+ [{T:move, E:place, V:kitchen}]"
7
+ 1,"Convert the below user Input to list of tasks in output.
8
+ ###Input:
9
+ Go to kitchen
10
+ ###Output:
11
+ [{T:move, E:place, V:kitchen}]"
12
+ 2,"Convert the below user Input to list of tasks in output.
13
+ ###Input:
14
+ Move to living room
15
+ ###Output:
16
+ [{T:move, E:place, V:living room}]"
17
+ 3,"Convert the below user Input to list of tasks in output.
18
+ ###Input:
19
+ Move to hall
20
+ ###Output:
21
+ [{T:move, E:place, V:hall}]"
22
+ 4,"Convert the below user Input to list of tasks in output.
23
+ ###Input:
24
+ go to hall
25
+ ###Output:
26
+ [{T:move, E:place, V:hall}]"
27
+ 5,"Convert the below user Input to list of tasks in output.
28
+ ###Input:
29
+ go to living room
30
+ ###Output:
31
+ [{T:move, E:place, V:living room}]"
32
+ 6,"Convert the below user Input to list of tasks in output.
33
+ ###Input:
34
+ go to office room
35
+ ###Output:
36
+ [{T:move, E:place, V:office room}]"
37
+ 7,"Convert the below user Input to list of tasks in output.
38
+ ###Input:
39
+ move to office room
40
+ ###Output:
41
+ [{T:move, E:place, V:office room}]"
42
+ 8,"Convert the below user Input to list of tasks in output.
43
+ ###Input:
44
+ go to near table
45
+ ###Output:
46
+ [{T:move, E:place, V:table}]"
47
+ 9,"Convert the below user Input to list of tasks in output.
48
+ ###Input:
49
+ move to near table
50
+ ###Output:
51
+ [{T:move, E:place, V:table}]"
52
+ 10,"Convert the below user Input to list of tasks in output.
53
+ ###Input:
54
+ go to near chair
55
+ ###Output:
56
+ [{T:move, E:place, V:chair}]"
57
+ 11,"Convert the below user Input to list of tasks in output.
58
+ ###Input:
59
+ move to near chair
60
+ ###Output:
61
+ [{T:move, E:place, V:chair}]"
62
+ 12,"Convert the below user Input to list of tasks in output.
63
+ ###Input:
64
+ go to near stand
65
+ ###Output:
66
+ [{T:move, E:place, V:stand}]"
67
+ 13,"Convert the below user Input to list of tasks in output.
68
+ ###Input:
69
+ move to near stand
70
+ ###Output:
71
+ [{T:move, E:place, V:stand}]"
72
+ 14,"Convert the below user Input to list of tasks in output.
73
+ ###Input:
74
+ Move to kitchen, and wait for 5 seconds
75
+ ###Output:
76
+ [{T:move, E:place, V:kitchen}, {T:wait, E:time, V:5}]"
77
+ 15,"Convert the below user Input to list of tasks in output.
78
+ ###Input:
79
+ Go to kitchen, and wait for 30 seconds
80
+ ###Output:
81
+ [{T:move, E:place, V:kitchen}, {T:wait, E:time, V:30}]"
82
+ 16,"Convert the below user Input to list of tasks in output.
83
+ ###Input:
84
+ Move to living room, and wait for 15 seconds
85
+ ###Output:
86
+ [{T:move, E:place, V:living room}, {T:wait, E:time, V:15}]"
87
+ 17,"Convert the below user Input to list of tasks in output.
88
+ ###Input:
89
+ Move to hall, and wait for 10 seconds
90
+ ###Output:
91
+ [{T:move, E:place, V:hall}, {T:wait, E:time, V:10}]"
92
+ 18,"Convert the below user Input to list of tasks in output.
93
+ ###Input:
94
+ go to hall, and wait for 30 seconds
95
+ ###Output:
96
+ [{T:move, E:place, V:hall}, {T:wait, E:time, V:30}]"
97
+ 19,"Convert the below user Input to list of tasks in output.
98
+ ###Input:
99
+ go to living room, and wait for 25 seconds
100
+ ###Output:
101
+ [{T:move, E:place, V:living room}, {T:wait, E:time, V:25}]"
102
+ 20,"Convert the below user Input to list of tasks in output.
103
+ ###Input:
104
+ go to office room, and wait for 50 seconds
105
+ ###Output:
106
+ [{T:move, E:place, V:office room}, {T:wait, E:time, V:50}]"
107
+ 21,"Convert the below user Input to list of tasks in output.
108
+ ###Input:
109
+ move to office room, and wait for 45 seconds
110
+ ###Output:
111
+ [{T:move, E:place, V:office room}, {T:wait, E:time, V:45}]"
112
+ 22,"Convert the below user Input to list of tasks in output.
113
+ ###Input:
114
+ go to near table, and wait for 55 seconds
115
+ ###Output:
116
+ [{T:move, E:place, V:table}, {T:wait, E:time, V:55}]"
117
+ 23,"Convert the below user Input to list of tasks in output.
118
+ ###Input:
119
+ move to near table, and wait for 65 seconds
120
+ ###Output:
121
+ [{T:move, E:place, V:table}, {T:wait, E:time, V:65}]"
122
+ 24,"Convert the below user Input to list of tasks in output.
123
+ ###Input:
124
+ go to near chair, and wait for 60 seconds
125
+ ###Output:
126
+ [{T:move, E:place, V:chair}, {T:wait, E:time, V:60}]"
127
+ 25,"Convert the below user Input to list of tasks in output.
128
+ ###Input:
129
+ move to near chair, and wait for 100 seconds
130
+ ###Output:
131
+ [{T:move, E:place, V:chair}, {T:wait, E:time, V:100}]"
132
+ 26,"Convert the below user Input to list of tasks in output.
133
+ ###Input:
134
+ go to near stand, and wait for 45 seconds
135
+ ###Output:
136
+ [{T:move, E:place, V:stand}, {T:wait, E:time, V:45}]"
137
+ 27,"Convert the below user Input to list of tasks in output.
138
+ ###Input:
139
+ move to near stand, and wait for 75 seconds
140
+ ###Output:
141
+ [{T:move, E:place, V:stand}, {T:wait, E:time, V:75}]"
142
+ 28,"Convert the below user Input to list of tasks in output.
143
+ ###Input:
144
+ Move to reception
145
+ ###Output:
146
+ [{T:move, E:place, V:reception}]"
147
+ 29,"Convert the below user Input to list of tasks in output.
148
+ ###Input:
149
+ Go to reception
150
+ ###Output:
151
+ [{T:move, E:place, V:reception}]"
152
+ 30,"Convert the below user Input to list of tasks in output.
153
+ ###Input:
154
+ Move to nurse desk
155
+ ###Output:
156
+ [{T:move, E:place, V:nurse desk}]"
157
+ 31,"Convert the below user Input to list of tasks in output.
158
+ ###Input:
159
+ go to nurse desk
160
+ ###Output:
161
+ [{T:move, E:place, V:nurse desk}]"
162
+ 32,"Convert the below user Input to list of tasks in output.
163
+ ###Input:
164
+ go to cafe
165
+ ###Output:
166
+ [{T:move, E:place, V:cafe}]"
167
+ 33,"Convert the below user Input to list of tasks in output.
168
+ ###Input:
169
+ move to cafe
170
+ ###Output:
171
+ [{T:move, E:place, V:cafe}]"
172
+ 34,"Convert the below user Input to list of tasks in output.
173
+ ###Input:
174
+ go to table1
175
+ ###Output:
176
+ [{T:move, E:place, V:table1}]"
177
+ 35,"Convert the below user Input to list of tasks in output.
178
+ ###Input:
179
+ move to table1
180
+ ###Output:
181
+ [{T:move, E:place, V:table1}]"
182
+ 36,"Convert the below user Input to list of tasks in output.
183
+ ###Input:
184
+ go to near table2
185
+ ###Output:
186
+ [{T:move, E:place, V:table2}]"
187
+ 37,"Convert the below user Input to list of tasks in output.
188
+ ###Input:
189
+ move to near table2
190
+ ###Output:
191
+ [{T:move, E:place, V:table2}]"
192
+ 38,"Convert the below user Input to list of tasks in output.
193
+ ###Input:
194
+ go to charging dock
195
+ ###Output:
196
+ [{T:move, E:place, V:charging dock}]"
197
+ 39,"Convert the below user Input to list of tasks in output.
198
+ ###Input:
199
+ move to charging dock
200
+ ###Output:
201
+ [{T:move, E:place, V:charging dock}]"
202
+ 40,"Convert the below user Input to list of tasks in output.
203
+ ###Input:
204
+ charge now
205
+ ###Output:
206
+ [{T:move, E:place, V:charging dock}]"
207
+ 41,"Convert the below user Input to list of tasks in output.
208
+ ###Input:
209
+ make you charge
210
+ ###Output:
211
+ [{T:move, E:place, V:charging dock}]"
212
+ 42,"Convert the below user Input to list of tasks in output.
213
+ ###Input:
214
+ Move to reception , and wait for 15 seconds
215
+ ###Output:
216
+ [{T:move, E:place, V:reception}, {T:wait, E:time, V:15}]"
217
+ 43,"Convert the below user Input to list of tasks in output.
218
+ ###Input:
219
+ Go to reception , and wait for 25 seconds
220
+ ###Output:
221
+ [{T:move, E:place, V:reception}, {T:wait, E:time, V:25}]"
222
+ 44,"Convert the below user Input to list of tasks in output.
223
+ ###Input:
224
+ Move to nurse desk, and wait for 23 seconds
225
+ ###Output:
226
+ [{T:move, E:place, V:nurse desk}, {T:wait, E:time, V:23}]"
227
+ 45,"Convert the below user Input to list of tasks in output.
228
+ ###Input:
229
+ go to nurse desk, and wait for 72 seconds
230
+ ###Output:
231
+ [{T:move, E:place, V:nurse desk}, {T:wait, E:time, V:72}]"
232
+ 46,"Convert the below user Input to list of tasks in output.
233
+ ###Input:
234
+ go to cafe, and wait for 33 seconds
235
+ ###Output:
236
+ [{T:move, E:place, V:cafe}, {T:wait, E:time, V:33}]"
237
+ 47,"Convert the below user Input to list of tasks in output.
238
+ ###Input:
239
+ move to cafe, and wait for 45 seconds
240
+ ###Output:
241
+ [{T:move, E:place, V:cafe}, {T:wait, E:time, V:45}]"
242
+ 48,"Convert the below user Input to list of tasks in output.
243
+ ###Input:
244
+ go to table1, and wait for 78 seconds
245
+ ###Output:
246
+ [{T:move, E:place, V:table1}, {T:wait, E:time, V:78}]"
247
+ 49,"Convert the below user Input to list of tasks in output.
248
+ ###Input:
249
+ move to table1, and wait for 100 seconds
250
+ ###Output:
251
+ [{T:move, E:place, V:table1}, {T:wait, E:time, V:100}]"
252
+ 50,"Convert the below user Input to list of tasks in output.
253
+ ###Input:
254
+ go to near table2, and wait for 75 seconds
255
+ ###Output:
256
+ [{T:move, E:place, V:table2}, {T:wait, E:time, V:75}]"
257
+ 51,"Convert the below user Input to list of tasks in output.
258
+ ###Input:
259
+ move to near table2, and wait for 89 seconds
260
+ ###Output:
261
+ [{T:move, E:place, V:table2}, {T:wait, E:time, V:89}]"
262
+ 52,"Convert the below user Input to list of tasks in output.
263
+ ###Input:
264
+ go to store room, and wait for 75 seconds
265
+ ###Output:
266
+ [{T:move, E:place, V:store room}, {T:wait, E:time, V:75}]"
267
+ 53,"Convert the below user Input to list of tasks in output.
268
+ ###Input:
269
+ move to store room, and wait for 53 seconds
270
+ ###Output:
271
+ [{T:move, E:place, V:store room}, {T:wait, E:time, V:53}]"
272
+ 54,"Convert the below user Input to list of tasks in output.
273
+ ###Input:
274
+ go to store room
275
+ ###Output:
276
+ [{T:move, E:place, V:store room}]"
277
+ 55,"Convert the below user Input to list of tasks in output.
278
+ ###Input:
279
+ move to store room
280
+ ###Output:
281
+ [{T:move, E:place, V:store room}]"
282
+ 56,"Convert the below user Input to list of tasks in output.
283
+ ###Input:
284
+ follow the ball
285
+ ###Output:
286
+ [{T:follow, E:object, V:ball}]"
287
+ 57,"Convert the below user Input to list of tasks in output.
288
+ ###Input:
289
+ follow the aruco tag id 2
290
+ ###Output:
291
+ [{T:follow, E:aruco tag, V:2}]"
292
+ 58,"Convert the below user Input to list of tasks in output.
293
+ ###Input:
294
+ follow the aruco tag id 10
295
+ ###Output:
296
+ [{T:follow, E:aruco tag, V:10}]"
297
+ 59,"Convert the below user Input to list of tasks in output.
298
+ ###Input:
299
+ follow the aruco tag id 12
300
+ ###Output:
301
+ [{T:follow, E:aruco tag, V:12}]"
302
+ 60,"Convert the below user Input to list of tasks in output.
303
+ ###Input:
304
+ follow the cat
305
+ ###Output:
306
+ [{T:follow, E:object, V:cat}]"
307
+ 61,"Convert the below user Input to list of tasks in output.
308
+ ###Input:
309
+ follow the green line
310
+ ###Output:
311
+ [{T:follow, E:line, V:green}]"
312
+ 62,"Convert the below user Input to list of tasks in output.
313
+ ###Input:
314
+ Move to near door
315
+ ###Output:
316
+ [{T:move, E:place, V:door}]"
317
+ 63,"Convert the below user Input to list of tasks in output.
318
+ ###Input:
319
+ Go to near door
320
+ ###Output:
321
+ [{T:move, E:place, V:door}]"
322
+ 64,"Convert the below user Input to list of tasks in output.
323
+ ###Input:
324
+ Move to door no 5
325
+ ###Output:
326
+ [{T:move, E:place, V:door_5}]"
327
+ 65,"Convert the below user Input to list of tasks in output.
328
+ ###Input:
329
+ go to door no 5
330
+ ###Output:
331
+ [{T:move, E:place, V:door_5}]"
332
+ 66,"Convert the below user Input to list of tasks in output.
333
+ ###Input:
334
+ go to door no 10
335
+ ###Output:
336
+ [{T:move, E:place, V:door_10}]"
337
+ 67,"Convert the below user Input to list of tasks in output.
338
+ ###Input:
339
+ move to door no 10
340
+ ###Output:
341
+ [{T:move, E:place, V:door_10}]"
342
+ 68,"Convert the below user Input to list of tasks in output.
343
+ ###Input:
344
+ go to door no 20
345
+ ###Output:
346
+ [{T:move, E:place, V:door_20}]"
347
+ 69,"Convert the below user Input to list of tasks in output.
348
+ ###Input:
349
+ move to door no 20
350
+ ###Output:
351
+ [{T:move, E:place, V:door_20}]"
352
+ 70,"Convert the below user Input to list of tasks in output.
353
+ ###Input:
354
+ go to door no 25
355
+ ###Output:
356
+ [{T:move, E:place, V:door_25}]"
357
+ 71,"Convert the below user Input to list of tasks in output.
358
+ ###Input:
359
+ move to door no 18
360
+ ###Output:
361
+ [{T:move, E:place, V:door_18}]"
362
+ 72,"Convert the below user Input to list of tasks in output.
363
+ ###Input:
364
+ go to door no 8
365
+ ###Output:
366
+ [{T:move, E:place, V:door_8}]"
367
+ 73,"Convert the below user Input to list of tasks in output.
368
+ ###Input:
369
+ go to door no 12
370
+ ###Output:
371
+ [{T:move, E:place, V:door_12}]"
372
+ 74,"Convert the below user Input to list of tasks in output.
373
+ ###Input:
374
+ move to door no 33
375
+ ###Output:
376
+ [{T:move, E:place, V:door_33}]"
377
+ 75,"Convert the below user Input to list of tasks in output.
378
+ ###Input:
379
+ go to door no 24
380
+ ###Output:
381
+ [{T:move, E:place, V:door_24}]"
382
+ 76,"Convert the below user Input to list of tasks in output.
383
+ ###Input:
384
+ move to door no 29
385
+ ###Output:
386
+ [{T:move, E:place, V:door_29}]"
387
+ 77,"Convert the below user Input to list of tasks in output.
388
+ ###Input:
389
+ go to door no 7
390
+ ###Output:
391
+ [{T:move, E:place, V:door_7}]"
392
+ 78,"Convert the below user Input to list of tasks in output.
393
+ ###Input:
394
+ move to door no 11
395
+ ###Output:
396
+ [{T:move, E:place, V:door_11}]"
397
+ 79,"Convert the below user Input to list of tasks in output.
398
+ ###Input:
399
+ move to door no 44
400
+ ###Output:
401
+ [{T:move, E:place, V:door_44}]"
402
+ 80,"Convert the below user Input to list of tasks in output.
403
+ ###Input:
404
+ follow the yellow line
405
+ ###Output:
406
+ [{T:follow, E:line, V:yellow}]"
407
+ 81,"Convert the below user Input to list of tasks in output.
408
+ ###Input:
409
+ follow the blue line
410
+ ###Output:
411
+ [{T:follow, E:line, V:blue}]"
412
+ 82,"Convert the below user Input to list of tasks in output.
413
+ ###Input:
414
+ follow the white line
415
+ ###Output:
416
+ [{T:follow, E:line, V:white}]"
417
+ 83,"Convert the below user Input to list of tasks in output.
418
+ ###Input:
419
+ follow the black line
420
+ ###Output:
421
+ [{T:follow, E:line, V:black}]"
422
+ 84,"Convert the below user Input to list of tasks in output.
423
+ ###Input:
424
+ follow the person
425
+ ###Output:
426
+ [{T:follow, E:object, V:person}]"
427
+ 85,"Convert the below user Input to list of tasks in output.
428
+ ###Input:
429
+ follow the dog
430
+ ###Output:
431
+ [{T:follow, E:object, V:dog}]"
432
+ 86,"Convert the below user Input to list of tasks in output.
433
+ ###Input:
434
+ Move to door no 3
435
+ ###Output:
436
+ [{T:move, E:place, V:door_3}]"