from dataclasses import dataclass from enum import Enum NUM_FEWSHOT = 0 # Change with your few shot # --------------------------------------------------- TITLE = """

🎭 Multimodal Hallucination Leaderboard

""" # INTRODUCTION_TEXT = """

The Multimodal Hallucination Leaderboard ranks multimodal large language models based on hallucination levels in various tasks. System rankings for three different input modalities are displayed, covering the audio, image, and video domains. For each task, hallucination levels are measured using various existing hallucination ranking metrics. The leaderboard currently consists of the following benchmarks:

""" LLM_BENCHMARKS_TEXT = f""" TODO write about page here """ EVALUATION_QUEUE_TEXT = """ TODO write this """ CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results" CITATION_BUTTON_TEXT = r"""@misc{sun2024crosscheckgpt, title={CrossCheckGPT: Universal Hallucination Ranking for Multimodal Foundation Models}, author={Guangzhi Sun and Potsawee Manakul and Adian Liusie and Kunat Pipatanakul and Chao Zhang and Phil Woodland and Mark Gales}, year={2024}, eprint={2405.13684}, archivePrefix={arXiv}, primaryClass={cs.CL} }"""