Egemen Sert commited on
Commit
14c383c
·
verified ·
1 Parent(s): 1a21e39

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -12
README.md CHANGED
@@ -39,34 +39,28 @@ size_categories:
39
 
40
  <!-- Provide a quick summary of the dataset. -->
41
 
 
 
42
  Large Language Models (LLMs) and Large Multimodal Models (LMMs) demonstrate impressive problem-solving skills across many tasks and domains. However, their ability to reason over structured, curriculum-based educational questions—particularly in the context of Turkish high school entrance examinations—has not been systematically studied.
43
 
44
  To address this gap, we introduce YKS Uniform, a balanced multimodal benchmark covering the Turkish high school curriculum with equal representation across all topics. By sampling six questions per topic, we constructed a dataset of 1,854 multimodal questions spanning both TYT and AYT exams. These questions require deep reasoning over text, diagrams, and exam-style contexts.
45
 
46
  Using this benchmark, we conducted a comprehensive evaluation of 16 open-weight and proprietary models. Our results highlight both the strengths and limitations of current models in handling exam-style reasoning tasks. The best-performing system, Gemini-2.5-Flash, achieved an overall accuracy of %84.7, substantially higher than open-weight alternatives but still leaving a measurable gap to human-level performance.
47
 
48
- Visit [YKS Uniform](https://yks-uniform.github.io/) webpage for details.
49
 
50
  ## Dataset Details
51
 
52
  ### Dataset Description
53
 
54
  <!-- Provide a longer summary of what this dataset is. -->
55
- 1854 multimodal exam preparation questions spanning 309 topics in Turkish High School curriculum. Each topic is equally represented by sampling first six questions of each topic's test from publicly available e-books of a publisher (hence the name Uniform). For academic use only.
56
 
57
 
58
  - **Curated by:** Egemen Sert, Şeyda Ertekin
59
  - **Language(s) (NLP):** Turkish, English
60
  - **License:** MIT
61
-
62
- ### Dataset Sources
63
-
64
- <!-- Provide the basic links for the dataset. -->
65
-
66
- - **Repository:** [[More Information Needed]](https://yks-uniform.github.io/)
67
- - **Paper [optional]:** [More Information Needed]
68
- - **Demo [optional]:** [More Information Needed]
69
-
70
  ## Uses
71
 
72
  <!-- Address questions around how the dataset is intended to be used. -->
@@ -79,6 +73,7 @@ This is a benchmark dataset for academic use only. Please use the dataset exclus
79
 
80
  **BibTeX:**
81
 
 
82
  @misc{yksuniform2025,
83
  title = {YKS Uniform: A Balanced Multimodal Benchmark Covering the Turkish High School Curriculum},
84
  author = {Sert, Egemen and Ertekin, Şeyda},
@@ -86,7 +81,7 @@ This is a benchmark dataset for academic use only. Please use the dataset exclus
86
  howpublished = {\url{https://yks-uniform.github.io/}},
87
  note = {Accessed: 2025-08-23}
88
  }
89
-
90
 
91
  ## Dataset Card Contact
92
 
 
39
 
40
  <!-- Provide a quick summary of the dataset. -->
41
 
42
+ ![Scientia dux vitae certissimus](https://yks-uniform.github.io/assets/bilim_agaci.jpg)
43
+
44
  Large Language Models (LLMs) and Large Multimodal Models (LMMs) demonstrate impressive problem-solving skills across many tasks and domains. However, their ability to reason over structured, curriculum-based educational questions—particularly in the context of Turkish high school entrance examinations—has not been systematically studied.
45
 
46
  To address this gap, we introduce YKS Uniform, a balanced multimodal benchmark covering the Turkish high school curriculum with equal representation across all topics. By sampling six questions per topic, we constructed a dataset of 1,854 multimodal questions spanning both TYT and AYT exams. These questions require deep reasoning over text, diagrams, and exam-style contexts.
47
 
48
  Using this benchmark, we conducted a comprehensive evaluation of 16 open-weight and proprietary models. Our results highlight both the strengths and limitations of current models in handling exam-style reasoning tasks. The best-performing system, Gemini-2.5-Flash, achieved an overall accuracy of %84.7, substantially higher than open-weight alternatives but still leaving a measurable gap to human-level performance.
49
 
50
+ Visit [YKS Uniform](https://yks-uniform.github.io/) for details.
51
 
52
  ## Dataset Details
53
 
54
  ### Dataset Description
55
 
56
  <!-- Provide a longer summary of what this dataset is. -->
57
+ Developed by METU Computer Engineering. A 1854 multimodal exam preparation questions spanning 309 topics in Turkish High School curriculum. Each topic is equally represented by sampling first six questions of each topic's test from publicly available e-books of a publisher (hence the name Uniform). For academic use only.
58
 
59
 
60
  - **Curated by:** Egemen Sert, Şeyda Ertekin
61
  - **Language(s) (NLP):** Turkish, English
62
  - **License:** MIT
63
+ -
 
 
 
 
 
 
 
 
64
  ## Uses
65
 
66
  <!-- Address questions around how the dataset is intended to be used. -->
 
73
 
74
  **BibTeX:**
75
 
76
+ ```
77
  @misc{yksuniform2025,
78
  title = {YKS Uniform: A Balanced Multimodal Benchmark Covering the Turkish High School Curriculum},
79
  author = {Sert, Egemen and Ertekin, Şeyda},
 
81
  howpublished = {\url{https://yks-uniform.github.io/}},
82
  note = {Accessed: 2025-08-23}
83
  }
84
+ ```
85
 
86
  ## Dataset Card Contact
87