File size: 1,202 Bytes
020edad |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 |
<!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">
<!-- Intro Section -->
<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>
<!-- Table -->
<div id="table-container" class="table-container">
Loading leaderboard...
</div>
</main>
<script src="script.js"></script>
</body>
</html>
|