Datasets:
Add link to paper
#1
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,20 +1,20 @@
|
|
| 1 |
---
|
| 2 |
-
license: other
|
| 3 |
-
license_name: tencent
|
| 4 |
language:
|
| 5 |
- en
|
| 6 |
- zh
|
|
|
|
|
|
|
|
|
|
| 7 |
task_categories:
|
| 8 |
- text-generation
|
|
|
|
|
|
|
| 9 |
tags:
|
| 10 |
- code
|
| 11 |
- agent
|
| 12 |
- benchmark
|
| 13 |
- swe
|
| 14 |
- security
|
| 15 |
-
pretty_name: Tencent WorkBuddy Bench
|
| 16 |
-
size_categories:
|
| 17 |
-
- n<1K
|
| 18 |
---
|
| 19 |
|
| 20 |
# WorkBuddy Bench — Datasets
|
|
@@ -25,6 +25,8 @@ for evaluating coding agents on real-world developer, PM, algo, QA, ops, and
|
|
| 25 |
security work. This repository hosts **only the task data**; the evaluation
|
| 26 |
framework, setup, and usage all live in the GitHub repository above.
|
| 27 |
|
|
|
|
|
|
|
| 28 |
### Dataset Summary
|
| 29 |
|
| 30 |
WorkBuddy Bench is built from real-world work tasks. Given a task and a
|
|
@@ -62,4 +64,4 @@ extracts it into `/workspace` inside the container.
|
|
| 62 |
|
| 63 |
These archives are consumed by the WorkBuddy Bench framework, not loaded
|
| 64 |
directly. See the [GitHub repository](https://github.com/Tencent/workbuddy-bench)
|
| 65 |
-
for how to download, extract, and run evaluations.
|
|
|
|
| 1 |
---
|
|
|
|
|
|
|
| 2 |
language:
|
| 3 |
- en
|
| 4 |
- zh
|
| 5 |
+
license: other
|
| 6 |
+
size_categories:
|
| 7 |
+
- n<1K
|
| 8 |
task_categories:
|
| 9 |
- text-generation
|
| 10 |
+
pretty_name: Tencent WorkBuddy Bench
|
| 11 |
+
license_name: tencent
|
| 12 |
tags:
|
| 13 |
- code
|
| 14 |
- agent
|
| 15 |
- benchmark
|
| 16 |
- swe
|
| 17 |
- security
|
|
|
|
|
|
|
|
|
|
| 18 |
---
|
| 19 |
|
| 20 |
# WorkBuddy Bench — Datasets
|
|
|
|
| 25 |
security work. This repository hosts **only the task data**; the evaluation
|
| 26 |
framework, setup, and usage all live in the GitHub repository above.
|
| 27 |
|
| 28 |
+
Paper: https://huggingface.co/papers/2607.20911
|
| 29 |
+
|
| 30 |
### Dataset Summary
|
| 31 |
|
| 32 |
WorkBuddy Bench is built from real-world work tasks. Given a task and a
|
|
|
|
| 64 |
|
| 65 |
These archives are consumed by the WorkBuddy Bench framework, not loaded
|
| 66 |
directly. See the [GitHub repository](https://github.com/Tencent/workbuddy-bench)
|
| 67 |
+
for how to download, extract, and run evaluations.
|