ErenJaegerYeager commited on
Commit
fb36ac2
·
verified ·
1 Parent(s): 2718fd4

Add files using upload-large-folder tool

Browse files
Files changed (3) hide show
  1. README.md +51 -0
  2. checksums.sha256 +2 -2
  3. manifest.json +1 -1
README.md CHANGED
@@ -113,6 +113,57 @@ dataset, task_id, category, task_file, asset_dir, prompt_files, skill_count
113
 
114
  The full task definitions remain in the YAML files.
115
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
116
  ## License
117
 
118
  This package is released under the MIT License. See `LICENSE`.
 
113
 
114
  The full task definitions remain in the YAML files.
115
 
116
+ ## Responsible AI (RAI) Considerations
117
+
118
+ This section summarizes the Responsible AI information also encoded in the Croissant metadata under
119
+ `croissant/openreview_croissant.json`.
120
+
121
+ ### Synthetic Data Generation
122
+
123
+ ClawBenchPro is designed as a synthetic workplace-agent benchmark. Tasks were generated, staged,
124
+ imported into Nanoclaw task YAML format, validated with task-local `env_builder.py` builders, grouped
125
+ into aligned benchmark subsets, and exported in compact builder-only form for hosting. The benchmark
126
+ includes fictional workplace scenarios, synthetic personas, synthetic internal services, synthetic
127
+ records, task-local skills, and generated workspace fixtures. The package is not intended to contain
128
+ real user records or operational credentials.
129
+
130
+ ### Sandbox Fixtures and Real-World Safety
131
+
132
+ Some tasks intentionally contain strings that look like API keys, internal URLs, secrets, policy-sensitive
133
+ phrases, corrupted files, or broken logs. These are sandbox benchmark fixtures used to test whether agents
134
+ can reason about noisy workplace environments. They are not real credentials, do not connect to production
135
+ systems, and are meant to be executed in local or containerized workspaces. Prebuilt `assets/` are not
136
+ published; environments are materialized locally from `env_builder.py` when needed.
137
+
138
+ ### Environment Validation Limitations
139
+
140
+ Environment builders were checked for the ability to materialize task workspaces, but this does not prove
141
+ that every possible runner, model, operating system, dependency version, or execution policy will behave
142
+ identically. The benchmark measures performance in controlled Nanoclaw-compatible environments and should
143
+ not be interpreted as a complete certification of real-world workplace automation reliability.
144
+
145
+ ### Biases and Scope Limitations
146
+
147
+ The dataset is selected to stress agentic workflows such as state tracking, tool use, multi-turn reasoning,
148
+ file manipulation, and skill invocation. This creates selection bias toward tasks that can be packaged as
149
+ local workspaces. The benchmark may underrepresent low-resource languages, non-technical occupations,
150
+ accessibility-specific workflows, embodied tasks, and domains requiring direct human interaction.
151
+
152
+ ### Intended and Non-Recommended Uses
153
+
154
+ Intended uses include comparative evaluation of language-agent runners, category-level benchmark analysis,
155
+ reproducibility studies, and diagnosis of tool-use or multi-turn failure modes. The dataset is not validated
156
+ for model fine-tuning, safety certification, demographic fairness auditing, hiring decisions, medical,
157
+ legal, financial, or other safety-critical deployment decisions.
158
+
159
+ ### Social Impact
160
+
161
+ ClawBenchPro may help make agent evaluation more reproducible and transparent by providing local synthetic
162
+ workspaces, explicit task categories, and machine-readable metadata. Potential risks include overgeneralizing
163
+ benchmark scores, optimizing narrowly to synthetic tasks, or presenting benchmark performance as evidence of
164
+ real-world reliability. We mitigate these risks by documenting limitations, keeping tasks sandboxed, and
165
+ publishing Croissant metadata with RAI fields.
166
+
167
  ## License
168
 
169
  This package is released under the MIT License. See `LICENSE`.
checksums.sha256 CHANGED
@@ -2,7 +2,7 @@
2
  5b56373d7af94293eff83e888fdbfe1f40ebdb41d2724c3475671e10e3d86070 .gitignore
3
  5b56373d7af94293eff83e888fdbfe1f40ebdb41d2724c3475671e10e3d86070 .hfignore
4
  4e7ce122f89dff36d79ce68019940fb84c4824862e07381955b603364a421beb LICENSE
5
- f608aa6e2b74f8762b17818d5af6c8a6322ed30932ad88704e41f32e29088485 README.md
6
  7f634c0f727e8ce82e241586d3524fbc5e6ec1d8dccf8bd81c7db897739a8137 croissant/clawbenchpro_collection_croissant.json
7
  470c0df27cc256f3be7927090df53bd395b1a5c2b95bb992930fd1b5022ba1d3 croissant/huggingface_auto_croissant.json
8
  0eaef57248c7e718f56188c66d82128d4c05f7912bad8b9e6b125c3adb775ecd croissant/openreview_croissant.json
@@ -10,7 +10,7 @@ a39dfb9069001a2190d69bde656d6a5695ee6e3f37aadb95c20c549ecfa33f18 croissant/pers
10
  6ae589ec7e7f6edc25d03abe224a65143be887aa520cd98d687b8269758366e5 croissant/round_01_aligned_mix_800_croissant.json
11
  aa1265325f58610ba9864647d132772414a9c6b594dc5e9b688c2a6d316b0f43 dataset_index.csv
12
  c40acaaf392927804d85b7496afeb13135205dfbd8828c562b1c6866431ff151 dataset_index.jsonl
13
- b1c929f4988e9ec2e172a2b0779cb8d15a366363e57802823086fdc90a633015 manifest.json
14
  011d2f2a47ada6ad72d66bd8fd275ea7a8ee6ef8301fdede1f6b9eef2400297d materialize_assets.py
15
  1d2f56b5d90ce106996e79ff7563c08d4855bcc67924c2ebc67b77b6eb50d14e persona_aligned_mix_200/README.md
16
  bc557847f6a9703665bee383921cde25d8ee4a0c771286686935aa5c7fa0b9bb persona_aligned_mix_200/checksums.sha256
 
2
  5b56373d7af94293eff83e888fdbfe1f40ebdb41d2724c3475671e10e3d86070 .gitignore
3
  5b56373d7af94293eff83e888fdbfe1f40ebdb41d2724c3475671e10e3d86070 .hfignore
4
  4e7ce122f89dff36d79ce68019940fb84c4824862e07381955b603364a421beb LICENSE
5
+ 759516519b1c2180469b3ce9ec8d16b15242126c5999d989c9d3c9a4483393d1 README.md
6
  7f634c0f727e8ce82e241586d3524fbc5e6ec1d8dccf8bd81c7db897739a8137 croissant/clawbenchpro_collection_croissant.json
7
  470c0df27cc256f3be7927090df53bd395b1a5c2b95bb992930fd1b5022ba1d3 croissant/huggingface_auto_croissant.json
8
  0eaef57248c7e718f56188c66d82128d4c05f7912bad8b9e6b125c3adb775ecd croissant/openreview_croissant.json
 
10
  6ae589ec7e7f6edc25d03abe224a65143be887aa520cd98d687b8269758366e5 croissant/round_01_aligned_mix_800_croissant.json
11
  aa1265325f58610ba9864647d132772414a9c6b594dc5e9b688c2a6d316b0f43 dataset_index.csv
12
  c40acaaf392927804d85b7496afeb13135205dfbd8828c562b1c6866431ff151 dataset_index.jsonl
13
+ 5abe432105c8a8960396d5242c61c84ea956ad81468bc8297b71311937ed3762 manifest.json
14
  011d2f2a47ada6ad72d66bd8fd275ea7a8ee6ef8301fdede1f6b9eef2400297d materialize_assets.py
15
  1d2f56b5d90ce106996e79ff7563c08d4855bcc67924c2ebc67b77b6eb50d14e persona_aligned_mix_200/README.md
16
  bc557847f6a9703665bee383921cde25d8ee4a0c771286686935aa5c7fa0b9bb persona_aligned_mix_200/checksums.sha256
manifest.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "package_name": "ClawBenchPro",
3
- "created_at": "2026-05-06T09:42:37.188718+00:00",
4
  "source_package": "published_datasets/nanoclaw_workplace_suite",
5
  "format": "huggingface_dataset_repository",
6
  "license": "MIT",
 
1
  {
2
  "package_name": "ClawBenchPro",
3
+ "created_at": "2026-05-06T09:50:45.548384+00:00",
4
  "source_package": "published_datasets/nanoclaw_workplace_suite",
5
  "format": "huggingface_dataset_repository",
6
  "license": "MIT",