Datasets:
GEM
/

Multilinguality:
unknown
Size Categories:
unknown
Language Creators:
unknown
Annotations Creators:
none
Source Datasets:
original
License:

Fix task tags

#5
by albertvillanova HF staff - opened
GEM benchmark org
No description provided.
GEM benchmark org

Not summarization, it's simplification

GEM benchmark org

At Hugging Face we are aligning all task names among all open source projects.

You can see "Simplification" does not appear as your Task tag (at the header of your dataset). No Task tag appears for your dataset.

For very specific task not appearing in the taxonomy, we propose using the tags field instead.

GEM benchmark org

right but summarization is just wrong here.

GEM benchmark org

That is the reason you are getting this warning:

YAML Metadata Warning: The task_categories "simplification" is not in the official list: text-classification, token-classification, table-question-answering, question-answering, zero-shot-classification, translation, summarization, conversational, feature-extraction, text-generation, text2text-generation, fill-mask, sentence-similarity, text-to-speech, automatic-speech-recognition, audio-to-audio, audio-classification, voice-activity-detection, image-classification, object-detection, image-segmentation, text-to-image, image-to-text, image-to-image, unconditional-image-generation, reinforcement-learning, robotics, tabular-classification, tabular-regression, tabular-to-text, table-to-text, multiple-choice, text-retrieval, time-series-forecasting, visual-question-answering, document-question-answering, zero-shot-image-classification, other

GEM benchmark org

Then you can choose: other

GEM benchmark org

Or "text2text-generation":

    "text2text-generation": {
        name:     "Text2Text Generation",
        subtasks: [
            {
                type: "text-simplification",
                name: "Text simplification",
            },
            {
                type: "explanation-generation",
                name: "Explanation Generation",
            },
            {
                type: "abstractive-qa",
                name: "Abstractive QA",
            },
            {
                type: "open-domain-abstractive-qa",
                name: "Open Domain Abstractive QA",
            },
            {
                type: "closed-domain-qa",
                name: "Closed Domain QA",
            },
            {
                type: "open-book-qa",
                name: "Open Book QA",
            },
            {
                type: "closed-book-qa",
                name: "Closed Book QA",
            },
albertvillanova changed pull request status to closed

Sign up or log in to comment