Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hugging Face leaderboard #64

Open
recursix opened this issue Oct 15, 2024 · 1 comment
Open

Hugging Face leaderboard #64

recursix opened this issue Oct 15, 2024 · 1 comment
Assignees

Comments

@recursix
Copy link
Collaborator

Make a leaderboard for all benchmark and for individual benchmarks

the all-benchmarks view would allow us to see all agents on all benchmarks ( '-' when it's not available)
the per-benchmark view would have the following columns

  • agent name
  • agent score (float with std_err)
  • backend llm (str or link)
  • benchmark specific (yes/no) (if the agent was hand-engineered on this benchmark)
  • benchmark tuned (yes/no) (if the agent was automatically adjusted on this benchmark)
  • followed evaluation protocol in the paper (yes/no with potential footnote)
  • reproducible (yes/no) if there is a paper with open-sourced code and enough details to reproduce the results
  • reproduced (list of scores, date and uuid of traces reproducing the result).
  • Comments (str), whatever the author think is useful to know
@recursix
Copy link
Collaborator Author

{
    "agent_name": "my agent", 
    "benchmark": "WorkArena-L1",
    "benchmark_version": "1.0",
    "score": 6.1,
    "std_err": 0.3,
    "study_id": "study_id",
    "date_time": "2021-01-01 12:00:00",
    "benchmark_specific": "?",
    "benchmark_tuned": "?",
    "followed_evaluation_protocol": "?",
    "reproducible": "?",
    "comments": "NA",
    "original_or_reproduced": "original"
}

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

No branches or pull requests

2 participants