Skip to content

Improvements inspired by GLUE #275

Description

@piotrpolec

Following meetings we had about GLUE/Superglue, there are some improvements we could make to SPEECHM

  1. 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.

  1. Introduce submission limits
    Glue has submission limit at two per day, six per month and it's something we could also do

  2. Require paper submission when submitting a model
    This is an extra form of validation, that a user doesn't upload something faulty

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions