mlcommons / mlcommons/submissions_algorithms
Automate leaderboard generation
Open
@fsschneider is already working on this.
Since Mar 24, 2025.
automation
- Dominant language
- Jupyter Notebook
- Stars
- 11
- Forks
- 11
- Avg merge
- 2d 4h
- Merged PRs (30d)
- 4
Description
To simplify updating the leaderboard, we could automate the leaderboard generation as follows:
- Scoring creates a
leaderboard.csvcontaining relevant info about benchmark scores, authors, descriptions, etc. - [Triggered by changes to
leaderboard.csv] A GitHub action could automatically update the repository's README.md file to include the new leaderboard (with a timestamp and increment of the leaderboard's version). The GitHub action should only be triggered if theleaderboard.csvchanges.
Or as a further step towards more automation, we could run step 1 automatically when PR to main or changes to /logs/.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.