Commit ·
92698fa
1
Parent(s): 0a2a39e
update paper link
Browse files
README.md
CHANGED
|
@@ -43,7 +43,7 @@ configs:
|
|
| 43 |
|
| 44 |
<p align="center">
|
| 45 |
<a href="https://edge-bench.org/"><img src="https://img.shields.io/badge/Project-edge--bench.org-blue" alt="Project"></a>
|
| 46 |
-
<a href="https://
|
| 47 |
<a href="https://github.com/ByteDance-Seed/EdgeBench"><img src="https://img.shields.io/badge/GitHub-EdgeBench-green?logo=github" alt="GitHub"></a>
|
| 48 |
<a href="https://bytedance-seed.github.io/EdgeBench/"><img src="https://img.shields.io/badge/Docs-SForge%20Harness-purple" alt="Docs"></a>
|
| 49 |
<a href="https://huggingface.co/datasets/ByteDance-Seed/EdgeBench/blob/main/assets/wechat_qr.jpg"><img src="https://img.shields.io/badge/WeChat-Group-07C160?logo=wechat&logoColor=white" alt="WeChat Group"></a>
|
|
@@ -56,7 +56,7 @@ configs:
|
|
| 56 |
|
| 57 |
**EdgeBench** is a benchmark of **134 real-world tasks** for evaluating how autonomous AI agents *learn from real-world environments*. Instead of measuring one-shot performance, EdgeBench places agents in executable task environments with realistic, multi-level feedback and lets them iterate for **12+ hours** per task — tracking the full trajectory of improvement, not just the final score. We publicly release **51 tasks** along with the full evaluation framework.
|
| 58 |
|
| 59 |
-
Analyzing ~38,000 hours of agent interaction on all 134 tasks, we find that **performance follows a log-sigmoid scaling law as a function of interaction time** ($R^2 = 0.998$). See the [tech report](https://
|
| 60 |
|
| 61 |
<p align="center">
|
| 62 |
<img src="assets/fig_full_136_curve_fit_side_by_side.png" alt="Log-sigmoid scaling fit across 134 tasks" width="800">
|
|
@@ -192,7 +192,7 @@ If you find EdgeBench useful in your research, please cite our tech report:
|
|
| 192 |
title = {EdgeBench: Unveiling Scaling Laws of Learning from Real-World Environments},
|
| 193 |
author = {Deyao Zhu and Xin Zhou and Shengling Qin and Xuekai Zhu and Hangliang Ding and Shu Zhong and others},
|
| 194 |
year = {2026},
|
| 195 |
-
url = {https://
|
| 196 |
}
|
| 197 |
```
|
| 198 |
|
|
|
|
| 43 |
|
| 44 |
<p align="center">
|
| 45 |
<a href="https://edge-bench.org/"><img src="https://img.shields.io/badge/Project-edge--bench.org-blue" alt="Project"></a>
|
| 46 |
+
<a href="https://arxiv.org/abs/2607.05155"><img src="https://img.shields.io/badge/Tech%20Report-PDF-red?logo=adobeacrobatreader" alt="Tech Report"></a>
|
| 47 |
<a href="https://github.com/ByteDance-Seed/EdgeBench"><img src="https://img.shields.io/badge/GitHub-EdgeBench-green?logo=github" alt="GitHub"></a>
|
| 48 |
<a href="https://bytedance-seed.github.io/EdgeBench/"><img src="https://img.shields.io/badge/Docs-SForge%20Harness-purple" alt="Docs"></a>
|
| 49 |
<a href="https://huggingface.co/datasets/ByteDance-Seed/EdgeBench/blob/main/assets/wechat_qr.jpg"><img src="https://img.shields.io/badge/WeChat-Group-07C160?logo=wechat&logoColor=white" alt="WeChat Group"></a>
|
|
|
|
| 56 |
|
| 57 |
**EdgeBench** is a benchmark of **134 real-world tasks** for evaluating how autonomous AI agents *learn from real-world environments*. Instead of measuring one-shot performance, EdgeBench places agents in executable task environments with realistic, multi-level feedback and lets them iterate for **12+ hours** per task — tracking the full trajectory of improvement, not just the final score. We publicly release **51 tasks** along with the full evaluation framework.
|
| 58 |
|
| 59 |
+
Analyzing ~38,000 hours of agent interaction on all 134 tasks, we find that **performance follows a log-sigmoid scaling law as a function of interaction time** ($R^2 = 0.998$). See the [tech report](https://arxiv.org/abs/2607.05155) for details.
|
| 60 |
|
| 61 |
<p align="center">
|
| 62 |
<img src="assets/fig_full_136_curve_fit_side_by_side.png" alt="Log-sigmoid scaling fit across 134 tasks" width="800">
|
|
|
|
| 192 |
title = {EdgeBench: Unveiling Scaling Laws of Learning from Real-World Environments},
|
| 193 |
author = {Deyao Zhu and Xin Zhou and Shengling Qin and Xuekai Zhu and Hangliang Ding and Shu Zhong and others},
|
| 194 |
year = {2026},
|
| 195 |
+
url = {https://arxiv.org/abs/2607.05155},
|
| 196 |
}
|
| 197 |
```
|
| 198 |
|