Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,49 +1,29 @@
|
|
| 1 |
---
|
| 2 |
-
dataset_info:
|
| 3 |
-
features:
|
| 4 |
-
- name: inputs
|
| 5 |
-
dtype: string
|
| 6 |
-
- name: targets
|
| 7 |
-
dtype: string
|
| 8 |
-
- name: task_source
|
| 9 |
-
dtype: string
|
| 10 |
-
- name: task_name
|
| 11 |
-
dtype: string
|
| 12 |
-
- name: template_type
|
| 13 |
-
dtype: string
|
| 14 |
-
splits:
|
| 15 |
-
- name: train
|
| 16 |
-
num_bytes: 125089431.24501853
|
| 17 |
-
num_examples: 96096
|
| 18 |
-
download_size: 37772259
|
| 19 |
-
dataset_size: 125089431.24501853
|
| 20 |
-
configs:
|
| 21 |
-
- config_name: default
|
| 22 |
-
data_files:
|
| 23 |
-
- split: train
|
| 24 |
-
path: data/train-*
|
| 25 |
license: apache-2.0
|
| 26 |
---
|
| 27 |
|
| 28 |
# Natural Instructions v2 Winogrande 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'
|
| 36 |
-
2. 'task030_winogrande_full_person'
|
| 37 |
-
3. 'task031_winogrande_question_generation_object'
|
| 38 |
-
4. 'task032_winogrande_question_generation_person'
|
| 39 |
-
5. 'task033_winogrande_answer_generation'
|
| 40 |
-
6. 'task034_winogrande_question_modification_object'
|
| 41 |
-
7. 'task035_winogrande_question_modification_person'
|
| 42 |
-
8. 'task1391_winogrande_easy_answer_generation'
|
| 43 |
-
|
| 44 |
-
### Data Fields
|
| 45 |
|
| 46 |
-
|
| 47 |
|
| 48 |
- `inputs`: a `string` feature.
|
| 49 |
- `targets`: a `string` feature.
|
|
@@ -51,6 +31,7 @@ The data fields are the same among all splits.
|
|
| 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",
|
|
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
license: apache-2.0
|
| 3 |
---
|
| 4 |
|
| 5 |
# Natural Instructions v2 Winogrande Tasks
|
| 6 |
|
| 7 |
+
- Project: https://github.com/allenai/natural-instructions
|
| 8 |
+
- Data source: [DataProvenanceInitiative/niv2_submix_original](https://huggingface.co/datasets/DataProvenanceInitiative/niv2_submix_original)
|
| 9 |
+
|
| 10 |
+
## Details
|
| 11 |
+
|
| 12 |
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.
|
| 13 |
|
| 14 |
The data is copied from the preprocessed Natural Instructions v2 dataset at [DataProvenanceInitiative/niv2_submix_original](https://huggingface.co/datasets/DataProvenanceInitiative/niv2_submix_original).
|
| 15 |
|
| 16 |
These tasks are:
|
| 17 |
+
1. 'task029_winogrande_full_object': Creating a pair of fill in the blank question-answer pairs on objects.
|
| 18 |
+
2. 'task030_winogrande_full_person': Creating a pair of fill in the blank questions on persons.
|
| 19 |
+
3. 'task031_winogrande_question_generation_object': Writing a fill in the blank question on objects.
|
| 20 |
+
4. 'task032_winogrande_question_generation_person': Writing a fill in the blank question on persons.
|
| 21 |
+
5. 'task033_winogrande_answer_generation': Answering a fill in the blank question on objects.
|
| 22 |
+
6. 'task034_winogrande_question_modification_object': Modifying a fill in the blank question on objects.
|
| 23 |
+
7. 'task035_winogrande_question_modification_person': Modifying a fill in the blank question on persons.
|
| 24 |
+
8. 'task1391_winogrande_easy_answer_generation': Answering a fill in the blank question on objects.
|
|
|
|
|
|
|
| 25 |
|
| 26 |
+
### Fields
|
| 27 |
|
| 28 |
- `inputs`: a `string` feature.
|
| 29 |
- `targets`: a `string` feature.
|
|
|
|
| 31 |
- `task_name`: a `string` feature.
|
| 32 |
- `template_type`: a `string` feature.
|
| 33 |
|
| 34 |
+
## Citation
|
| 35 |
```
|
| 36 |
@inproceedings{wang-etal-2022-super,
|
| 37 |
title = "Super-{N}atural{I}nstructions: Generalization via Declarative Instructions on 1600+ {NLP} Tasks",
|