|
|
<!DOCTYPE html> |
|
|
<html lang="en"> |
|
|
<head> |
|
|
<meta charset="UTF-8" /> |
|
|
<title>WorldScore Leaderboard</title> |
|
|
<link rel="stylesheet" href="style.css" /> |
|
|
</head> |
|
|
|
|
|
<body> |
|
|
<main class="page"> |
|
|
|
|
|
|
|
|
<div id="intro" class="intro"> |
|
|
<h1>WorldScore Leaderboard</h1> |
|
|
|
|
|
<div class="intro-links"> |
|
|
<a href="https://arxiv.org/abs/2504.00983" target="_blank">Paper</a> | |
|
|
<a href="https://haoyi-duan.github.io/WorldScore/" target="_blank">Website</a> | |
|
|
<a href="https://github.com/haoyi-duan/WorldScore" target="_blank">Code</a> | |
|
|
<a href="https://huggingface.co/datasets/Howieeeee/WorldScore" target="_blank">Dataset</a> | |
|
|
<a href="https://github.com/haoyi-duan/WorldScore?tab=readme-ov-file#leaderboard" target="_blank">Join Leaderboard</a> |
|
|
</div> |
|
|
|
|
|
<p class="intro-text"> |
|
|
π Welcome to the leaderboard of <b>WorldScore</b>, the first unified evaluation benchmark for world generation. |
|
|
</p> |
|
|
|
|
|
<hr class="divider"> |
|
|
</div> |
|
|
|
|
|
|
|
|
<div id="table-container" class="table-container"> |
|
|
Loading leaderboard... |
|
|
</div> |
|
|
|
|
|
</main> |
|
|
|
|
|
<script src="script.js"></script> |
|
|
</body> |
|
|
</html> |
|
|
|