Skip to content

Use full BRIGHT subset names on the leaderboard#38

Merged
radinhamidi merged 1 commit into
mainfrom
fix/bright-subset-display-names
Jun 19, 2026
Merged

Use full BRIGHT subset names on the leaderboard#38
radinhamidi merged 1 commit into
mainfrom
fix/bright-subset-display-names

Conversation

@radinhamidi

@radinhamidi radinhamidi commented Jun 19, 2026

Copy link
Copy Markdown
Member

Summary

BRIGHT subsets without runs rendered with the registry's "BRIGHT — …" prefix on the leaderboard (e.g. "BRIGHT — AOPS", "BRIGHT — LeetCode"), and the three with runs used cramped abbreviations.

Root cause — display-layer only, not data:

  • The leaderboard SHORT label map only covered the 7 BRIGHT subsets that have runs. The other 5 (aops, leetcode, pony, theoremqa-theorems/questions) fell back to dataset_registry.yaml's name, which carries the intended "BRIGHT — " prefix → it leaked onto the page.
  • The registry display name "BRIGHT — AOPS" had the wrong casing.

The raw results carry only the slug dataset_id (bright-aops, …) — no display name — so nothing in reproducibility/data/runs/ or results.csv is affected or changed.

Changes

  • index.astro — complete the SHORT map for all 12 BRIGHT subsets with official names; de-abbreviate the three holdovers (Earth Science, Sustainable Living, Stack Overflow). The single-dataset table no longer needs short column labels.
  • dataset_registry.yaml"BRIGHT — AOPS""BRIGHT — AoPS".

Runless subsets intentionally remain visible as placeholder datasets (per maintainer preference).

Test plan

  • Leaderboard build passes
  • All 12 BRIGHT labels render with no "BRIGHT —" prefix
  • Spot-check the BRIGHT dataset dropdown in light + dark mode

🤖 Generated with Claude Code

The leaderboard's SHORT label map only covered the 7 BRIGHT subsets that have
runs, so the other 5 (aops, leetcode, pony, theoremqa-theorems/questions) fell
back to the registry name and rendered as "BRIGHT — AOPS" etc. Add all 12
subsets with their official names and de-abbreviate the existing three
(Earth Science, Sustainable Living, Stack Overflow) — the single-dataset table
no longer needs cramped column labels. Correct the registry display name
"BRIGHT — AOPS" to the official "BRIGHT — AoPS".

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@radinhamidi radinhamidi merged commit 73bf7ff into main Jun 19, 2026
2 checks passed
@radinhamidi radinhamidi deleted the fix/bright-subset-display-names branch June 19, 2026 18:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant