Update constants.py
Browse files- constants.py +1 -1
constants.py
CHANGED
@@ -72,7 +72,7 @@ INFO_DIR = "./worldscore_leaderboard_submission/model_info.csv"
|
|
72 |
COLUMN_NAMES = MODEL_INFO + TASK_INFO
|
73 |
|
74 |
LEADERBORAD_INTRODUCTION = """# WorldScore Leaderboard
|
75 |
-
[Paper]() | [Website](https://haoyi-duan.github.io/WorldScore/) | [Code](https://github.com/haoyi-duan/WorldScore) | [Dataset](https://huggingface.co/datasets/Howieeeee/WorldScore)
|
76 |
|
77 |
π Welcome to the leaderboard of **WorldScore**, the first unified evaluation benchmark for world generation.
|
78 |
|
|
|
72 |
COLUMN_NAMES = MODEL_INFO + TASK_INFO
|
73 |
|
74 |
LEADERBORAD_INTRODUCTION = """# WorldScore Leaderboard
|
75 |
+
[Paper](https://arxiv.org/abs/2504.00983) | [Website](https://haoyi-duan.github.io/WorldScore/) | [Code](https://github.com/haoyi-duan/WorldScore) | [Dataset](https://huggingface.co/datasets/Howieeeee/WorldScore)
|
76 |
|
77 |
π Welcome to the leaderboard of **WorldScore**, the first unified evaluation benchmark for world generation.
|
78 |
|