File size: 14,951 Bytes
b22d1ad
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
{
  "absolute_id": 139,
  "persona": "Operations Manager",
  "task": "In the activity planning directory are the company's recent schedule plans. I need a concise itinerary file, `itinerary.md`, to print and distribute to employees so they can quickly know the destination for each day. Present it in a brief date-location format.",
  "task_diff": "hard",
  "output_files": [
    "itinerary.md"
  ],
  "rubrics": [
    "Does `itinerary.md` contain a total of 60 activity records?",
    "Does `itinerary.md` use a table format to present two columns, date and location?",
    "Does the header row of `itinerary.md` contain the two columns `日期` and `地点`?",
    "Were the two activities on `2024-02-1` extracted correctly as `Virtual / City 28` and `Virtual / City 56`?",
    "Were the three activities on `2024-02-2` extracted correctly as `Virtual / City 1`, `Virtual / City 57`, and `Virtual / City 29`?",
    "Were the three activities on `2024-02-3` extracted correctly as `Virtual / City 30`, `Virtual / City 58`, and `Virtual / City 2`?",
    "Were the three activities on `2024-02-4` extracted correctly as `Virtual / City 59`, `Virtual / City 3`, and `Virtual / City 31`?",
    "Were the three activities on `2024-02-5` extracted correctly as `Virtual / City 4`, `Virtual / City 32`, and `Virtual / City 60`?",
    "Were the two activities on `2024-02-22` extracted correctly as `Virtual / City 21` and `Virtual / City 49`?",
    "Do all location entries keep the format `Virtual / City XX`, with `XX` correctly matching the event number?",
    "Is the output content sorted in lexicographic order by date, with records for the same date grouped together?",
    "Does `itinerary.md` include the title `公司日程计划表`?",
    "Were the date and location fields extracted from all 60 input Markdown files without omission?",
    "Are there exactly 2 scheduled activities on `2024-02-1`?",
    "Are there exactly 3 scheduled activities on `2024-02-2`?",
    "Are there exactly 3 scheduled activities on `2024-02-3`?",
    "Are there exactly 3 scheduled activities on `2024-02-4`?",
    "Are there exactly 3 scheduled activities on `2024-02-5`?",
    "Are there exactly 2 scheduled activities on `2024-02-9`?",
    "Is the last record `Virtual / City 36` on `2024-02-9`?",
    "Is the first data row `Virtual / City 28` on `2024-02-1`?",
    "Is the file in standard Markdown format and ready for direct printing and reading?",
    "Are all extracted location entries taken from the `Location` field of each event file, with no mistakes?",
    "Are all extracted date entries taken from the `Date` field of each event file, with no mistakes?",
    "Does every date in the range from `2024-02-10` to `2024-02-28` contain exactly 2 scheduled activities?"
  ],
  "rubric_types": [
    "Outcome Evaluation",
    "Outcome Evaluation",
    "Basic Evaluation",
    "Outcome Evaluation",
    "Outcome Evaluation",
    "Outcome Evaluation",
    "Outcome Evaluation",
    "Outcome Evaluation",
    "Outcome Evaluation",
    "Outcome Evaluation",
    "Process Evaluation",
    "Basic Evaluation",
    "Process Evaluation",
    "Outcome Evaluation",
    "Outcome Evaluation",
    "Outcome Evaluation",
    "Outcome Evaluation",
    "Outcome Evaluation",
    "Outcome Evaluation",
    "Outcome Evaluation",
    "Outcome Evaluation",
    "Basic Evaluation",
    "Process Evaluation",
    "Process Evaluation",
    "Outcome Evaluation"
  ],
  "file_dep_graph": [
    {
      "from": "event_plan_57.md",
      "to": "itinerary.md"
    },
    {
      "from": "event_plan_58.md",
      "to": "itinerary.md"
    },
    {
      "from": "event_plan_59.md",
      "to": "itinerary.md"
    },
    {
      "from": "event_plan_60.md",
      "to": "itinerary.md"
    },
    {
      "from": "event_plan_1.md",
      "to": "itinerary.md"
    },
    {
      "from": "event_plan_2.md",
      "to": "itinerary.md"
    },
    {
      "from": "event_plan_3.md",
      "to": "itinerary.md"
    },
    {
      "from": "event_plan_4.md",
      "to": "itinerary.md"
    },
    {
      "from": "event_plan_5.md",
      "to": "itinerary.md"
    },
    {
      "from": "event_plan_6.md",
      "to": "itinerary.md"
    },
    {
      "from": "event_plan_7.md",
      "to": "itinerary.md"
    },
    {
      "from": "event_plan_8.md",
      "to": "itinerary.md"
    },
    {
      "from": "event_plan_9.md",
      "to": "itinerary.md"
    },
    {
      "from": "event_plan_10.md",
      "to": "itinerary.md"
    },
    {
      "from": "event_plan_11.md",
      "to": "itinerary.md"
    },
    {
      "from": "event_plan_12.md",
      "to": "itinerary.md"
    },
    {
      "from": "event_plan_13.md",
      "to": "itinerary.md"
    },
    {
      "from": "event_plan_14.md",
      "to": "itinerary.md"
    },
    {
      "from": "event_plan_15.md",
      "to": "itinerary.md"
    },
    {
      "from": "event_plan_16.md",
      "to": "itinerary.md"
    },
    {
      "from": "event_plan_17.md",
      "to": "itinerary.md"
    },
    {
      "from": "event_plan_18.md",
      "to": "itinerary.md"
    },
    {
      "from": "event_plan_19.md",
      "to": "itinerary.md"
    },
    {
      "from": "event_plan_20.md",
      "to": "itinerary.md"
    },
    {
      "from": "event_plan_21.md",
      "to": "itinerary.md"
    },
    {
      "from": "event_plan_22.md",
      "to": "itinerary.md"
    },
    {
      "from": "event_plan_23.md",
      "to": "itinerary.md"
    },
    {
      "from": "event_plan_24.md",
      "to": "itinerary.md"
    },
    {
      "from": "event_plan_25.md",
      "to": "itinerary.md"
    },
    {
      "from": "event_plan_26.md",
      "to": "itinerary.md"
    },
    {
      "from": "event_plan_27.md",
      "to": "itinerary.md"
    },
    {
      "from": "event_plan_28.md",
      "to": "itinerary.md"
    },
    {
      "from": "event_plan_29.md",
      "to": "itinerary.md"
    },
    {
      "from": "event_plan_30.md",
      "to": "itinerary.md"
    },
    {
      "from": "event_plan_31.md",
      "to": "itinerary.md"
    },
    {
      "from": "event_plan_32.md",
      "to": "itinerary.md"
    },
    {
      "from": "event_plan_33.md",
      "to": "itinerary.md"
    },
    {
      "from": "event_plan_34.md",
      "to": "itinerary.md"
    },
    {
      "from": "event_plan_35.md",
      "to": "itinerary.md"
    },
    {
      "from": "event_plan_36.md",
      "to": "itinerary.md"
    },
    {
      "from": "event_plan_37.md",
      "to": "itinerary.md"
    },
    {
      "from": "event_plan_38.md",
      "to": "itinerary.md"
    },
    {
      "from": "event_plan_39.md",
      "to": "itinerary.md"
    },
    {
      "from": "event_plan_40.md",
      "to": "itinerary.md"
    },
    {
      "from": "event_plan_41.md",
      "to": "itinerary.md"
    },
    {
      "from": "event_plan_42.md",
      "to": "itinerary.md"
    },
    {
      "from": "event_plan_43.md",
      "to": "itinerary.md"
    },
    {
      "from": "event_plan_44.md",
      "to": "itinerary.md"
    },
    {
      "from": "event_plan_45.md",
      "to": "itinerary.md"
    },
    {
      "from": "event_plan_46.md",
      "to": "itinerary.md"
    },
    {
      "from": "event_plan_47.md",
      "to": "itinerary.md"
    },
    {
      "from": "event_plan_48.md",
      "to": "itinerary.md"
    },
    {
      "from": "event_plan_49.md",
      "to": "itinerary.md"
    },
    {
      "from": "event_plan_50.md",
      "to": "itinerary.md"
    },
    {
      "from": "event_plan_51.md",
      "to": "itinerary.md"
    },
    {
      "from": "event_plan_52.md",
      "to": "itinerary.md"
    },
    {
      "from": "event_plan_53.md",
      "to": "itinerary.md"
    },
    {
      "from": "event_plan_54.md",
      "to": "itinerary.md"
    },
    {
      "from": "event_plan_55.md",
      "to": "itinerary.md"
    },
    {
      "from": "event_plan_56.md",
      "to": "itinerary.md"
    }
  ],
  "data_manifest": [
    {
      "filename": "event_plan_57.md",
      "stored_relpath": "data/b1290cdb3122d348_event_plan_57.md"
    },
    {
      "filename": "event_plan_58.md",
      "stored_relpath": "data/63f0a8c65028191a_event_plan_58.md"
    },
    {
      "filename": "event_plan_59.md",
      "stored_relpath": "data/4ff8c47eb229ef35_event_plan_59.md"
    },
    {
      "filename": "event_plan_60.md",
      "stored_relpath": "data/9837ba336e2e0dd8_event_plan_60.md"
    },
    {
      "filename": "event_plan_1.md",
      "stored_relpath": "data/0fc7d50b3cd9aa35_event_plan_1.md"
    },
    {
      "filename": "event_plan_2.md",
      "stored_relpath": "data/fadf96e3e3119482_event_plan_2.md"
    },
    {
      "filename": "event_plan_3.md",
      "stored_relpath": "data/1fe6714cec3886ce_event_plan_3.md"
    },
    {
      "filename": "event_plan_4.md",
      "stored_relpath": "data/7cbde1ef99a46471_event_plan_4.md"
    },
    {
      "filename": "event_plan_5.md",
      "stored_relpath": "data/8a9a0946a423dfd7_event_plan_5.md"
    },
    {
      "filename": "event_plan_6.md",
      "stored_relpath": "data/40bb4fa047f914e8_event_plan_6.md"
    },
    {
      "filename": "event_plan_7.md",
      "stored_relpath": "data/da0aa362246e7f13_event_plan_7.md"
    },
    {
      "filename": "event_plan_8.md",
      "stored_relpath": "data/be8f5997b56be603_event_plan_8.md"
    },
    {
      "filename": "event_plan_9.md",
      "stored_relpath": "data/e0a7af59cadd5a7f_event_plan_9.md"
    },
    {
      "filename": "event_plan_10.md",
      "stored_relpath": "data/09bd8c010a64d26d_event_plan_10.md"
    },
    {
      "filename": "event_plan_11.md",
      "stored_relpath": "data/99c8010415ec9435_event_plan_11.md"
    },
    {
      "filename": "event_plan_12.md",
      "stored_relpath": "data/b022bc55c557e351_event_plan_12.md"
    },
    {
      "filename": "event_plan_13.md",
      "stored_relpath": "data/c7810add24b4d215_event_plan_13.md"
    },
    {
      "filename": "event_plan_14.md",
      "stored_relpath": "data/6afae01a91dea8df_event_plan_14.md"
    },
    {
      "filename": "event_plan_15.md",
      "stored_relpath": "data/f997bf1e4d57df34_event_plan_15.md"
    },
    {
      "filename": "event_plan_16.md",
      "stored_relpath": "data/17dd7575e8677fcc_event_plan_16.md"
    },
    {
      "filename": "event_plan_17.md",
      "stored_relpath": "data/bd16f51734ce827f_event_plan_17.md"
    },
    {
      "filename": "event_plan_18.md",
      "stored_relpath": "data/d9dc9b025599ae67_event_plan_18.md"
    },
    {
      "filename": "event_plan_19.md",
      "stored_relpath": "data/85508bfbf8eddea9_event_plan_19.md"
    },
    {
      "filename": "event_plan_20.md",
      "stored_relpath": "data/c1f1101a84a27906_event_plan_20.md"
    },
    {
      "filename": "event_plan_21.md",
      "stored_relpath": "data/0860f0fc31e34e33_event_plan_21.md"
    },
    {
      "filename": "event_plan_22.md",
      "stored_relpath": "data/e9fcf90de6be2fbb_event_plan_22.md"
    },
    {
      "filename": "event_plan_23.md",
      "stored_relpath": "data/036d7a5f435b51c3_event_plan_23.md"
    },
    {
      "filename": "event_plan_24.md",
      "stored_relpath": "data/d4e58436c0e40e7c_event_plan_24.md"
    },
    {
      "filename": "event_plan_25.md",
      "stored_relpath": "data/21c07a07818cc433_event_plan_25.md"
    },
    {
      "filename": "event_plan_26.md",
      "stored_relpath": "data/1da59e34e6075450_event_plan_26.md"
    },
    {
      "filename": "event_plan_27.md",
      "stored_relpath": "data/b17e251d7fd36243_event_plan_27.md"
    },
    {
      "filename": "event_plan_28.md",
      "stored_relpath": "data/5d121d4db3fb07cb_event_plan_28.md"
    },
    {
      "filename": "event_plan_29.md",
      "stored_relpath": "data/95f98cdf2258977f_event_plan_29.md"
    },
    {
      "filename": "event_plan_30.md",
      "stored_relpath": "data/b40ae6e73acf5569_event_plan_30.md"
    },
    {
      "filename": "event_plan_31.md",
      "stored_relpath": "data/9b3a2b66978aeff7_event_plan_31.md"
    },
    {
      "filename": "event_plan_32.md",
      "stored_relpath": "data/e15f6607c89790f5_event_plan_32.md"
    },
    {
      "filename": "event_plan_33.md",
      "stored_relpath": "data/fb21d76f7acac962_event_plan_33.md"
    },
    {
      "filename": "event_plan_34.md",
      "stored_relpath": "data/ea45e743979c566c_event_plan_34.md"
    },
    {
      "filename": "event_plan_35.md",
      "stored_relpath": "data/ad7828201ad095fc_event_plan_35.md"
    },
    {
      "filename": "event_plan_36.md",
      "stored_relpath": "data/ddccf6835a3354a8_event_plan_36.md"
    },
    {
      "filename": "event_plan_37.md",
      "stored_relpath": "data/ff23e69aea52879c_event_plan_37.md"
    },
    {
      "filename": "event_plan_38.md",
      "stored_relpath": "data/1521f3add2fc3e13_event_plan_38.md"
    },
    {
      "filename": "event_plan_39.md",
      "stored_relpath": "data/8711e31a76beea97_event_plan_39.md"
    },
    {
      "filename": "event_plan_40.md",
      "stored_relpath": "data/9d494c94ab50b45d_event_plan_40.md"
    },
    {
      "filename": "event_plan_41.md",
      "stored_relpath": "data/f90b2e3e6e02ccc9_event_plan_41.md"
    },
    {
      "filename": "event_plan_42.md",
      "stored_relpath": "data/707d9d88a9ce1c54_event_plan_42.md"
    },
    {
      "filename": "event_plan_43.md",
      "stored_relpath": "data/f72a81edc0959e6a_event_plan_43.md"
    },
    {
      "filename": "event_plan_44.md",
      "stored_relpath": "data/f1b595ffbe16f92e_event_plan_44.md"
    },
    {
      "filename": "event_plan_45.md",
      "stored_relpath": "data/756c914c1ea36760_event_plan_45.md"
    },
    {
      "filename": "event_plan_46.md",
      "stored_relpath": "data/38b6b44ffe9f8f69_event_plan_46.md"
    },
    {
      "filename": "event_plan_47.md",
      "stored_relpath": "data/ee53cb6eae41f0e5_event_plan_47.md"
    },
    {
      "filename": "event_plan_48.md",
      "stored_relpath": "data/af3acdacc06b01a8_event_plan_48.md"
    },
    {
      "filename": "event_plan_49.md",
      "stored_relpath": "data/f2c3f031da1be696_event_plan_49.md"
    },
    {
      "filename": "event_plan_50.md",
      "stored_relpath": "data/773c0a47c2e310c3_event_plan_50.md"
    },
    {
      "filename": "event_plan_51.md",
      "stored_relpath": "data/717726044c1f8798_event_plan_51.md"
    },
    {
      "filename": "event_plan_52.md",
      "stored_relpath": "data/c9fd4e17452eba48_event_plan_52.md"
    },
    {
      "filename": "event_plan_53.md",
      "stored_relpath": "data/109db22840953d2a_event_plan_53.md"
    },
    {
      "filename": "event_plan_54.md",
      "stored_relpath": "data/f7e1d27266eedc46_event_plan_54.md"
    },
    {
      "filename": "event_plan_55.md",
      "stored_relpath": "data/bd2e116ae271a1ce_event_plan_55.md"
    },
    {
      "filename": "event_plan_56.md",
      "stored_relpath": "data/becabc9420c868e8_event_plan_56.md"
    }
  ],
  "tested_capabilities": [
    "Workspace Exploration",
    "Lineage Tracing"
  ]
}