Skip to content

Conversation

@frogcat
Copy link
Contributor

@frogcat frogcat commented Jan 7, 2026

This PR fixes an issue where the TPAT-1 description is shown as TBD on the HELM leaderboard:
https://crfm.stanford.edu/helm/thaiexam/latest/#/leaderboard

The cause is that the TPAT-1 entry in schema_thai.yaml defines the description field twice:

https://github.com/stanford-crfm/helm/blob/main/src/helm/benchmark/static/schema_thai.yaml#L202-L213

Because of this duplication, the placeholder value (description: TBD) ends up being used.

In this PR, I removed the unnecessary description: TBD entry, keeping the more descriptive one so that the correct description is displayed.

@yifanmai
Copy link
Collaborator

yifanmai commented Jan 9, 2026

Great, thanks for catching this!

@yifanmai yifanmai merged commit 71b0334 into stanford-crfm:main Jan 9, 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