ianporada commited on
Commit
1162180
·
1 Parent(s): 0d3338d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -10
README.md CHANGED
@@ -29,13 +29,11 @@ This dataset contains all Winogrande examples that were included in the [Flan 20
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
- }
 
29
  The data is copied from the preprocessed Natural Instructions v2 dataset at "DataProvenanceInitiative/niv2_submix_original".
30
 
31
  These tasks are:
32
+ 1. 'task029_winogrande_full_object', # Creating a pair of fill in the blank question-answer pairs on objects.
33
+ 2. 'task030_winogrande_full_person', # Creating a pair of fill in the blank questions on persons.
34
+ 3. 'task031_winogrande_question_generation_object', # Writing a fill in the blank question on objects.
35
+ 4. 'task032_winogrande_question_generation_person', # Writing a fill in the blank question on persons.
36
+ 5. 'task033_winogrande_answer_generation', # Answering a fill in the blank question on objects.
37
+ 6. 'task034_winogrande_question_modification_object', # Modifying a fill in the blank question on objects.
38
+ 7. 'task035_winogrande_question_modification_person', # Modifying a fill in the blank question on persons.
39
+ 8. 'task1391_winogrande_easy_answer_generation', # Answering a fill in the blank question on objects.