Following meetings we had about GLUE/Superglue, there are some improvements we could make to SPEECHM
- Group submission
Since glue is a static challenge (speaking in our terms) and is not as heavily configurable as in our case, theirs submission works much more straightforward - user simply submits a zip file with all hypotheses. We could implement it and I propose the following structure:
- inside a zip file there is a folder for each task user wants to submit.
- inside each task folder, there are folders named after each test_set
- inside test_set folder, there is a file named from_language_to_language that is a hypothesis user wants to submit
Alternatively, we could skip test set folders and include their name in the hypothesis, I don't mind. I think it all depends on how many test sets have multiple entries. In SPEECHM case, many have only one entry, so extra folder would be more of a hassle
At some point, we will need to validate the input - but to do so, I would either introduce it in single upload or introduce the group submission without the validation.
-
Introduce submission limits
Glue has submission limit at two per day, six per month and it's something we could also do
-
Require paper submission when submitting a model
This is an extra form of validation, that a user doesn't upload something faulty
Following meetings we had about GLUE/Superglue, there are some improvements we could make to SPEECHM
Since glue is a static challenge (speaking in our terms) and is not as heavily configurable as in our case, theirs submission works much more straightforward - user simply submits a zip file with all hypotheses. We could implement it and I propose the following structure:
Alternatively, we could skip test set folders and include their name in the hypothesis, I don't mind. I think it all depends on how many test sets have multiple entries. In SPEECHM case, many have only one entry, so extra folder would be more of a hassle
At some point, we will need to validate the input - but to do so, I would either introduce it in single upload or introduce the group submission without the validation.
Introduce submission limits
Glue has submission limit at two per day, six per month and it's something we could also do
Require paper submission when submitting a model
This is an extra form of validation, that a user doesn't upload something faulty