File size: 4,981 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 | {
"absolute_id": 154,
"persona": "Operations Manager",
"task": "Files related to operations work templates are often divided into six major categories: `1_planning`, `2_execution`, `3_data`, `4_assets`, `5_retrospective`, and `6_reference`. Please create the corresponding folders in the root directory, classify the files from the work template directory accordingly, and output an `output.md` file describing the classification results.",
"task_diff": "easy",
"output_files": [
"output.md"
],
"rubrics": [
"Were the six folders `1_planning`, `2_execution`, `3_data`, `4_assets`, `5_retrospective`, and `6_reference` created in the root directory?",
"Does the `1_planning` folder contain the file `product_launch_plan_v1.0.md`?",
"Does the `2_execution` folder contain the file `execution_plan_2025Q1.csv`?",
"Does the `3_data` folder contain the file `user_behavior_data_20250215.csv`?",
"Does the `4_assets` folder contain the file `image_asset_list.md`?",
"Does the `5_retrospective` folder contain the file `project_retrospective_20250215.md`?",
"Does the `6_reference` folder contain the file `industry_report_summary.md`?",
"Across the six category folders, does each folder contain exactly 1 file, with all 6 files classified correctly in total?",
"Does `output.md` contain descriptions for all six category folders?",
"Under the `1_planning` category in `output.md`, is `product_launch_plan_v1.0.md` listed correctly?",
"Under the `2_execution` category in `output.md`, is `execution_plan_2025Q1.csv` listed correctly?",
"Under the `3_data` category in `output.md`, is `user_behavior_data_20250215.csv` listed correctly?",
"Under the `4_assets` category in `output.md`, is `image_asset_list.md` listed correctly?",
"Under the `5_retrospective` category in `output.md`, is `project_retrospective_20250215.md` listed correctly?",
"Under the `6_reference` category in `output.md`, is `industry_report_summary.md` listed correctly?",
"Does `output.md` provide a brief description for each file, and do those descriptions match the actual file content?",
"Does `output.md` show the total file count as 6?",
"Was `product_launch_plan_v1.0.md` correctly classified into `1_planning`?",
"Was `execution_plan_2025Q1.csv` correctly classified into `2_execution`?",
"Was `user_behavior_data_20250215.csv` correctly classified into `3_data`?",
"Was `image_asset_list.md` correctly classified into `4_assets`?",
"Was `project_retrospective_20250215.md` correctly classified into `5_retrospective`?",
"Was `industry_report_summary.md` correctly classified into `6_reference`?",
"Is the output file `output.md` in correct Markdown format, including elements such as a title and table?"
],
"rubric_types": [
"Basic Evaluation",
"Basic Evaluation",
"Basic Evaluation",
"Basic Evaluation",
"Basic Evaluation",
"Basic Evaluation",
"Basic Evaluation",
"Basic Evaluation",
"Outcome Evaluation",
"Outcome Evaluation",
"Outcome Evaluation",
"Outcome Evaluation",
"Outcome Evaluation",
"Outcome Evaluation",
"Outcome Evaluation",
"Outcome Evaluation",
"Outcome Evaluation",
"Outcome Evaluation",
"Outcome Evaluation",
"Outcome Evaluation",
"Outcome Evaluation",
"Outcome Evaluation",
"Outcome Evaluation",
"Process Evaluation"
],
"file_dep_graph": [
{
"from": "product_launch_plan_v1.0.md",
"to": "output.md"
},
{
"from": "image_asset_list.md",
"to": "output.md"
},
{
"from": "project_retrospective_20250215.md",
"to": "output.md"
},
{
"from": "industry_report_summary.md",
"to": "output.md"
},
{
"from": "user_behavior_data_20250215.csv",
"to": "output.md"
},
{
"from": "execution_plan_2025Q1.csv",
"to": "output.md"
}
],
"data_manifest": [
{
"filename": "product_launch_plan_v1.0.md",
"stored_relpath": "data/2bcde1a76b9cd2b0_product_launch_plan_v1.0.md"
},
{
"filename": "image_asset_list.md",
"stored_relpath": "data/2d1602e5b84859dd_image_asset_list.md"
},
{
"filename": "project_retrospective_20250215.md",
"stored_relpath": "data/8be764a7ab826970_project_retrospective_20250215.md"
},
{
"filename": "industry_report_summary.md",
"stored_relpath": "data/61ccb92d31529ebb_industry_report_summary.md"
},
{
"filename": "user_behavior_data_20250215.csv",
"stored_relpath": "data/5006efb2843ffeb6_user_behavior_data_20250215.csv"
},
{
"filename": "execution_plan_2025Q1.csv",
"stored_relpath": "data/c07471b14081dea4_execution_plan_2025Q1.csv"
}
],
"tested_capabilities": [
"Workspace Exploration",
"Task-Providing File Utilization",
"Result-Providing Files Utilization",
"Heterogeneous File Understanding"
]
}
|