|
3 | 3 | export const siteConfig = { |
4 | 4 | name: "WebCompass", |
5 | 5 | title: "WebCompass", |
6 | | - subtitle: "A Unified Multimodal Benchmark and Evaluation Framework for Web Coding", |
| 6 | + subtitle: "Towards Holistic Evaluation of Web Development for Multimodal Code Models", |
7 | 7 | tagline: |
8 | 8 | "WebCompass unifies text-, image-, and video-grounded web coding tasks across generation, editing, and repair, with task-aware evaluation for execution, interactivity, and aesthetics.", |
9 | 9 | description: |
10 | | - "Official project page for WebCompass, a unified multimodal benchmark and evaluation framework for realistic web engineering scenarios.", |
11 | | - authors: "Author A, Author B, Author C", |
12 | | - affiliations: "Affiliation 1 · Affiliation 2", |
| 10 | + "Official project page for WebCompass: Towards Holistic Evaluation of Web Development for Multimodal Code Models.", |
| 11 | + authors: |
| 12 | + "Xinping Lei(†), Xinyu Che(†), Junqi Xiong(†), Chenchen Zhang(†), Yukai Huang(†), Chenyu Zhou(†), Haoyang Huang, Minghao Liu, Letian Zhu, Hongyi Ye, Ken Deng(*), Zizheng Zhan, Han Li, Dailin Li, Yifan Yao, Ming Sun, Zhaoxiang Zhang, Jiaheng Liu(*)", |
| 13 | + affiliations: |
| 14 | + "Nanjing University · Kuaishou Technology · (†) Equal contribution · (*) Corresponding authors", |
13 | 15 | builtWith: "Next.js, Tailwind CSS, Framer Motion, shadcn/ui", |
14 | 16 | links: { |
15 | 17 | paper: "https://arxiv.org/abs/TODO", |
@@ -48,4 +50,3 @@ export const overviewHighlights = [ |
48 | 50 |
|
49 | 51 | export const overviewAbstract = |
50 | 52 | "Evaluating web coding requires more than code correctness: success depends on runtime execution, interaction behavior, and visual quality in browser environments. WebCompass addresses this gap with a unified multimodal benchmark spanning text, image, and video inputs, and lifecycle tasks across generation, editing, and repair. The benchmark is designed for realistic front-end engineering scenarios with deterministic construction and evidence-grounded evaluation."; |
51 | | - |
|
0 commit comments