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

Fix leaderboard webpage #300

Open
4 tasks
ktagowski opened this issue Sep 20, 2023 · 0 comments
Open
4 tasks

Fix leaderboard webpage #300

ktagowski opened this issue Sep 20, 2023 · 0 comments

Comments

@ktagowski
Copy link
Collaborator

ktagowski commented Sep 20, 2023

Fix averageResults.html layout

  • Fix averageResults.html layout, Currently all metrics from all tasks are aggregated together. That approach was valid when, all the tasks have same subset of metrics (classification). Now if we have other tasks like IR (information retrieval) and QA (Question Answering) is no longer valid.

    Proposal to Fix:

    TABLE 1: Classification (averaged results from classification)
    TABLE 2  IR (averaged results from information retrieval)
    TABLE 3: QA (averaged results from question answering)
    

    webpage/content/_index.md
    should include {{< averageResults >}} line at the end

  • The other layout which is included in tasks pages, currently ignores both Question Answering and Information Retrieval tasks. This was intended, as for these mentioned tasks there was blank spaces instead of values.

Other issues:

  • Fix tables sorting in results. Currently default table sorting method is f1-micro that should be set for each task type separately. Remove default sorting or propose configuration for task's default metric
  • Add self-reported column that indicates wheter full pipeline was used or not. That also incoparates adding value to submissions.
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

1 participant