EuroEval 16.3.0__tar.gz → 16.4.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of EuroEval might be problematic. Click here for more details.
- {euroeval-16.3.0 → euroeval-16.4.0}/.github/ISSUE_TEMPLATE/benchmark_dataset_request.yaml +2 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/.github/ISSUE_TEMPLATE/model_evaluation_request.yaml +3 -3
- {euroeval-16.3.0 → euroeval-16.4.0}/.pre-commit-config.yaml +1 -1
- {euroeval-16.3.0 → euroeval-16.4.0}/CHANGELOG.md +67 -4
- {euroeval-16.3.0 → euroeval-16.4.0}/PKG-INFO +4 -4
- {euroeval-16.3.0 → euroeval-16.4.0}/README.md +1 -1
- euroeval-16.4.0/docs/datasets/czech.md +671 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/docs/datasets/danish.md +81 -80
- {euroeval-16.3.0 → euroeval-16.4.0}/docs/datasets/dutch.md +2 -1
- {euroeval-16.3.0 → euroeval-16.4.0}/docs/datasets/english.md +2 -1
- {euroeval-16.3.0 → euroeval-16.4.0}/docs/datasets/estonian.md +76 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/docs/datasets/finnish.md +2 -1
- {euroeval-16.3.0 → euroeval-16.4.0}/docs/datasets/french.md +2 -1
- {euroeval-16.3.0 → euroeval-16.4.0}/docs/datasets/german.md +2 -1
- {euroeval-16.3.0 → euroeval-16.4.0}/docs/datasets/italian.md +2 -1
- {euroeval-16.3.0 → euroeval-16.4.0}/docs/datasets/latvian.md +2 -1
- {euroeval-16.3.0 → euroeval-16.4.0}/docs/datasets/lithuanian.md +69 -4
- {euroeval-16.3.0 → euroeval-16.4.0}/docs/datasets/norwegian.md +2 -1
- {euroeval-16.3.0 → euroeval-16.4.0}/docs/datasets/polish.md +30 -28
- {euroeval-16.3.0 → euroeval-16.4.0}/docs/datasets/portuguese.md +2 -1
- euroeval-16.4.0/docs/datasets/slovak.md +446 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/docs/datasets/spanish.md +2 -1
- {euroeval-16.3.0 → euroeval-16.4.0}/docs/datasets/swedish.md +83 -82
- euroeval-16.4.0/docs/leaderboards/Monolingual/czech.md +26 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/docs/leaderboards/Monolingual/danish.md +3 -2
- {euroeval-16.3.0 → euroeval-16.4.0}/docs/leaderboards/Monolingual/dutch.md +3 -2
- {euroeval-16.3.0 → euroeval-16.4.0}/docs/leaderboards/Monolingual/english.md +3 -2
- {euroeval-16.3.0 → euroeval-16.4.0}/docs/leaderboards/Monolingual/estonian.md +3 -2
- {euroeval-16.3.0 → euroeval-16.4.0}/docs/leaderboards/Monolingual/faroese.md +3 -2
- {euroeval-16.3.0 → euroeval-16.4.0}/docs/leaderboards/Monolingual/finnish.md +3 -2
- {euroeval-16.3.0 → euroeval-16.4.0}/docs/leaderboards/Monolingual/french.md +3 -2
- {euroeval-16.3.0 → euroeval-16.4.0}/docs/leaderboards/Monolingual/german.md +3 -2
- {euroeval-16.3.0 → euroeval-16.4.0}/docs/leaderboards/Monolingual/icelandic.md +3 -2
- {euroeval-16.3.0 → euroeval-16.4.0}/docs/leaderboards/Monolingual/italian.md +3 -2
- {euroeval-16.3.0 → euroeval-16.4.0}/docs/leaderboards/Monolingual/latvian.md +3 -2
- euroeval-16.4.0/docs/leaderboards/Monolingual/lithuanian.md +26 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/docs/leaderboards/Monolingual/norwegian.md +3 -2
- euroeval-16.4.0/docs/leaderboards/Monolingual/polish.md +26 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/docs/leaderboards/Monolingual/portuguese.md +3 -2
- {euroeval-16.3.0 → euroeval-16.4.0}/docs/leaderboards/Monolingual/spanish.md +3 -2
- {euroeval-16.3.0 → euroeval-16.4.0}/docs/leaderboards/Monolingual/swedish.md +3 -2
- euroeval-16.4.0/docs/leaderboards/Multilingual/baltic.md +26 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/docs/leaderboards/Multilingual/european.md +3 -2
- {euroeval-16.3.0 → euroeval-16.4.0}/docs/leaderboards/Multilingual/finnic.md +5 -4
- {euroeval-16.3.0 → euroeval-16.4.0}/docs/leaderboards/Multilingual/germanic.md +3 -2
- {euroeval-16.3.0 → euroeval-16.4.0}/docs/leaderboards/Multilingual/mainland-scandinavian.md +3 -2
- {euroeval-16.3.0 → euroeval-16.4.0}/docs/leaderboards/Multilingual/romance.md +3 -2
- euroeval-16.4.0/docs/leaderboards/Multilingual/slavic.md +26 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/pyproject.toml +8 -3
- {euroeval-16.3.0 → euroeval-16.4.0}/src/euroeval/__init__.py +3 -2
- {euroeval-16.3.0 → euroeval-16.4.0}/src/euroeval/benchmark_config_factory.py +0 -4
- {euroeval-16.3.0 → euroeval-16.4.0}/src/euroeval/benchmark_modules/base.py +3 -16
- {euroeval-16.3.0 → euroeval-16.4.0}/src/euroeval/benchmark_modules/fresh.py +2 -1
- {euroeval-16.3.0 → euroeval-16.4.0}/src/euroeval/benchmark_modules/hf.py +99 -62
- {euroeval-16.3.0 → euroeval-16.4.0}/src/euroeval/benchmark_modules/litellm.py +101 -41
- {euroeval-16.3.0 → euroeval-16.4.0}/src/euroeval/benchmark_modules/vllm.py +91 -83
- {euroeval-16.3.0 → euroeval-16.4.0}/src/euroeval/benchmarker.py +84 -78
- euroeval-16.4.0/src/euroeval/caching_utils.py +79 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/euroeval/callbacks.py +5 -7
- {euroeval-16.3.0 → euroeval-16.4.0}/src/euroeval/constants.py +6 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/euroeval/data_loading.py +14 -11
- {euroeval-16.3.0 → euroeval-16.4.0}/src/euroeval/data_models.py +12 -4
- {euroeval-16.3.0 → euroeval-16.4.0}/src/euroeval/dataset_configs/__init__.py +2 -0
- euroeval-16.4.0/src/euroeval/dataset_configs/czech.py +79 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/euroeval/dataset_configs/danish.py +10 -11
- {euroeval-16.3.0 → euroeval-16.4.0}/src/euroeval/dataset_configs/dutch.py +0 -1
- {euroeval-16.3.0 → euroeval-16.4.0}/src/euroeval/dataset_configs/english.py +0 -1
- {euroeval-16.3.0 → euroeval-16.4.0}/src/euroeval/dataset_configs/estonian.py +11 -1
- {euroeval-16.3.0 → euroeval-16.4.0}/src/euroeval/dataset_configs/finnish.py +0 -1
- {euroeval-16.3.0 → euroeval-16.4.0}/src/euroeval/dataset_configs/french.py +0 -1
- {euroeval-16.3.0 → euroeval-16.4.0}/src/euroeval/dataset_configs/german.py +0 -1
- {euroeval-16.3.0 → euroeval-16.4.0}/src/euroeval/dataset_configs/italian.py +0 -1
- {euroeval-16.3.0 → euroeval-16.4.0}/src/euroeval/dataset_configs/latvian.py +0 -1
- {euroeval-16.3.0 → euroeval-16.4.0}/src/euroeval/dataset_configs/lithuanian.py +9 -3
- {euroeval-16.3.0 → euroeval-16.4.0}/src/euroeval/dataset_configs/norwegian.py +0 -1
- {euroeval-16.3.0 → euroeval-16.4.0}/src/euroeval/dataset_configs/polish.py +0 -1
- {euroeval-16.3.0 → euroeval-16.4.0}/src/euroeval/dataset_configs/portuguese.py +0 -1
- euroeval-16.4.0/src/euroeval/dataset_configs/slovak.py +60 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/euroeval/dataset_configs/spanish.py +0 -1
- {euroeval-16.3.0 → euroeval-16.4.0}/src/euroeval/dataset_configs/swedish.py +10 -12
- {euroeval-16.3.0 → euroeval-16.4.0}/src/euroeval/finetuning.py +21 -15
- {euroeval-16.3.0 → euroeval-16.4.0}/src/euroeval/generation.py +10 -10
- {euroeval-16.3.0 → euroeval-16.4.0}/src/euroeval/generation_utils.py +2 -3
- euroeval-16.4.0/src/euroeval/logging_utils.py +250 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/euroeval/metrics/base.py +0 -3
- {euroeval-16.3.0 → euroeval-16.4.0}/src/euroeval/metrics/huggingface.py +9 -5
- {euroeval-16.3.0 → euroeval-16.4.0}/src/euroeval/metrics/llm_as_a_judge.py +5 -3
- {euroeval-16.3.0 → euroeval-16.4.0}/src/euroeval/metrics/pipeline.py +17 -9
- {euroeval-16.3.0 → euroeval-16.4.0}/src/euroeval/metrics/speed.py +0 -3
- {euroeval-16.3.0 → euroeval-16.4.0}/src/euroeval/model_cache.py +11 -14
- {euroeval-16.3.0 → euroeval-16.4.0}/src/euroeval/model_config.py +4 -5
- {euroeval-16.3.0 → euroeval-16.4.0}/src/euroeval/model_loading.py +3 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/euroeval/prompt_templates/linguistic_acceptability.py +21 -3
- {euroeval-16.3.0 → euroeval-16.4.0}/src/euroeval/prompt_templates/multiple_choice.py +25 -1
- {euroeval-16.3.0 → euroeval-16.4.0}/src/euroeval/prompt_templates/named_entity_recognition.py +51 -11
- {euroeval-16.3.0 → euroeval-16.4.0}/src/euroeval/prompt_templates/reading_comprehension.py +31 -3
- {euroeval-16.3.0 → euroeval-16.4.0}/src/euroeval/prompt_templates/sentiment_classification.py +23 -1
- {euroeval-16.3.0 → euroeval-16.4.0}/src/euroeval/prompt_templates/summarization.py +26 -6
- {euroeval-16.3.0 → euroeval-16.4.0}/src/euroeval/scores.py +7 -7
- {euroeval-16.3.0 → euroeval-16.4.0}/src/euroeval/speed_benchmark.py +3 -5
- {euroeval-16.3.0 → euroeval-16.4.0}/src/euroeval/task_group_utils/multiple_choice_classification.py +0 -3
- {euroeval-16.3.0 → euroeval-16.4.0}/src/euroeval/task_group_utils/question_answering.py +0 -3
- {euroeval-16.3.0 → euroeval-16.4.0}/src/euroeval/task_group_utils/sequence_classification.py +43 -31
- {euroeval-16.3.0 → euroeval-16.4.0}/src/euroeval/task_group_utils/text_to_text.py +17 -8
- {euroeval-16.3.0 → euroeval-16.4.0}/src/euroeval/task_group_utils/token_classification.py +10 -9
- {euroeval-16.3.0 → euroeval-16.4.0}/src/euroeval/tokenisation_utils.py +14 -12
- {euroeval-16.3.0 → euroeval-16.4.0}/src/euroeval/utils.py +29 -146
- euroeval-16.4.0/src/scripts/__init__.py +1 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/constants.py +2 -0
- euroeval-16.4.0/src/scripts/create_cs_gec.py +83 -0
- euroeval-16.4.0/src/scripts/create_csfd_sentiment.py +97 -0
- euroeval-16.4.0/src/scripts/create_csfd_sentiment_sk.py +92 -0
- euroeval-16.4.0/src/scripts/create_czech_news.py +75 -0
- euroeval-16.4.0/src/scripts/create_hellaswag_cs.py +120 -0
- euroeval-16.4.0/src/scripts/create_lithuanian_lrytas_summarization.py +87 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/create_lt_history.py +13 -6
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/create_mmlu.py +1 -1
- euroeval-16.4.0/src/scripts/create_mmlu_et.py +162 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/create_multi_wiki_qa.py +1 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/create_norglm_multiqa.py +20 -0
- euroeval-16.4.0/src/scripts/create_poner.py +125 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/create_scala.py +4 -0
- euroeval-16.3.0/src/scripts/create_swedish_skolprov.py → euroeval-16.4.0/src/scripts/create_skolprov.py +25 -18
- euroeval-16.4.0/src/scripts/create_sqad.py +137 -0
- euroeval-16.4.0/src/scripts/create_umimeto_qa.py +114 -0
- euroeval-16.4.0/src/scripts/create_uner_sk.py +183 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/create_winogrande.py +20 -1
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/load_ud_pos.py +199 -73
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/versioning.py +1 -1
- {euroeval-16.3.0 → euroeval-16.4.0}/tests/conftest.py +14 -11
- {euroeval-16.3.0 → euroeval-16.4.0}/tests/test_benchmark_modules/test_hf.py +11 -5
- {euroeval-16.3.0 → euroeval-16.4.0}/tests/test_benchmarker.py +10 -4
- {euroeval-16.3.0 → euroeval-16.4.0}/tests/test_constants.py +4 -2
- euroeval-16.4.0/tests/test_data_loading.py +166 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/tests/test_data_models.py +2 -1
- {euroeval-16.3.0 → euroeval-16.4.0}/tests/test_dataset_configs.py +36 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/tests/test_model_config.py +1 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/tests/test_model_loading.py +3 -0
- euroeval-16.4.0/tests/test_scripts/__init__.py +1 -0
- euroeval-16.4.0/tests/test_scripts/test_create_scala/__init__.py +1 -0
- euroeval-16.4.0/tests/test_scripts/test_create_scala/test_create_scala.py +86 -0
- euroeval-16.4.0/tests/test_scripts/test_create_scala/test_data/de_gsd-ud-train.conllu.adp_det +12 -0
- euroeval-16.4.0/tests/test_scripts/test_create_scala/test_data/empty.file +0 -0
- euroeval-16.4.0/tests/test_scripts/test_create_scala/test_data/en_gum-ud-train.conllu.case +70 -0
- euroeval-16.4.0/tests/test_scripts/test_create_scala/test_data/pl_pdb-ud-train.conllu.aux_clitic_01 +11 -0
- euroeval-16.4.0/tests/test_scripts/test_create_scala/test_data/pl_pdb-ud-train.conllu.aux_clitic_02 +14 -0
- euroeval-16.4.0/tests/test_scripts/test_create_scala/test_data/pl_pdb-ud-train.conllu.aux_clitic_03 +16 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/tests/test_speed_benchmark.py +1 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/tests/test_tokenisation_utils.py +6 -2
- {euroeval-16.3.0 → euroeval-16.4.0}/uv.lock +142 -152
- euroeval-16.3.0/tests/test_data_loading.py +0 -141
- {euroeval-16.3.0 → euroeval-16.4.0}/.github/ISSUE_TEMPLATE/bug.yaml +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/.github/ISSUE_TEMPLATE/feature_request.yaml +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/.github/ISSUE_TEMPLATE/language_request.yaml +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/.github/workflows/ci.yaml +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/.gitignore +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/.markdownlint.jsonc +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/CITATION.cff +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/CODE_OF_CONDUCT.md +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/CONTRIBUTING.md +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/Dockerfile.cuda +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/LICENSE +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/NEW_DATASET_GUIDE.md +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/docs/CNAME +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/docs/README.md +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/docs/datasets/README.md +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/docs/datasets/faroese.md +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/docs/datasets/icelandic.md +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/docs/extras/radial_plotter.md +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/docs/faq.md +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/docs/gfx/favicon.png +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/docs/leaderboards/README.md +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/docs/methodology.md +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/docs/python-package.md +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/docs/tasks/README.md +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/docs/tasks/common-sense-reasoning.md +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/docs/tasks/knowledge.md +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/docs/tasks/linguistic-acceptability.md +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/docs/tasks/named-entity-recognition.md +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/docs/tasks/reading-comprehension.md +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/docs/tasks/sentiment-classification.md +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/docs/tasks/speed.md +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/docs/tasks/summarization.md +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/gfx/euroeval.png +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/gfx/euroeval.xcf +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/gfx/scandeval.png +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/makefile +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/mkdocs.yaml +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/euroeval/benchmark_modules/__init__.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/euroeval/cli.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/euroeval/dataset_configs/faroese.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/euroeval/dataset_configs/icelandic.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/euroeval/enums.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/euroeval/exceptions.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/euroeval/languages.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/euroeval/metrics/__init__.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/euroeval/prompt_templates/__init__.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/euroeval/task_group_utils/__init__.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/euroeval/tasks.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/euroeval/types.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/create_allocine.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/create_angry_tweets.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/create_arc.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/create_arc_is.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/create_belebele.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/create_boolq_pt.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/create_cnn_dailymail.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/create_conll_en.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/create_conll_es.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/create_conll_nl.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/create_copa_lv.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/create_dane.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/create_danish_citizen_tests.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/create_dansk.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/create_danske_talemaader.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/create_danske_talemaader_old.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/create_dbrd.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/create_dutch_cola.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/create_eltec.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/create_err_news.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/create_estner.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/create_estonian_valence.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/create_european_values.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/create_exam_et.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/create_fone.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/create_foqa.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/create_fosent.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/create_fquad.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/create_fullstack_ner.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/create_germanquad.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/create_germeval.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/create_goldenswag.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/create_grammar_et.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/create_harem.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/create_hellaswag.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/create_hellaswag_fi.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/create_hotter_and_colder_sentiment.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/create_ice_linguistic.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/create_icelandic_error_corpus.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/create_icelandic_knowledge.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/create_icelandic_qa.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/create_icesum.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/create_idioms_no.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/create_ilpost_sum.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/create_jentoft.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/create_kpwr_ner.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/create_latvian_lsm_summary.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/create_latvian_twitter_sentiment.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/create_life_in_the_uk.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/create_llmzszl.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/create_lt_emotions.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/create_mim_gold_ner.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/create_mlqa_es.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/create_mlsum_de.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/create_mlsum_es.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/create_mmlu_lv.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/create_multinerd-it.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/create_no_cola.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/create_no_sammendrag.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/create_nor_common_sense_qa.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/create_nordjylland_news.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/create_norec.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/create_norglm_multisum.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/create_norne.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/create_norquad.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/create_nqii.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/create_nrk_quiz_qa.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/create_orange_sum.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/create_personal_sum.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/create_polemo2.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/create_poquad.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/create_psc.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/create_publico.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/create_rrn.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/create_sb10k.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/create_scandiqa.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/create_scandisent_fi.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/create_schibsted.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/create_sentiment_headlines_es.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/create_sentipolc16.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/create_squad.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/create_squad_it.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/create_squad_nl.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/create_squad_nl_old.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/create_sst2_pt.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/create_sst5.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/create_suc3.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/create_swedn.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/create_swerec.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/create_trivia_et.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/create_turku_ner_fi.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/create_tydiqa_fi.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/create_wiki_lingua_nl.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/create_wikiann.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/create_wikineural-it.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/create_winogrande_et.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/create_winogrande_is.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/create_xlsum_fi.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/create_xquad.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/src/scripts/fix_dot_env_file.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/tests/__init__.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/tests/test_benchmark_config_factory.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/tests/test_benchmark_modules/__init__.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/tests/test_callbacks.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/tests/test_cli.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/tests/test_enums.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/tests/test_exceptions.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/tests/test_finetuning.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/tests/test_languages.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/tests/test_scores.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/tests/test_tasks.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/tests/test_types.py +0 -0
- {euroeval-16.3.0 → euroeval-16.4.0}/tests/test_utils.py +0 -0
|
@@ -24,6 +24,7 @@ body:
|
|
|
24
24
|
label: Dataset languages
|
|
25
25
|
description: What languages is the dataset in?
|
|
26
26
|
options:
|
|
27
|
+
- label: Czech
|
|
27
28
|
- label: Danish
|
|
28
29
|
- label: Dutch
|
|
29
30
|
- label: English
|
|
@@ -39,6 +40,7 @@ body:
|
|
|
39
40
|
- label: Norwegian (Bokmål or Nynorsk)
|
|
40
41
|
- label: Polish
|
|
41
42
|
- label: Portuguese
|
|
43
|
+
- label: Slovak
|
|
42
44
|
- label: Spanish
|
|
43
45
|
- label: Swedish
|
|
44
46
|
validations:
|
|
@@ -18,12 +18,12 @@ body:
|
|
|
18
18
|
What languages should this model be evaluated on? Tick all that apply. If the
|
|
19
19
|
model is multilingual (e.g., Mistral, Llama), then tick all the languages.
|
|
20
20
|
options:
|
|
21
|
+
- label: Baltic languages (Latvian, Lithuanian)
|
|
22
|
+
- label: Finnic languages (Estonian, Finnish)
|
|
21
23
|
- label: Romance languages (French, Italian, Portuguese, Spanish)
|
|
22
24
|
- label: Scandinavian languages (Danish, Faroese, Icelandic, Norwegian, Swedish)
|
|
25
|
+
- label: Slavic languages (Czech, Polish, Slovak)
|
|
23
26
|
- label: West Germanic languages (Dutch, English, German)
|
|
24
|
-
- label: Finnic languages (Estonian, Finnish)
|
|
25
|
-
- label: Baltic languages (Latvian, Lithuanian)
|
|
26
|
-
- label: Polish
|
|
27
27
|
validations:
|
|
28
28
|
required: true
|
|
29
29
|
- type: dropdown
|
|
@@ -7,15 +7,78 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [v16.4.0] - 2025-10-21
|
|
11
|
+
|
|
12
|
+
### Added
|
|
13
|
+
|
|
14
|
+
- Added support for Slovak 🇸🇰! This includes the sentiment classification dataset
|
|
15
|
+
CSFD-sentiment-sk, the linguistic acceptability dataset ScaLA-sk, the named entity
|
|
16
|
+
recognition dataset UNER-sk, the reading comprehension dataset MultiWikiQA-sk, the
|
|
17
|
+
multiple-choice classification dataset MMLU-sk, and the common-sense reasoning dataset
|
|
18
|
+
Winogrande-sk. This was contributed by @oliverkinch ✨
|
|
19
|
+
- Added support for Czech 🇨🇿! This includes the sentiment classification dataset
|
|
20
|
+
CSFD-sentiment, the linguistic acceptability dataset ScaLA-cs, the linguistic
|
|
21
|
+
acceptability dataset CS-GEC, the named entity recognition dataset PONER, the reading
|
|
22
|
+
comprehension dataset SQAD, the summarization dataset Czech News, the common-sense
|
|
23
|
+
reasoning dataset HellaSwag-cs, and the knowledge dataset Umimeto-qa. This was
|
|
24
|
+
contributed by @oliverkinch ✨
|
|
25
|
+
- Added the Lithuanian summarisation dataset Lrytas based on the Lithuanian
|
|
26
|
+
public media news portal [Lrytas.lt](https://www.lrytas.lt/). This was contributed by
|
|
27
|
+
@oliverkinch ✨
|
|
28
|
+
- Added the Estonian translation of MMLU, `mmlu-et`, as an unofficial knowledge
|
|
29
|
+
dataset.
|
|
30
|
+
|
|
31
|
+
### Changed
|
|
32
|
+
|
|
33
|
+
- Updated vLLM to `>=0.11.0`, which features several breaking changes, so we had to
|
|
34
|
+
force the minimum version. This also features support for multiple new models, such as
|
|
35
|
+
Qwen3-Next and OLMo3.
|
|
36
|
+
- Now uses MultiWikiQA-da and MultiWikiQA-sv as the official Danish and Swedish reading
|
|
37
|
+
comprehension datasets, respectively, as the quality is substantially better than
|
|
38
|
+
ScandiQA-da and ScandiQA-sv.
|
|
39
|
+
- Used 128 of the test samples from the Winogrande datasets for validation, as we
|
|
40
|
+
previously did not use a validation split. This is done for all languages except
|
|
41
|
+
Icelandic and Estonian, as these are manually translated and corrected splits from a
|
|
42
|
+
different source. Most of these are unofficial datasets and thus won't affect the
|
|
43
|
+
leaderboard rankings. The only languages for which these are official are Lithuanian
|
|
44
|
+
and Polish, which do not have official leaderboards yet - so no leaderboards are
|
|
45
|
+
affected by this change.
|
|
46
|
+
- In the same vein as the above, we now use 32 samples for validation for the Lithuanian
|
|
47
|
+
LT-history dataset and the Swedish Skolprov dataset.
|
|
48
|
+
- Changed logging styling.
|
|
49
|
+
|
|
50
|
+
### Fixed
|
|
51
|
+
|
|
52
|
+
- If a generative model consistently does not adhere to a given JSON schema, we disable
|
|
53
|
+
structured generation for that model. This was triggered by Claude models not
|
|
54
|
+
supporting Literal types in JSON schemas.
|
|
55
|
+
- Removed "e" options from the Skolprov multiple-choice dataset, as this inconsistency
|
|
56
|
+
in number of options caused issues when evaluating models on it.
|
|
57
|
+
- Fixed an issue where an uninformative logging message was shown when a model
|
|
58
|
+
configuration could not be loaded from the Hugging Face Hub, when the model was gated.
|
|
59
|
+
We now show that this is due to the gatedness, indicating that the user should log in
|
|
60
|
+
or provide a Hugging Face Hub access token to evaluate the model.
|
|
61
|
+
- Now caches functions related to loading repo info or fetching model configs from the
|
|
62
|
+
Hugging Face Hub, to avoid repeated calls to the Hub, resulting in rate limits.
|
|
63
|
+
- When running an evaluation that required the test split (e.g., European values
|
|
64
|
+
evaluation) as the last benchmark for a given model, then subsequent models would
|
|
65
|
+
continue to be evaluated on the test split, even if the user requested to use the
|
|
66
|
+
validation split. We now reset this not just after each dataset, but also after each
|
|
67
|
+
model, so that this does not happen.
|
|
68
|
+
- Now catches more errors when evaluating LiteLLM models, which were related to some
|
|
69
|
+
generation parameters not being supported (such as stop sequences) for some models.
|
|
70
|
+
- We now clean up metric writers when we're done with them, which prevents a "too many
|
|
71
|
+
open files" error when evaluating many models and datasets in a single run.
|
|
72
|
+
|
|
10
73
|
## [v16.3.0] - 2025-09-23
|
|
11
74
|
|
|
12
75
|
### Added
|
|
13
76
|
|
|
14
77
|
- Added support for Lithuanian 🇱🇹! This includes the sentiment classification dataset
|
|
15
|
-
Lithuanian Emotions, the linguistic acceptability dataset ScaLA-lt, the
|
|
16
|
-
comprehension dataset MultiWikiQA-lt, the named entity recognition dataset
|
|
17
|
-
the the history knowledge dataset LT-History, and the common-sense
|
|
18
|
-
Winogrande-lt. This was contributed by @oliverkinch ✨
|
|
78
|
+
Lithuanian Emotions, the linguistic acceptability dataset ScaLA-lt (unofficial), the
|
|
79
|
+
reading comprehension dataset MultiWikiQA-lt, the named entity recognition dataset
|
|
80
|
+
WikiANN-lt, the the history knowledge dataset LT-History, and the common-sense
|
|
81
|
+
reasoning dataset Winogrande-lt. This was contributed by @oliverkinch ✨
|
|
19
82
|
- Added "slow-tokenizer" model parameter, which can be used to force the use of a slow
|
|
20
83
|
tokenizer when loading it. Use this by replacing your model ID with
|
|
21
84
|
`<model-id>#slow-tokenizer`.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: EuroEval
|
|
3
|
-
Version: 16.
|
|
3
|
+
Version: 16.4.0
|
|
4
4
|
Summary: The robust European language model benchmark.
|
|
5
5
|
Project-URL: Repository, https://github.com/EuroEval/EuroEval
|
|
6
6
|
Project-URL: Issues, https://github.com/EuroEval/EuroEval/issues
|
|
@@ -62,12 +62,12 @@ Provides-Extra: all
|
|
|
62
62
|
Requires-Dist: bitsandbytes>=0.43.1; (platform_system == 'Linux') and extra == 'all'
|
|
63
63
|
Requires-Dist: fbgemm-gpu>=1.0.0; (platform_system == 'Linux') and extra == 'all'
|
|
64
64
|
Requires-Dist: timm>=1.0.19; extra == 'all'
|
|
65
|
-
Requires-Dist: vllm[flashinfer]
|
|
65
|
+
Requires-Dist: vllm[flashinfer]>=0.11.0; (platform_system == 'Linux') and extra == 'all'
|
|
66
66
|
Provides-Extra: generative
|
|
67
67
|
Requires-Dist: bitsandbytes>=0.43.1; (platform_system == 'Linux') and extra == 'generative'
|
|
68
68
|
Requires-Dist: fbgemm-gpu>=1.0.0; (platform_system == 'Linux') and extra == 'generative'
|
|
69
69
|
Requires-Dist: timm>=1.0.19; extra == 'generative'
|
|
70
|
-
Requires-Dist: vllm[flashinfer]
|
|
70
|
+
Requires-Dist: vllm[flashinfer]>=0.11.0; (platform_system == 'Linux') and extra == 'generative'
|
|
71
71
|
Description-Content-Type: text/markdown
|
|
72
72
|
|
|
73
73
|
<!-- This disables the requirement that the first line is a top-level heading -->
|
|
@@ -92,7 +92,7 @@ ______________________________________________________________________
|
|
|
92
92
|
[](https://arxiv.org/abs/2406.13469)
|
|
93
93
|
[](https://github.com/EuroEval/EuroEval/blob/main/LICENSE)
|
|
94
94
|
[](https://github.com/EuroEval/EuroEval/commits/main)
|
|
95
|
-
[](https://github.com/EuroEval/EuroEval/tree/main/tests)
|
|
96
96
|
[](https://github.com/EuroEval/EuroEval/blob/main/CODE_OF_CONDUCT.md)
|
|
97
97
|
|
|
98
98
|
## Maintainer
|
|
@@ -20,7 +20,7 @@ ______________________________________________________________________
|
|
|
20
20
|
[](https://arxiv.org/abs/2406.13469)
|
|
21
21
|
[](https://github.com/EuroEval/EuroEval/blob/main/LICENSE)
|
|
22
22
|
[](https://github.com/EuroEval/EuroEval/commits/main)
|
|
23
|
-
[](https://github.com/EuroEval/EuroEval/tree/main/tests)
|
|
24
24
|
[](https://github.com/EuroEval/EuroEval/blob/main/CODE_OF_CONDUCT.md)
|
|
25
25
|
|
|
26
26
|
## Maintainer
|