TITLE = '
AI2 Reasoning Challenge (25-shot) | HellaSwag (10-shot) | MMLU (5-shot) | TruthfulQA (0-shot)
""" DISCLAIMER = """## Disclaimer I did not verify the (translation) quality of the benchmarks. If you encounter issues with the benchmark contents, please contact the original authors. I am aware that benchmarking models on *translated* data is not ideal. However, for Dutch there are no other options for generative models at the moment. Because the benchmarks were automatically translated, some translationese effects may occur: the translations may not be fluent Dutch or still contain artifacts of the source text (like word order, literal translation, certain vocabulary items). Because of that, an unfair advantage may be given to the non-Dutch models: Dutch is closely related to English, so if the benchmarks are in automatically translated Dutch that still has English properties, those English models may not have too many issues with that. If the benchmarks were to have been manually translated or, even better, created from scratch in Dutch, those non-Dutch models may have a harder time. Maybe not. We cannot know for sure until we have high-quality, manually crafted benchmarks for Dutch. Another shortcoming is that we do not calculate significancy scores or confidence intervals. When results are close together in the leaderboard I therefore urge caution when interpreting the model ranks. If you have any suggestions for other Dutch benchmarks, please [let me know](https://twitter.com/BramVanroy) so I can add them! """ CREDIT = f"""## Credit This leaderboard has borrowed heavily from the following sources: - Datasets (AI2_ARC, HellaSwag, MMLU, TruthfulQA) - Evaluation code (EleutherAI's lm_evaluation_harness repo) - Leaderboard code (Huggingface4's open_llm_leaderboard repo) - The multilingual version of the leaderboard (uonlp's open_multilingual_llm_leaderboard repo) """ CITATION = """## Citation If you use or cite the Dutch benchmark results or this specific leaderboard page, please cite the following paper: Vanroy, B. (2023). *Language Resources for Dutch Large Language Modelling*. [https://arxiv.org/abs/2312.12852](https://arxiv.org/abs/2312.12852) ```bibtext @article{vanroy2023language, title={Language Resources for {Dutch} Large Language Modelling}, author={Vanroy, Bram}, journal={arXiv preprint arXiv:2312.12852}, year={2023} } ``` If you use the multilingual benchmarks, please cite the following paper: ```bibtex @misc{lai2023openllmbenchmark, title={Open Multilingual {LLM} Evaluation Leaderboard}, author={Viet Lai and Nghia Trung Ngo and Amir Pouran Ben Veyseh and Franck Dernoncourt and Thien Huu Nguyen}, year={2023} } ``` """