Update README.md
Browse files
README.md
CHANGED
|
@@ -23,3 +23,19 @@ configs:
|
|
| 23 |
- split: train
|
| 24 |
path: data/train-*
|
| 25 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
- split: train
|
| 24 |
path: data/train-*
|
| 25 |
---
|
| 26 |
+
|
| 27 |
+
This dataset contains all Winogrande examples that were included in the [Flan 2022 collection](https://github.com/google-research/FLAN/tree/main/flan/v2).
|
| 28 |
+
|
| 29 |
+
The data is copied from the preprocessed Natural Instructions v2 dataset at "DataProvenanceInitiative/niv2_submix_original".
|
| 30 |
+
|
| 31 |
+
These tasks are:
|
| 32 |
+
{
|
| 33 |
+
'task029_winogrande_full_object', # Creating a pair of fill in the blank question-answer pairs on objects.
|
| 34 |
+
'task030_winogrande_full_person', # Creating a pair of fill in the blank questions on persons.
|
| 35 |
+
'task031_winogrande_question_generation_object', # Writing a fill in the blank question on objects.
|
| 36 |
+
'task032_winogrande_question_generation_person', # Writing a fill in the blank question on persons.
|
| 37 |
+
'task033_winogrande_answer_generation', # Answering a fill in the blank question on objects.
|
| 38 |
+
'task034_winogrande_question_modification_object', # Modifying a fill in the blank question on objects.
|
| 39 |
+
'task035_winogrande_question_modification_person', # Modifying a fill in the blank question on persons.
|
| 40 |
+
'task1391_winogrande_easy_answer_generation', # Answering a fill in the blank question on objects.
|
| 41 |
+
}
|