Upload folder using huggingface_hub
Browse files
README.md
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
3 |
-
paperswithcode_id: web-bench-a-llm-code-benchmark-based-on-web
|
4 |
---
|
5 |
|
6 |
# Web-Bench
|
@@ -17,6 +16,9 @@ The distribution of the experimental data aligns well with the current code gene
|
|
17 |
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.
|
18 |
<img width="500" alt="SOTAs" src="./docs/assets/sotas.png" />
|
19 |
|
|
|
|
|
|
|
20 |
## 🏅 Leaderboard
|
21 |
|
22 |
[Leaderboard](https://huggingface.co/spaces/bytedance-research/Web-Bench-Leaderboard)
|
@@ -35,7 +37,6 @@ level: (str) Task level: easy | moderate | challenging
|
|
35 |
```
|
36 |
|
37 |
|
38 |
-
|
39 |
## 📘 Usage
|
40 |
|
41 |
[GitHub](https://github.com/bytedance/web-bench)
|
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
|
|
3 |
---
|
4 |
|
5 |
# Web-Bench
|
|
|
16 |
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.
|
17 |
<img width="500" alt="SOTAs" src="./docs/assets/sotas.png" />
|
18 |
|
19 |
+
## Web-Bench: A LLM Code Benchmark Based on Web Standards and Frameworks
|
20 |
+
The datasets was presented in the paper [Web-Bench: A LLM Code Benchmark Based on Web Standards and Frameworks](https://huggingface.co/papers/2505.07473).
|
21 |
+
|
22 |
## 🏅 Leaderboard
|
23 |
|
24 |
[Leaderboard](https://huggingface.co/spaces/bytedance-research/Web-Bench-Leaderboard)
|
|
|
37 |
```
|
38 |
|
39 |
|
|
|
40 |
## 📘 Usage
|
41 |
|
42 |
[GitHub](https://github.com/bytedance/web-bench)
|