Improve model card with paper and project links

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +23 -4
README.md CHANGED
@@ -1,9 +1,10 @@
1
  ---
2
  license: apache-2.0
 
3
  tags:
4
- - video-evaluation
5
- - world-model
6
- - benchmark
7
  ---
8
 
9
  <div align="center">
@@ -11,6 +12,8 @@ tags:
11
  <h1>WBench Weights</h1>
12
  <p>Pre-trained model weights for WBench evaluation.</p>
13
 
 
 
14
  [![Code](https://img.shields.io/badge/Code-black?style=for-the-badge&logo=github&logoColor=white)](https://github.com/meituan-longcat/WBench)
15
  [![Dataset](https://img.shields.io/badge/Dataset-4285F4?style=for-the-badge&logo=huggingface&logoColor=white)](https://huggingface.co/datasets/meituan-longcat/WBench)
16
 
@@ -18,9 +21,15 @@ tags:
18
 
19
  ---
20
 
 
 
21
  ## Usage
22
 
23
- Please refer to [WBench GitHub](https://github.com/meituan-longcat/WBench) for installation and evaluation instructions.
 
 
 
 
24
 
25
  ## Disclaimer
26
 
@@ -29,3 +38,13 @@ We consolidate these weights into a single repository to help the community quic
29
  - **Kaining Ying**: kaining.ying.cv@gmail.com
30
  - **Siyu Ren**: rensiyu07@meituan.com
31
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ pipeline_tag: other
4
  tags:
5
+ - video-evaluation
6
+ - world-model
7
+ - benchmark
8
  ---
9
 
10
  <div align="center">
 
12
  <h1>WBench Weights</h1>
13
  <p>Pre-trained model weights for WBench evaluation.</p>
14
 
15
+ [![Paper](https://img.shields.io/badge/Paper-red?style=for-the-badge&logo=arxiv&logoColor=white)](https://huggingface.co/papers/2605.25874)
16
+ [![Project Page](https://img.shields.io/badge/Homepage-blue?style=for-the-badge&logo=google-chrome&logoColor=white)](https://meituan-longcat.github.io/WBench/)
17
  [![Code](https://img.shields.io/badge/Code-black?style=for-the-badge&logo=github&logoColor=white)](https://github.com/meituan-longcat/WBench)
18
  [![Dataset](https://img.shields.io/badge/Dataset-4285F4?style=for-the-badge&logo=huggingface&logoColor=white)](https://huggingface.co/datasets/meituan-longcat/WBench)
19
 
 
21
 
22
  ---
23
 
24
+ This repository contains the consolidated model weights for **WBench**, a comprehensive multi-turn benchmark for interactive video world model evaluation. WBench evaluates world models along five dimensions: video quality, setting adherence, interaction adherence, consistency, and physics compliance. It contains 289 test cases and 1,058 interaction turns covering diverse scenes, styles, subjects, and perspectives.
25
+
26
  ## Usage
27
 
28
+ Please refer to the [WBench GitHub repository](https://github.com/meituan-longcat/WBench) for installation and evaluation instructions. You can download the weights using the Hugging Face CLI:
29
+
30
+ ```bash
31
+ huggingface-cli download meituan-longcat/WBench-weights --local-dir weights/
32
+ ```
33
 
34
  ## Disclaimer
35
 
 
38
  - **Kaining Ying**: kaining.ying.cv@gmail.com
39
  - **Siyu Ren**: rensiyu07@meituan.com
40
 
41
+ ## Citation
42
+
43
+ ```bibtex
44
+ @article{ying2025wbench,
45
+ title={WBench: A Comprehensive Multi-turn Benchmark for Interactive Video World Model Evaluation},
46
+ author={Ying, Kaining and Hu, Hengrui and Ren, Siyu and Li, Jiamu and Chen, Fengjiao and Wang, Ziwen and Cao, Xuezhi and Cai, Xunliang and Ding, Henghui},
47
+ journal={arXiv preprint arXiv:2605.25874},
48
+ year={2025}
49
+ }
50
+ ```