Datasets:
Add metadata for SFE (Scientists First Exam) Multimodal Science Benchmark
Browse files- metadata.json +30 -0
metadata.json
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"dataset_name": "sfe-scientists-first-exam",
|
| 3 |
+
"pretty_name": "SFE (Scientists First Exam) Multimodal Science Benchmark",
|
| 4 |
+
"name_zh": "SFE 科学家第一考试多模态评测数据集",
|
| 5 |
+
"organization": "obaydata",
|
| 6 |
+
"description": "SFE (Scientists First Exam) is a multimodal scientific LLM evaluation benchmark. It uses original research data combined with expert annotations to construct high-difficulty scientific reasoning datasets, evaluating models' full-chain research capabilities from signal perception and attribute understanding to complex reasoning.\n\n**Domains:** Astronomy, Earth Science, Life Science, Materials Science, and more.\n\n**Data Production:** Domain experts combine the latest research results to annotate high-difficulty multimodal image-text questions with answer explanations.\n\n**Difficulty Standard:** Data is produced to the pass@4 standard where the model answers correctly at most twice out of four attempts.",
|
| 7 |
+
"description_zh": "SFE(Scientists First Exam)是多模态科学大模型评测基准,核心是用原始科研数据 + 专家标注构建高难度科学推理数据集,评估模型从信号感知、属性理解到复杂推理的全链条科研能力。\n\n由专家结合最新研究成果在天文学、地球科学、生命科学、材料科学等领域进行标注,生产出具备高难度的多模态图文题目并出具答案解析。生产数据按照pass@4标准模型至多答对两次。",
|
| 8 |
+
"scale": "Weekly production capacity: 300 entries",
|
| 9 |
+
"format": "JSON with images",
|
| 10 |
+
"use_case": "Evaluating multimodal LLMs on expert-level scientific reasoning across multiple disciplines",
|
| 11 |
+
"license": "cc-by-nc-4.0",
|
| 12 |
+
"copyright": "Full copyright provided",
|
| 13 |
+
"tags": [
|
| 14 |
+
"science",
|
| 15 |
+
"multimodal",
|
| 16 |
+
"benchmark",
|
| 17 |
+
"evaluation",
|
| 18 |
+
"astronomy",
|
| 19 |
+
"earth-science",
|
| 20 |
+
"biology",
|
| 21 |
+
"materials-science"
|
| 22 |
+
],
|
| 23 |
+
"task_categories": [
|
| 24 |
+
"visual-question-answering",
|
| 25 |
+
"question-answering"
|
| 26 |
+
],
|
| 27 |
+
"sample_link": "",
|
| 28 |
+
"contact": "simon.su@obaydata.com",
|
| 29 |
+
"homepage": "https://obaydata.com"
|
| 30 |
+
}
|