Views
No views yet
| Data | HF Link |
|---|---|
| webgen-agent_train_sft | 🤗 luzimu/webgen-agent_train_sft |
| webgen-agent_train_step-grpo | 🤗 luzimu/webgen-agent_train_step-grpo |
| Model | HF Link |
|---|---|
| WebGenAgent-LM-7B-SFT | 🤗 luzimu/WebGenAgent-LM-7B-SFT |
| WebGenAgent-LM-7B-Step-GRPO | 🤗 luzimu/WebGenAgent-LM-7B-Step-GRPO |
| WebGenAgent-LM-8B-SFT | 🤗 luzimu/WebGenAgent-LM-8B-SFT |
| WebGenAgent-LM-8B-Step-GRPO | 🤗 luzimu/WebGenAgent-LM-8B-Step-GRPO |


.env.template to .env and set the base urls and api keys for the agent-engine LLM and feedback VLM. They can be obtained from any openai-compatible providers such as openrouter, modelscope, bailian, and llmprovider.src/scripts/deploy_qwenvl_32b.sh and src/scripts/deploy.sh. Scripts for single inference and batch inference can be found at src/scripts/infer_single.sh and src/scripts/infer_batch.sh.1python src/infer_single.py \
2 --model deepseek-chat \
3 --vlm_model Qwen/Qwen2.5-VL-32B-Instruct \
4 --instruction "Please implement a wheel of fortune website." \
5 --workspace-dir workspaces_root/test \
6 --log-dir service_logs/test \
7 --max-iter 20 \
8 --overwrite \
9 --error-limit 5@misc{lu2025webgenagentenhancinginteractivewebsite,
title={WebGen-Agent: Enhancing Interactive Website Generation with Multi-Level Feedback and Step-Level Reinforcement Learning},
author={Zimu Lu and Houxing Ren and Yunqiao Yang and Ke Wang and Zhuofan Zong and Junting Pan and Mingjie Zhan and Hongsheng Li},
year={2025},
eprint={2509.22644},
archivePrefix={arXiv},
primaryClass={cs.CL},
url={https://arxiv.org/abs/2509.22644},
}
@misc{lu2025webgenbenchevaluatingllmsgenerating,
title={WebGen-Bench: Evaluating LLMs on Generating Interactive and Functional Websites from Scratch},
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},
year={2025},
eprint={2505.03733},
archivePrefix={arXiv},
primaryClass={cs.CL},
url={https://arxiv.org/abs/2505.03733},
}