{% extends "base.html" %} {% block title %}{% if lang == 'zh' %}Demo{% else %}Demo{% endif %} — Video Rating System{% endblock %} {% block content %}
{% include "_progress_bar.html" %}You will be shown pairs of videos along with their text prompts and reference images. Your task is to evaluate whether each video obeys real-world physical laws independently.
Please provide thoughtful and consistent ratings. Your evaluations are very important to us.
Check the scoring demo examples below to see how we score videos before you begin.
{% if lang == 'zh' %} 以下是人工打分的实际案例。高亮的按钮是给出的分数,下方是评分理由,供你参考如何打分。 {% else %} Below are human scoring examples. The highlighted button is the score given, with reasoning shown below. Use these as a reference for how to rate. {% endif %}
{% for demo in demos %}{{ demo.prompt }}
{% if lang == 'zh' %}点击 play 可以播放视频,再次点击可以重放{% else %}Click play to start the video; click again to replay{% endif %}