luzimu commited on
Commit
97ae92e
·
verified ·
1 Parent(s): 829fad1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -2
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
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/64b0bfef2f2f9c345b87e673/ADt1JdvKw-IZ_xnS17adL.png)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/64b0bfef2f2f9c345b87e673/ADt1JdvKw-IZ_xnS17adL.png)
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
+ ```