ShenYunTzr's picture
Add dataset files using Git LFS for binary tracking
b22d1ad
raw
history blame
4.09 kB
{
"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"
]
}