Update README.md
Browse files
README.md
CHANGED
@@ -11,7 +11,7 @@ base_model:
|
|
11 |
---
|
12 |
# WebGen-LM
|
13 |
|
14 |
-
WebGen-LM is trained using the Bolt.diy trajectories generated from a subset of the training set of WebGen-Bench (🤗 [luzimu/WebGen-Bench](https://huggingface.co/datasets/luzimu/WebGen-Bench))
|
15 |
|
16 |
The training data and code can be found at [WebGen-Bench (Github)](https://github.com/mnluzimu/WebGen-Bench).
|
17 |
|
@@ -25,5 +25,21 @@ The WebGen-LM family of models are as follows:
|
|
25 |
|
26 |
## Performance on WebGen-Bench
|
27 |
|
28 |
-
|
29 |

|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
# WebGen-LM
|
13 |
|
14 |
+
WebGen-LM is trained using the Bolt.diy trajectories generated from a subset of the training set of WebGen-Bench (🤗 [luzimu/WebGen-Bench](https://huggingface.co/datasets/luzimu/WebGen-Bench)). It has been introduced in the paper [WebGen-Bench: Evaluating LLMs on Generating Interactive and Functional Websites from Scratch](https://arxiv.org/abs/2505.03733).
|
15 |
|
16 |
The training data and code can be found at [WebGen-Bench (Github)](https://github.com/mnluzimu/WebGen-Bench).
|
17 |
|
|
|
25 |
|
26 |
## Performance on WebGen-Bench
|
27 |
|
|
|
28 |

|
29 |
+
|
30 |
+
|
31 |
+
## Citation
|
32 |
+
|
33 |
+
If you find our project useful, please cite:
|
34 |
+
|
35 |
+
```
|
36 |
+
@misc{lu2025webgenbenchevaluatingllmsgenerating,
|
37 |
+
title={WebGen-Bench: Evaluating LLMs on Generating Interactive and Functional Websites from Scratch},
|
38 |
+
author={Zimu Lu and Yunqiao Yang and Houxing Ren and Haotian Hou and Han Xiao and Ke Wang and Weikang Shi and Aojun Zhou and Mingjie Zhan and Hongsheng Li},
|
39 |
+
year={2025},
|
40 |
+
eprint={2505.03733},
|
41 |
+
archivePrefix={arXiv},
|
42 |
+
primaryClass={cs.CL},
|
43 |
+
url={https://arxiv.org/abs/2505.03733},
|
44 |
+
}
|
45 |
+
```
|