wuuk commited on
Commit
60b08b1
·
verified ·
1 Parent(s): 94287cb

Update dataset card changelog

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md CHANGED
@@ -24,6 +24,7 @@ size_categories:
24
  <a href="#leaderboard">LeaderBoard</a> •
25
  <a href="#distribution">Distribution</a> •
26
  <a href="#quick-start">Quick Start</a> •
 
27
  <a href="#citation">Citation</a>
28
  </div>
29
 
@@ -78,6 +79,19 @@ The figure above shows a leaderboard snapshot of rubric pass rates on Workspace-
78
 
79
  The distribution figure provides a compact overview of the Lite split, including file types, task abilities, task difficulty, workspace allocation, rubric counts, required files per task, and dependency structure. Although lighter than the full benchmark, Workspace-Bench-Lite is designed to preserve the key distributional characteristics of Workspace-Bench.
80
 
 
 
 
 
 
 
 
 
 
 
 
 
 
81
  ## Quick Start
82
 
83
  Please refer to the official GitHub repository for benchmark setup, evaluation instructions, and updates:
@@ -86,6 +100,15 @@ Please refer to the official GitHub repository for benchmark setup, evaluation i
86
 
87
  More Lite-specific usage notes will be added in future updates.
88
 
 
 
 
 
 
 
 
 
 
89
  ## Citation
90
 
91
  If you use Workspace-Bench-Lite in your research, please cite the Workspace-Bench paper:
 
24
  <a href="#leaderboard">LeaderBoard</a> •
25
  <a href="#distribution">Distribution</a> •
26
  <a href="#quick-start">Quick Start</a> •
27
+ <a href="#changelog">Changelog</a> •
28
  <a href="#citation">Citation</a>
29
  </div>
30
 
 
79
 
80
  The distribution figure provides a compact overview of the Lite split, including file types, task abilities, task difficulty, workspace allocation, rubric counts, required files per task, and dependency structure. Although lighter than the full benchmark, Workspace-Bench-Lite is designed to preserve the key distributional characteristics of Workspace-Bench.
81
 
82
+ ## Repository Contents
83
+
84
+ This repository provides the cleaned task metadata release for Workspace-Bench-Lite. It is paired with the workspace filesystem archives in [Workspace-Bench-Workspaces](https://huggingface.co/datasets/Workspace-Bench/Workspace-Bench-Workspaces), rather than storing the large raw workspace contents in this repository.
85
+
86
+ Current contents include:
87
+
88
+ - `task_lite_clean_en/`: cleaned English Lite task metadata organized by `absolute_id`
89
+ - `task_lite_clean_cn/`: cleaned Chinese Lite task metadata organized by `absolute_id`
90
+ - `task_lite_clean_en_metadata_table.csv`: a flat English Lite metadata table for analysis and filtering
91
+ - `task_lite_clean_cn_metadata_table.csv`: a flat Chinese Lite metadata table for analysis and filtering
92
+
93
+ At the time of writing, each language split contains **100 tasks**, one folder per task ID. Task metadata files include a `language` field: `"en"` for English tasks and `"cn"` for Chinese tasks.
94
+
95
  ## Quick Start
96
 
97
  Please refer to the official GitHub repository for benchmark setup, evaluation instructions, and updates:
 
100
 
101
  More Lite-specific usage notes will be added in future updates.
102
 
103
+ ## Changelog
104
+
105
+ ### 2026-07-02
106
+
107
+ - Added a `language` field to task `metadata.json` files and metadata table CSV files. The value is `"en"` for English tasks and `"cn"` for Chinese tasks.
108
+ - Tasks `95`, `328`, and `388`: placed the required input files explicitly under their designated paths in the workspace filesystem, so agents can find the files from the workspace context.
109
+ - Tasks `288`, `289`, and `258`: replaced corrupted input files with readable workspace files.
110
+ - Tasks `289`, `274`, `334`, and `108`: refined selected rubrics to make the evaluation criteria more precise, self-consistent, and aligned with the expected output format.
111
+
112
  ## Citation
113
 
114
  If you use Workspace-Bench-Lite in your research, please cite the Workspace-Bench paper: