Update README.md
Browse files
README.md
CHANGED
|
@@ -29,7 +29,7 @@ license: apache-2.0
|
|
| 29 |
|
| 30 |
This dataset contains all Winogrande examples that were included in the [Flan 2022 collection](https://github.com/google-research/FLAN/tree/main/flan/v2) which were orignally published in Super-Natural-Instructions.
|
| 31 |
|
| 32 |
-
The data is copied from the preprocessed Natural Instructions v2 dataset at
|
| 33 |
|
| 34 |
These tasks are:
|
| 35 |
1. 'task029_winogrande_full_object', # Creating a pair of fill in the blank question-answer pairs on objects.
|
|
@@ -41,6 +41,16 @@ These tasks are:
|
|
| 41 |
7. 'task035_winogrande_question_modification_person', # Modifying a fill in the blank question on persons.
|
| 42 |
8. 'task1391_winogrande_easy_answer_generation', # Answering a fill in the blank question on objects.
|
| 43 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 44 |
```
|
| 45 |
@inproceedings{wang-etal-2022-super,
|
| 46 |
title = "Super-{N}atural{I}nstructions: Generalization via Declarative Instructions on 1600+ {NLP} Tasks",
|
|
|
|
| 29 |
|
| 30 |
This dataset contains all Winogrande examples that were included in the [Flan 2022 collection](https://github.com/google-research/FLAN/tree/main/flan/v2) which were orignally published in Super-Natural-Instructions.
|
| 31 |
|
| 32 |
+
The data is copied from the preprocessed Natural Instructions v2 dataset at [DataProvenanceInitiative/niv2_submix_original](https://huggingface.co/datasets/DataProvenanceInitiative/niv2_submix_original).
|
| 33 |
|
| 34 |
These tasks are:
|
| 35 |
1. 'task029_winogrande_full_object', # Creating a pair of fill in the blank question-answer pairs on objects.
|
|
|
|
| 41 |
7. 'task035_winogrande_question_modification_person', # Modifying a fill in the blank question on persons.
|
| 42 |
8. 'task1391_winogrande_easy_answer_generation', # Answering a fill in the blank question on objects.
|
| 43 |
|
| 44 |
+
### Data Fields
|
| 45 |
+
|
| 46 |
+
The data fields are the same among all splits.
|
| 47 |
+
|
| 48 |
+
- `inputs`: a `string` feature.
|
| 49 |
+
- `targets`: a `string` feature.
|
| 50 |
+
- `task_source`: a `string` feature.
|
| 51 |
+
- `task_name`: a `string` feature.
|
| 52 |
+
- `template_type`: a `string` feature.
|
| 53 |
+
|
| 54 |
```
|
| 55 |
@inproceedings{wang-etal-2022-super,
|
| 56 |
title = "Super-{N}atural{I}nstructions: Generalization via Declarative Instructions on 1600+ {NLP} Tasks",
|