Datasets:

Modalities:
Text
Formats:
json
ArXiv:
Libraries:
Datasets
Dask
License:
guxiaowu commited on
Commit
edd3a62
·
verified ·
1 Parent(s): 36ad5a6

Upload folder using huggingface_hub

Browse files
.DS_Store CHANGED
Binary files a/.DS_Store and b/.DS_Store differ
 
.gitattributes CHANGED
@@ -57,3 +57,7 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
57
  # Video files - compressed
58
  *.mp4 filter=lfs diff=lfs merge=lfs -text
59
  *.webm filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
57
  # Video files - compressed
58
  *.mp4 filter=lfs diff=lfs merge=lfs -text
59
  *.webm filter=lfs diff=lfs merge=lfs -text
60
+ DOUBAO_ENDPOINT="ep-20250117120525-pp8fp"
61
+ DOUBAO_1_5_ENDPOINT="ep-20250122173512-4tqwl"
62
+ DOUBAO_API_KEY="43e9209b-5c60-478e-8f2f-1b6077f5dc57"
63
+ DOUBAO_1_5_256K_ENDPOINT="ep-20250123113810-mxjq2"
README.md CHANGED
@@ -1,11 +1,13 @@
1
- ---
2
- license: cc-by-4.0
3
- ---
4
-
5
  # Web-Bench
6
 
7
  English | [中文 README](README.zh_CN.md)
8
 
9
  ## 📖 Overview
10
 
11
- **Web-Bench** is a benchmark designed to evaluate the performance of LLMs in actual Web development. Web-Bench contains 50 projects, each consisting of 20 tasks with sequential dependencies. The tasks implement project features in sequence, simulating real-world human development workflows. When designing Web-Bench, we aim to cover the foundational elements of Web development: Web Standards and Web Frameworks. Given the scale and complexity of these projects, which were designed by engineers with 5-10 years of experience, each presents a significant challenge. On average, a single project takes 4–8 hours for a senior engineer to complete.
 
 
 
 
 
 
 
 
 
 
 
1
  # Web-Bench
2
 
3
  English | [中文 README](README.zh_CN.md)
4
 
5
  ## 📖 Overview
6
 
7
+ **Web-Bench** is a benchmark designed to evaluate the performance of LLMs in actual Web development. Web-Bench contains 50 projects, each consisting of 20 tasks with sequential dependencies. The tasks implement project features in sequence, simulating real-world human development workflows. When designing Web-Bench, we aim to cover the foundational elements of Web development: Web Standards and Web Frameworks. Given the scale and complexity of these projects, which were designed by engineers with 5-10 years of experience, each presents a significant challenge. On average, a single project takes 4–8 hours for a senior engineer to complete. On our given benchmark agent (Web-Agent), SOTA (Claude 3.7 Sonnet) achieves only 25.1\% Pass@1, significantly lower than SWE-Bench's Verified (65.4\%) and Full (33.8\%) scores (2025.4).
8
+
9
+ The distribution of the experimental data aligns well with the current code generation capabilities of mainstream LLMs.
10
+ ![pass@1](./docs/assets/pass-1.png)
11
+
12
+ HumanEval and MBPP have approached saturation. APPS and EvalPlus are approaching saturation. The SOTA for Web-Bench is 25.1\%, which is lower (better) than that of the SWE-bench Full and Verified sets.
13
+ ![SOTAs](./docs/assets/sotas.png)
READNE.zh_CN.md ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Web-Bench
2
+
3
+ [English README](README.md) | 中文 README
4
+
5
+ ## **📖** Overview
6
+
7
+ **Web-Bench** 是一个用于评估 LLM 在真实 Web 项目上表现的基准。Web-Bench 包含 50 个项目,每个项目包含 20 个有时序依赖关系的任务,逼真模拟了人类开发项目的过程。Web-Bench 在设计时考虑了如何覆盖 Web 应用开发所依赖的基础:Web Standards 和 Web Frameworks。由于它们的庞大规模和复杂度,以及设计项目的工程师具备 5-10 年开发经验,最终设计出来的项目对于人类资深工程师而言都具有一定的复杂度(单项目平均 4-8 小时完成)。在我们给定的基准 Agent 上,SOTA(Claude 3.7 Sonnet)Pass@1 仅有 25.1%,显著优于 SWE-Bench 的值(2025.4) 65.4% (Verified) 和 33.8% (Full) 。
8
+
9
+ 实验数据的分布和当前主流 LLM 代码生成能力也较匹配。
10
+ ![pass@1](./docs/assets/pass-1.png)
11
+
12
+ HumanEval 和 MBPP 已趋于饱和,APPS 和 EvalPlus 也正在接近饱和状态。Web-Bench 的 SOTA 为 25.1%,低于 (低更好) SWE-bench Full 和 Verified。
13
+ ![SOTAs](./docs/assets/sotas.png)
docs/assets/pass-1.png ADDED

Git LFS Details

  • SHA256: 24e4e26c1f13b50c4ac338a487718d3c7b7438ed4106f148249da25d29c53ce2
  • Pointer size: 131 Bytes
  • Size of remote file: 267 kB
docs/assets/sotas.png ADDED

Git LFS Details

  • SHA256: f153222acdc94d0879ec7743bba3d16b4b0ce28aef4b14568c3cd97c53ef065a
  • Pointer size: 131 Bytes
  • Size of remote file: 129 kB