mkonomi commited on
Commit
e92d9d3
·
verified ·
1 Parent(s): 9e927a2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -7
README.md CHANGED
@@ -1443,7 +1443,7 @@ dataset_info:
1443
 
1444
  ![截屏2026-02-03 23.44.48 (1)](https://cdn-uploads.huggingface.co/production/uploads/682b190a4c3daf53d9661890/OPWtCsWkE9difLhqHjALb.png)
1445
 
1446
- # GreekMMLU
1447
  GreekMMLU is a native-sourced benchmark for evaluating massive multitask language understanding in Greek, built from authentic Greek exam-style multiple-choice questions (MCQ) rather than machine-translated English benchmarks.
1448
 
1449
  21,805 questions across 45 subjects
@@ -1468,24 +1468,23 @@ ds = load_dataset("dascim/GreekMMLU", "Agriculture_Professional")
1468
  ds = load_dataset("dascim/GreekMMLU", "All")
1469
 
1470
 
1471
-
1472
- # Links
1473
  GitHub: https://github.com/mersinkonomi/GreekMMLU
1474
 
1475
  Private leaderboard: https://huggingface.co/spaces/yangzhang33/GreekMMLU-Leaderboard
1476
 
1477
- # What makes GreekMMLU different?
1478
  Most “Greek MMLU” style evaluations rely on machine translation from English. GreekMMLU instead uses original Greek content sourced or authored from real educational/professional assessments, aiming to preserve:
1479
  Greek morphology and punctuation
1480
  Greek-specific cultural / institutional knowledge (e.g., Greek History, Greek Traditions)
1481
  Realistic exam difficulty calibration
1482
 
1483
- # Task format
1484
  Multiple choice, 2–4 options, exactly one correct.
1485
  The harness prompt uses Greek option labels (Α, Β, Γ, Δ) for a fully native evaluation setup.
1486
 
1487
 
1488
- # Subjects (high-level)
1489
  GreekMMLU includes 45 subjects, grouped into:
1490
 
1491
  **Humanities** (e.g., Art; Greek History; Greek Literature; Greek Mythology; Law; World Religions)
@@ -1494,7 +1493,7 @@ GreekMMLU includes 45 subjects, grouped into:
1494
  **Other** (e.g., Driving Rules; General Knowledge; Maritime Safety and Rescue Operations)
1495
  See the paper for the full taxonomy and educational-level breakdown.
1496
 
1497
- # Citation
1498
  If you use GreekMMLU in your work, please cite the paper:
1499
 
1500
 
 
1443
 
1444
  ![截屏2026-02-03 23.44.48 (1)](https://cdn-uploads.huggingface.co/production/uploads/682b190a4c3daf53d9661890/OPWtCsWkE9difLhqHjALb.png)
1445
 
1446
+ ## GreekMMLU
1447
  GreekMMLU is a native-sourced benchmark for evaluating massive multitask language understanding in Greek, built from authentic Greek exam-style multiple-choice questions (MCQ) rather than machine-translated English benchmarks.
1448
 
1449
  21,805 questions across 45 subjects
 
1468
  ds = load_dataset("dascim/GreekMMLU", "All")
1469
 
1470
 
1471
+ ## Links
 
1472
  GitHub: https://github.com/mersinkonomi/GreekMMLU
1473
 
1474
  Private leaderboard: https://huggingface.co/spaces/yangzhang33/GreekMMLU-Leaderboard
1475
 
1476
+ ## What makes GreekMMLU different?
1477
  Most “Greek MMLU” style evaluations rely on machine translation from English. GreekMMLU instead uses original Greek content sourced or authored from real educational/professional assessments, aiming to preserve:
1478
  Greek morphology and punctuation
1479
  Greek-specific cultural / institutional knowledge (e.g., Greek History, Greek Traditions)
1480
  Realistic exam difficulty calibration
1481
 
1482
+ ## Task format
1483
  Multiple choice, 2–4 options, exactly one correct.
1484
  The harness prompt uses Greek option labels (Α, Β, Γ, Δ) for a fully native evaluation setup.
1485
 
1486
 
1487
+ ## Subjects (high-level)
1488
  GreekMMLU includes 45 subjects, grouped into:
1489
 
1490
  **Humanities** (e.g., Art; Greek History; Greek Literature; Greek Mythology; Law; World Religions)
 
1493
  **Other** (e.g., Driving Rules; General Knowledge; Maritime Safety and Rescue Operations)
1494
  See the paper for the full taxonomy and educational-level breakdown.
1495
 
1496
+ ## Citation
1497
  If you use GreekMMLU in your work, please cite the paper:
1498
 
1499