File size: 4,094 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
{
  "absolute_id": 358,
  "persona": "Logistics Manager",
  "task": "Summarize the pending items in summary-report_2686.csv and personnel-list_7079.csv by department and chronological order, excluding completed tasks. Check whether chat_7753.txt and analysis-report_8950.txt contain any pending items; if they do, merge them into the same table, and ignore them if they do not. Output everything as a single table.",
  "task_diff": "easy",
  "output_files": [
    "todo-items.csv"
  ],
  "rubrics": [
    "Do the pending items extracted from summary-report_2686.csv contain 12 unfinished records, including 6 Pending, 3 In Progress, and 3 Approved?",
    "Do the pending items extracted from personnel-list_7079.csv contain 15 unfinished records, including 6 Pending, 6 In Progress, and 3 Approved?",
    "Does `todo-items.csv` contain 3 records for the Finance Department: 2026-01-13 Zhang Li approval (In Progress), 2026-01-27 Zhou Ba maintenance (In Progress), and 2026-02-09 Ma Teng report (In Progress)?",
    "Does `todo-items.csv` contain 2 records for the Logistics Department: 2026-02-01 Ma Teng meeting (Pending) and 2026-02-08 Wang Jun meeting (In Progress)?",
    "Does `todo-items.csv` contain 4 records for the General Manager's Office: 2026-01-31 Zheng Shi maintenance (Approved), 2026-02-02 Sun Qi report (Approved), 2026-02-03 Zhang San report (Approved), and 2026-02-05 Chen Fang inspection (Pending)?",
    "Is the total number of rows in todo-items.csv, including the header, 28, for a total of 27 pending-item records?",
    "Are all completed tasks excluded from todo-items.csv?",
    "Does analysis-report_8950.txt correctly identify that there are no specific pending items, without adding vague items to the output?",
    "Are items in chat_7753.txt without a clear department and responsible person correctly identified as not being included in the formal summary?",
    "Is todo-items.csv grouped by department, and within each department sorted by date in ascending order?",
    "Does the header of todo-items.csv contain the seven columns serial number, department, date, person, item, status, and source file?",
    "Are all date formats in the output file consistently formatted as YYYY-MM-DD?",
    "Does the source file column in todo-items.csv correctly indicate which input file each record comes from?",
    "Is all date sorting correct, with dates within each department arranged from earliest to latest?",
    "Are all non-completed statuses (Pending, In Progress, Approved) correctly extracted without omission?"
  ],
  "rubric_types": [
    "Basic Evaluation",
    "Basic Evaluation",
    "Outcome Evaluation",
    "Outcome Evaluation",
    "Outcome Evaluation",
    "Basic Evaluation",
    "Process Evaluation",
    "Process Evaluation",
    "Process Evaluation",
    "Process Evaluation",
    "Basic Evaluation",
    "Basic Evaluation",
    "Basic Evaluation",
    "Outcome Evaluation",
    "Outcome Evaluation"
  ],
  "file_dep_graph": [
    {
      "from": "chat_7753.txt",
      "to": "summary-report_2686.csv"
    },
    {
      "from": "chat_7753.txt",
      "to": "personnel-list_7079.csv"
    },
    {
      "from": "analysis-report_8950.txt",
      "to": "summary-report_2686.csv"
    },
    {
      "from": "analysis-report_8950.txt",
      "to": "personnel-list_7079.csv"
    },
    {
      "from": "summary-report_2686.csv",
      "to": "personnel-list_7079.csv"
    }
  ],
  "data_manifest": [
    {
      "filename": "chat_7753.txt",
      "stored_relpath": "data/52ad1498f483c61d_chat_7753.txt"
    },
    {
      "filename": "analysis-report_8950.txt",
      "stored_relpath": "data/76a8da77a5a71714_analysis-report_8950.txt"
    },
    {
      "filename": "personnel-list_7079.csv",
      "stored_relpath": "data/ffd167cc01dbffd6_personnel-list_7079.csv"
    },
    {
      "filename": "summary-report_2686.csv",
      "stored_relpath": "data/07545ea1dc86eaf7_summary-report_2686.csv"
    }
  ],
  "tested_capabilities": [
    "Workspace Exploration",
    "Task-Providing File Utilization",
    "Heterogeneous File Understanding"
  ]
}