Is there any way to find archived versions of the open LLM leaderboard–i.e., snapshots of what the leaderboard rankings were 1 week ago, 2 weeks ago, etc.?
I looked around on the leaderboard homepage and can’t seem to find any information about this. Thank you!
1 Like
I don’t think there is an existing method, but I think the data itself is likely to be left in the commit history.
Basically, I think all leaderboards have similar data sets.
If you pull the past revisions of this with git, it may be possible to manually process the data.
If there was a function like that, that would be better.