{ "name": "OlympiadBench", "release_date": "2024-06-17", "subsets": { "main": { "language": [ "en", "zh" ], "modalities": [ "multi_image_start", "text" ], "task_type": "vqa", "prompt_template": "{% for _ in range(n_images) %}{% endfor %}{% if language == 'English' %}The following is an open-ended problem from an International {% if subject == 'Physics' %}Physics{% else %}Mathematics{% endif %} competition. Please calculate the answer according to the given requirements and the information provided. Please use LaTeX format to represent the variables and formulas used in the solution process and results. Please end your solution with \"So the final answer is \\boxed{answer}.\" and give the result explicitly.{% else %}以下是中国{% if subject == 'Physics' %}物理{% else %}数学{% endif %}竞赛中的解答题。请根据题目的要求和所提供的信息计算得出答案。解答过程和结果中使用的变量和公式请使用LaTeX格式表示。请在最后以\"所以最终答案是\\boxed{答案}。\"显式给出结果。{% endif %}\n{{ question }}{% if context %}\n\nContext: {{ context }}{% endif %}", "mapping_from_source": { "media": { "from": "images", "type": "list", "min_items": 0, "max_items": 4 }, "id": { "from": "id" }, "question": { "from": "question" }, "answer": { "from": "answer", "optional": true }, "extra": { "n_images": { "from": "n_images" }, "context": { "from": "context" }, "subject": { "from": "subject" }, "subfield": { "from": "subfield" }, "difficulty": { "from": "difficulty" }, "language": { "from": "language" }, "answer_type": { "from": "answer_type" } }, "source": { "format": "json", "url": { "OE_MM_maths_en_COMP": "https://huggingface.co/datasets/Hothan/OlympiadBench", "OE_MM_maths_zh_CEE": "https://huggingface.co/datasets/Hothan/OlympiadBench", "OE_MM_maths_zh_COMP": "https://huggingface.co/datasets/Hothan/OlympiadBench", "OE_MM_physics_en_COMP": "https://huggingface.co/datasets/Hothan/OlympiadBench", "OE_MM_physics_zh_CEE": "https://huggingface.co/datasets/Hothan/OlympiadBench", "OE_TO_maths_en_COMP": "https://huggingface.co/datasets/Hothan/OlympiadBench", "OE_TO_maths_zh_CEE": "https://huggingface.co/datasets/Hothan/OlympiadBench", "OE_TO_maths_zh_COMP": "https://huggingface.co/datasets/Hothan/OlympiadBench", "OE_TO_physics_en_COMP": "https://huggingface.co/datasets/Hothan/OlympiadBench", "OE_TO_physics_zh_CEE": "https://huggingface.co/datasets/Hothan/OlympiadBench", "TP_MM_maths_en_COMP": "https://huggingface.co/datasets/Hothan/OlympiadBench", "TP_MM_maths_zh_CEE": "https://huggingface.co/datasets/Hothan/OlympiadBench", "TP_MM_maths_zh_COMP": "https://huggingface.co/datasets/Hothan/OlympiadBench", "TP_MM_physics_en_COMP": "https://huggingface.co/datasets/Hothan/OlympiadBench", "TP_TO_maths_en_COMP": "https://huggingface.co/datasets/Hothan/OlympiadBench", "TP_TO_maths_zh_CEE": "https://huggingface.co/datasets/Hothan/OlympiadBench", "TP_TO_maths_zh_COMP": "https://huggingface.co/datasets/Hothan/OlympiadBench", "TP_TO_physics_en_COMP": "https://huggingface.co/datasets/Hothan/OlympiadBench" } } }, "prompt_template_source": { "origin": "official", "reference": "https://github.com/open-compass/VLMEvalKit/blob/main/vlmeval/dataset/image_vqa.py (OlympiadBench.build_prompt — language×subject×is_theorem_proving switching, English/Chinese preambles)", "notes": "Tier 3: VLMEvalKit OlympiadBench.build_prompt — per-row language/subject branching for international Olympiad-style problems." } } } }