CHANGELOG_TEXT = f""" ## [2023-06-02] - Beta internal version of the leaderboard """ TITLE = """

BALM Leaderboard

""" CANARY_STRING = "" # TODO INTRODUCTION_TEXT = f""" Large language models have seen their potential capabilities increased by several orders of magnitude with the introduction of augmentations, from simple prompting adjustement to actual external tooling (calculators, vision models, ...) or online web retrieval. To evaluate the next generation of LLMs, we argue for a new kind of benchmark, simple and yet effective to measure actual progress on augmented capabilities, We therefore present BALM. BALM is made of 3 evaluation levels, depending on the added level of tooling and autonomy the model needs. We expect the level 1 to be breakable by very good LLMs, and the level 3 to indicate a strong jump in model capabilities. Each of these levels is divided into two sets: a public dev set, on which people can self report their results, and a private test set, which will be unlocked once public performance passes a threshold on the dev set. Please do not repost the public dev set, nor use it in training data for your models. Its canary string is """ + CANARY_STRING + """ and files containing this string should be removed from training data. """ CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results" CITATION_BUTTON_TEXT = r"""@misc{balm, # TODO author = {tbd}, title = {Benchmark for Augmented Language Models}, year = {2023}, #publisher = {Hugging Face}, #howpublished = "\url{https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard}" }"""