Skip to content

Conversation

@frogcat
Copy link
Contributor

@frogcat frogcat commented Jan 7, 2026

This PR fixes an issue in the Select a group dropdown on the MMLU–WinoGrande AFR leaderboard:

https://crfm.stanford.edu/helm/mmlu-winogrande-afr/latest/#/leaderboard

Under Results by Language, there should be benchmarks for 11 languages, but currently only 10 are shown.
Specifically, the Zulu Benchmarks entry is missing.

The root cause is a malformed entry in the schema file:

https://github.com/frogcat/helm/blob/main/src/helm/benchmark/static/schema_mmlu_winogrande_afr.yaml#L201-L213

In this section, the line:

- name: winogrande_afr_by_language

is missing, which causes the WinoGrande entry to be merged with the previous one.

This PR adds the missing name entry, restoring the correct grouping and ensuring that all 11 language benchmarks (including Zulu) appear as expected.

@yifanmai
Copy link
Collaborator

yifanmai commented Jan 8, 2026

Thank you for the fix! I will update the leaderboard shortly.

@yifanmai yifanmai merged commit 9196983 into stanford-crfm:main Jan 8, 2026
6 checks passed
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.

2 participants