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

Submit independently to tasks #1711

Open
Didayolo opened this issue Dec 19, 2024 · 2 comments
Open

Submit independently to tasks #1711

Didayolo opened this issue Dec 19, 2024 · 2 comments
Labels
Discussion Needs to be discussed before we can come up with specifications and begin the issue Enhancement Feature suggestions and improvements

Comments

@Didayolo
Copy link
Member

Didayolo commented Dec 19, 2024

General idea

Right now, submitting to only one task results in having n/a scores to the other tasks. It would be interesting to be able to submit seperately to different tasks and have the results merged on the same leaderboard row.

Potential problems

  • In some cases, we want the exact same submission to be evaluated on the different tasks. Therefore, allowing participants to submit different models / results to the different tasks, and then merging the scores, may be problematic.

  • The leaderboard definition (score names, etc.) is the same for each task.

Potential implementations

Different possible approaches to discuss:

  • Using the current system of selecting tasks to which submit. Then, the submissions would be added to the leaderboard depending on the submission rule (manually by the user, or the best first, etc.). It is not really clear how to implement this without deep changes.

  • Using multiple leaderboards (multiple leaderboards discussion #1553)

  • Allowing phases to be simultaneous, instead of sequential. This way, the different tasks could be separated in different phases. That may require deep changes.

Current work-around

The current work-around, used by competitions organizers, is to open separate competitions (with separate URLs) for each task.

Related issue

@Didayolo Didayolo added Enhancement Feature suggestions and improvements Discussion Needs to be discussed before we can come up with specifications and begin the issue labels Dec 19, 2024
@Didayolo
Copy link
Member Author

The current system is not that bad:

  • If the tasks are similar and are intended to all receive the same submission, then the current system is fine (submit to all tasks at once and get your scores)
  • If the tasks are differents (different data, scores, solutions...), then having separated competitions is a fine work-around, that is actually used a lot. Maybe we could allow organizers to create pages to group competition togethers.

@shmuhammadd
Copy link

shmuhammadd commented Dec 19, 2024

We are experiencing the same problem now. Since our issue (#1686) is yet to be resolved, we followed this alternative and are now stuck with this issue. We have three different tasks (data, scores, and solutions), and our only option is to follow your suggestion to have separate competitions as a workaround.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Discussion Needs to be discussed before we can come up with specifications and begin the issue Enhancement Feature suggestions and improvements
Projects
None yet
Development

No branches or pull requests

2 participants