ShenYunTzr commited on
Commit
4e30004
·
1 Parent(s): ba91345
Files changed (1) hide show
  1. README.md +31 -0
README.md CHANGED
@@ -7,3 +7,34 @@ configs:
7
  size_categories:
8
  - n<1K
9
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  size_categories:
8
  - n<1K
9
  ---
10
+
11
+ # Workspace-Bench-Lite
12
+
13
+ Workspace-Bench-Lite is the Lite version of Workspace-Bench. It contains 100 tasks and serves as a lightweight subset of the full benchmark, making it suitable for fast evaluation, quick iteration, and low-cost testing.
14
+
15
+ ## Overview
16
+
17
+ - 100 tasks
18
+ - Lightweight version of Workspace-Bench
19
+ - Suitable for quick testing and rapid benchmarking
20
+ - Preserves the benchmark's core workspace-learning setting
21
+
22
+ ## Links
23
+
24
+ - Official website: https://workspace-bench.github.io/
25
+ - GitHub repository: https://github.com/OpenDataBox/Workspace-Bench
26
+ - arXiv paper: https://arxiv.org/abs/2605.03596
27
+
28
+ ## Citation
29
+
30
+ ```bibtex
31
+ @misc{tang2026workspacebench10benchmarkingai,
32
+ title={Workspace-Bench 1.0: Benchmarking AI Agents on Workspace Tasks with Large-Scale File Dependencies},
33
+ author={Zirui Tang and Xuanhe Zhou and Yumou Liu and Linchun Li and Weizheng Wang and Hongzhang Huang and Jun Zhou and Jiachen Song and Shaoli Yu and Jinqi Wang and Zihang Zhou and Hongyi Zhou and Yuting Lv and Jinyang Li and Jiashuo Liu and Ruoyu Chen and Chunwei Liu and GuoLiang Li and Jihua Kang and Fan Wu},
34
+ year={2026},
35
+ eprint={2605.03596},
36
+ archivePrefix={arXiv},
37
+ primaryClass={cs.AI},
38
+ url={https://arxiv.org/abs/2605.03596}
39
+ }
40
+ ```