| # Display-polish overrides: slugs that should render uppercase in human- | |
| # facing display rather than title-cased. | |
| # | |
| # Producer / frontend behaviour: when a slug appears in this list, the | |
| # display name is `slug.upper()` rather than the default prettifier | |
| # (which would yield "Gaia" / "Mmlu" / "Bfcl"). Multi-word slugs preserve | |
| # dashes (e.g. "swe-bench" → "SWE-BENCH") unless an explicit | |
| # display_name is curated on the canonical entity. | |
| # | |
| # Curated `display_name` on the entity wins over this list. This is just | |
| # the safety net for slugs that don't have curated display names yet. | |
| acronyms: | |
| - gaia | |
| - gpqa | |
| - mmlu | |
| - mmmu | |
| - bfcl | |
| - helm | |
| - ifeval | |
| - bbh | |
| - mmlu-pro | |
| - musr | |
| - math | |
| - gsm8k | |
| - arc-agi | |
| - swe-bench | |
| - boolq | |
| - imdb | |
| - raft | |
| - quac | |
| - hellaswag | |
| - openbookqa | |
| - narrativeqa | |
| - truthfulqa | |
| - civilcomments | |
| - wildbench | |
| - legalbench | |
| - medqa | |
| - swe | |
| - ace | |
| - hle | |
| - aime | |
| - cve | |
| - ctf | |
| - cot | |
| - rlhf | |
| - api | |
| - csv | |
| - json | |
| - ai | |
| - ml | |
| - lcr | |
| - ifbench | |
| - scicode | |
| - hal | |
| - usaco | |
| # Benchmark display names: curated human-readable names for benchmarks | |
| # whose slug doesn't title-case cleanly. Keyed by the benchmark slug | |
| # (hyphens, not underscores). Applied during hierarchy generation when | |
| # the canonical entity doesn't already carry a curated display_name. | |
| benchmark_display_names: | |
| hf-open-llm-v2: "HF Open LLM v2" | |
| helm-lite: "HELM Lite" | |
| helm-capabilities: "HELM Capabilities" | |
| helm-classic: "HELM Classic" | |
| helm-instruct: "HELM Instruct" | |
| helm-mmlu: "HELM MMLU" | |
| reward-bench: "RewardBench" | |
| reward-bench-2: "RewardBench 2" | |
| bfcl: "BFCL" | |
| global-mmlu-lite: "Global MMLU Lite" | |
| swe-bench: "SWE-bench" | |
| arc-agi: "ARC-AGI" | |
| tau-bench-2: "TAU-Bench 2" | |
| ace: "ACE" | |
| apex-agents: "APEX Agents" | |
| apex-v1: "APEX v1" | |
| appworld: "AppWorld" | |
| browsecompplus: "BrowseComp+" | |
| livecodebenchpro: "LiveCodeBench Pro" | |
| sciarena: "SciArena" | |
| terminal-bench-2-0: "Terminal Bench 2.0" | |
| la-leaderboard: "LA Leaderboard" | |
| theory-of-mind: "Theory of Mind" | |
| fibble-arena: "Fibble Arena" | |
| wordle-arena: "Wordle Arena" | |