OpenBMB / OlympiadBench

[ACL 2024]Official GitHub repo for OlympiadBench: A Challenging Benchmark for Promoting AGI with Olympiad-Level Bilingual Multimodal Scientific Problems.
MIT License
89 stars 7 forks source link

inquiry about Geometry question #2

Closed SHITIANYU-hue closed 2 weeks ago

SHITIANYU-hue commented 6 months ago

i am wondering about geometry question, how did you put the image into GPT4v, if it is possible to open image from the link? thanks and look forward your reply { "id": 7200, "subfield": "Plane Geometry", "question": "$如图,已知三角形ABC的顶点为A(2,4),B(0,-2),C(-2,3),求:$Image\n$AB边上的高所在直线的方程;$", "solution": [ "$设AB边上的高所在直线的方程为y=-\frac{1}{3}x+m,由该直线过点C(-2,3),得3=\frac{2}{3}+m,解得m=\frac{7}{3},故AB边上的高所在直线的方程为y=-\frac{1}{3}x+\frac{7}{3},即x+3y-7=0.$" ], "final_answer": [ "$x+3y-7=0$" ], "is_multiple_answer": false, "unit": null, "answer_type": "Equation", "error": null, "label": "Open-ended_Questions", "source": "Gaokao_Maths_mock_exam", "support_auto_scoring": true, "classification": "Gaokao_Mathematics" },

Hothan01 commented 6 months ago

We follow the GPT-4V case for inputting images. We have posted the code and hope it helps you. Also, we have made an update to the dataset. In the new version of the dataset, the images are already downloaded, not in the form of links.