ShenYunTzr commited on
Commit
7585f80
·
1 Parent(s): dc45511
README.md CHANGED
@@ -8,25 +8,97 @@ 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},
 
8
  - n<1K
9
  ---
10
 
11
+ <div align="center">
12
+ <h1>Workspace-Bench-Lite</h1>
13
+ <h3>A Lightweight Subset of Workspace-Bench for Fast and Cost-Efficient Evaluation</h3>
14
+ </div>
15
 
16
+ <div align="center">
17
+ <a href="https://workspace-bench.github.io/">
18
+ <img alt="Project Page" src="https://img.shields.io/badge/Project%20Page-Workspace--Bench-4c6ef5?logo=googlechrome&logoColor=white" />
19
+ </a>
20
+ <a href="https://huggingface.co/datasets/Workspace-Bench/Workspace-Bench">
21
+ <img alt="Full Dataset" src="https://img.shields.io/badge/Hugging%20Face-Full%20Dataset-ff9f1c?logo=huggingface&logoColor=white" />
22
+ </a>
23
+ <a href="https://huggingface.co/datasets/Workspace-Bench/Workspace-Bench-Lite">
24
+ <img alt="Lite Dataset" src="https://img.shields.io/badge/Hugging%20Face-Lite%20Dataset-f76707?logo=huggingface&logoColor=white" />
25
+ </a>
26
+ <a href="https://arxiv.org/abs/2605.03596">
27
+ <img alt="arXiv Paper" src="https://img.shields.io/badge/arXiv-2605.03596-b31b1b?logo=arxiv&logoColor=white" />
28
+ </a>
29
+ </div>
30
+
31
+ <div align="center">
32
+ <a href="#overview">Overview</a> •
33
+ <a href="#leaderboard">LeaderBoard</a> •
34
+ <a href="#distribution">Distribution</a> •
35
+ <a href="#quick-start">Quick Start</a> •
36
+ <a href="#citation">Citation</a>
37
+ </div>
38
 
39
  ## Overview
40
 
41
+ Workspace-Bench-Lite is the **Lite split of Workspace-Bench 1.0**, designed for fast iteration and lower-cost benchmarking while preserving the core evaluation setting of the full benchmark.
42
+
43
+ It contains **100 tasks** selected from the full Workspace-Bench and is intended to maintain distributional fidelity across:
44
+
45
+ - workspace roles
46
+ - task difficulty levels
47
+ - workspace-learning capabilities
48
+ - file dependency patterns
49
+
50
+ Workspace-Bench-Lite keeps the central benchmark objective unchanged: evaluating whether AI agents can perform **Workspace Learning**, namely identifying, reasoning over, and acting on explicit and implicit dependencies among heterogeneous files in realistic workspaces.
51
+
52
+ Compared with the full benchmark, Workspace-Bench-Lite is more suitable for:
53
+
54
+ - rapid prototyping of agent systems
55
+ - low-cost model and harness comparison
56
+ - regression testing during agent development
57
+ - lightweight public leaderboard evaluation
58
+
59
+ <div align="center">
60
+ <img src="assets/Framework.png" alt="Workspace-Bench-Lite framework overview" width="980" />
61
+ </div>
62
+
63
+ The figure above summarizes the overall Workspace-Bench framework that Lite inherits from the full benchmark: role-specific workspaces, cross-file dependent tasks, and capability-oriented rubric evaluation. Workspace-Bench-Lite keeps this same evaluation setting while offering a more lightweight split for faster experimentation.
64
+
65
+ In the Workspace-Bench paper, the Lite split is described as a **100-task subset** that preserves the benchmark distribution while reducing evaluation costs by about **70%**. This makes it a practical entry point for researchers and developers who want to evaluate workspace agents without running the full 388-task benchmark.
66
+
67
+ The Lite split remains grounded in the same benchmark philosophy as the full version:
68
 
69
+ - realistic workspace tasks rather than isolated QA
70
+ - heterogeneous files rather than single-format inputs
71
+ - dependency-aware task solving rather than direct prompt lookup
72
+ - rubric-based evaluation rather than only final-answer matching
73
+
74
+ ## LeaderBoard
75
+
76
+ <div align="center">
77
+ <img src="assets/rubrics_success.png" alt="Workspace-Bench-Lite leaderboard snapshot" width="980" />
78
+ </div>
79
+
80
+ The figure above shows a leaderboard snapshot of rubric pass rates on Workspace-Bench-Lite across different agent harnesses and backbone models. It highlights the same central takeaway as the full benchmark: current agents still show a clear gap from human-level performance, and both the foundation model and the harness design materially affect final results.
81
+
82
+ ## Distribution
83
+
84
+ <div align="center">
85
+ <img src="assets/Distribution.png" alt="Workspace-Bench-Lite distribution overview" width="980" />
86
+ </div>
87
+
88
+ 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.
89
+
90
+ ## Quick Start
91
+
92
+ Please refer to the official GitHub repository for benchmark setup, evaluation instructions, and updates:
93
 
 
94
  - GitHub repository: https://github.com/OpenDataBox/Workspace-Bench
95
+
96
+ More Lite-specific usage notes will be added in future updates.
97
 
98
  ## Citation
99
 
100
+ If you use Workspace-Bench-Lite in your research, please cite the Workspace-Bench paper:
101
+
102
  ```bibtex
103
  @misc{tang2026workspacebench10benchmarkingai,
104
  title={Workspace-Bench 1.0: Benchmarking AI Agents on Workspace Tasks with Large-Scale File Dependencies},
assets/Distribution.png ADDED

Git LFS Details

  • SHA256: 0c62160eb0e448f41623431fa13c4619d72629b3fc644bdf075c501062b3c5a1
  • Pointer size: 131 Bytes
  • Size of remote file: 286 kB
assets/Framework.png ADDED

Git LFS Details

  • SHA256: 4bb38df8c433b4b4612f7e7d96e40ee52c8906fc9732982c8a9b7bcaee004019
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
assets/rubrics_success.png ADDED

Git LFS Details

  • SHA256: 4c0d831fc7580cd1cdade8c331be10fba39eac8dcccc15dd665e4999c9bd397c
  • Pointer size: 131 Bytes
  • Size of remote file: 241 kB