Fix task tags
Not summarization, it's simplification
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.
right but summarization is just wrong here.
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
Then you can choose: other
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",
},
I've proposed another PR: https://huggingface.co/datasets/GEM/BiSECT/discussions/6/files