KIEFERSA/greek-nlu-bench
Greek NLU Benchmark Frozen (v1.0) Greek language-understanding benchmark — 9,751 items / 18 tasks, one split per task. Native-verified and train/eval-disjoint. Built to detect CPT/SFT gains and regressions on Greek, weighted toward morphology-sensitive tasks. Item schema One JSON object per line; identical envelope across tasks: { "id": "el-mcq-000042", "task": "mcq", "language": "el", "version": "1.0", "tags": {"category": "linguistic", "phenomenon":… See the full description on the dataset page: https://huggingface.co/datasets/KIEFERSA/greek-nlu-bench.
Greek NLU Benchmark
Frozen (v1.0) Greek language-understanding benchmark — 9,751 items / 18 tasks, one split per task. Native-verified and train/eval-disjoint. Built to detect CPT/SFT gains and regressions on Greek, weighted toward morphology-sensitive tasks.
Item schema
One JSON object per line; identical envelope across tasks:
{
"id": "el-mcq-000042", "task": "mcq", "language": "el", "version": "1.0",
"tags": {"category": "linguistic", "phenomenon": "case_agreement", "difficulty": "hard", "domain": "...", "use_case": "...", "split": "dev"},
"input": { }, "gold": { }
}input/gold shapes are task-specific (see table). Enums: category ∈ {linguistic, knowledge}; difficulty ∈ {easy, medium, hard}; split ∈ {dev, test} (this release is dev).
Tasks
★ primary morphology sensor · † separate track — excluded from the NLU macro average
Scoring
- Headline: macro-average of per-task accuracies (MT track reported separately).
- Greek-aware normalization: NFC; accents stripped except where the phenomenon under test is the accent; final sigma folded unless tested.
- Choice tasks support a logprob path (argmax over option continuations) to remove parse noise; generation/regression tasks use greedy decode + parse.
- Primary deliverable is the sliced table (by
category/phenomenon/difficulty) and a baseline→candidate diff with regression flags.
from datasets import load_dataset
nli = load_dataset("KIEFERSA/greek-nlu-bench", "nli")["dev"] # one config per taskReference harness: `greek-bench` · Leaderboard.
© KIEFER TEK LTD.
