NorEval is a comprehensive evaluation benchmark for Norwegian language models, described in Mikhailov et al. (2025). NorEval version 1.1 consists of 35 tasks spanning linguistic knowledge, language understanding, world knowledge & reasoning, generation & summarization, and translation. All evaluations are conducted using lm-eval-harness.
Error bars are asymmetric 95% CIs for the score under the selected prompt aggregation (max by default).
For max. The interval combines per-prompt sampling noise with the uncertainty over which prompt is best. The lower bound has a Bonferroni correction across the $k$ prompts; the upper bound does not. CIs are therefore wider below the bar than above.
$$L = \max_i \ell\!\left(c_i,\, n_i,\, \tfrac{\alpha}{2k}\right), \qquad U = \max_i u\!\left(c_i,\, n_i,\, \tfrac{\alpha}{2}\right)$$
Per-prompt bounds $\ell$ and $u$ are exact Clopper–Pearson binomial quantiles for accuracy and exact-match metrics; for corpus-level metrics (BLEU, ROUGE, chrF, token-F1) we use the normal approximation with the harness bootstrap SE.
For mean. Symmetric CI from the Welch–Satterthwaite combination of sampling SE and the SD across prompts.
For median and first. Sampling CI of the prompt that achieved that statistic.
Caveats. Three benchmarks (norec_document, norec_sentence, ask_gec) have no harness-supplied SE, so we apply the binomial bounds as a coarse placeholder — F1 and ERRANT-F0.5 aren't proper Bernoulli proportions, so their CIs are indicative rather than exact. When averaging across benchmarks, lower and upper distances are propagated independently as $\sqrt{\sum d_i^2}/N$.
Aggregate views normalize scores before averaging to put different metrics on a common scale. The default random baseline normalization maps each score to:
normalized = (raw − random_baseline) / (max_performance − random_baseline) × 100
where 0 = random chance and 100 = perfect performance. Other normalization options (min-max, z-score, percentile) are available from the Normalization dropdown.
@inproceedings{mikhailov-etal-2025-noreval,
title = "{N}or{E}val: A {N}orwegian Language Understanding and Generation Evaluation Benchmark",
author = "Mikhailov, Vladislav and Enstad, Tita and Samuel, David and
Farseth{\r{a}}s, Hans Christian and Kutuzov, Andrey and
Velldal, Erik and {\O}vrelid, Lilja",
booktitle = "Findings of the Association for Computational Linguistics: ACL 2025",
year = "2025",
url = "https://aclanthology.org/2025.findings-acl.181/",
}