ianporada commited on
Commit
2d9b3ef
·
1 Parent(s): 8d13619

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +54 -1
README.md CHANGED
@@ -37,4 +37,57 @@ These tasks are:
37
  5. 'task033_winogrande_answer_generation', # Answering a fill in the blank question on objects.
38
  6. 'task034_winogrande_question_modification_object', # Modifying a fill in the blank question on objects.
39
  7. 'task035_winogrande_question_modification_person', # Modifying a fill in the blank question on persons.
40
- 8. 'task1391_winogrande_easy_answer_generation', # Answering a fill in the blank question on objects.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
37
  5. 'task033_winogrande_answer_generation', # Answering a fill in the blank question on objects.
38
  6. 'task034_winogrande_question_modification_object', # Modifying a fill in the blank question on objects.
39
  7. 'task035_winogrande_question_modification_person', # Modifying a fill in the blank question on persons.
40
+ 8. 'task1391_winogrande_easy_answer_generation', # Answering a fill in the blank question on objects.
41
+
42
+ ```
43
+ @inproceedings{wang-etal-2022-super,
44
+ title = "Super-{N}atural{I}nstructions: Generalization via Declarative Instructions on 1600+ {NLP} Tasks",
45
+ author = "Wang, Yizhong and
46
+ Mishra, Swaroop and
47
+ Alipoormolabashi, Pegah and
48
+ Kordi, Yeganeh and
49
+ Mirzaei, Amirreza and
50
+ Naik, Atharva and
51
+ Ashok, Arjun and
52
+ Dhanasekaran, Arut Selvan and
53
+ Arunkumar, Anjana and
54
+ Stap, David and
55
+ Pathak, Eshaan and
56
+ Karamanolakis, Giannis and
57
+ Lai, Haizhi and
58
+ Purohit, Ishan and
59
+ Mondal, Ishani and
60
+ Anderson, Jacob and
61
+ Kuznia, Kirby and
62
+ Doshi, Krima and
63
+ Pal, Kuntal Kumar and
64
+ Patel, Maitreya and
65
+ Moradshahi, Mehrad and
66
+ Parmar, Mihir and
67
+ Purohit, Mirali and
68
+ Varshney, Neeraj and
69
+ Kaza, Phani Rohitha and
70
+ Verma, Pulkit and
71
+ Puri, Ravsehaj Singh and
72
+ Karia, Rushang and
73
+ Doshi, Savan and
74
+ Sampat, Shailaja Keyur and
75
+ Mishra, Siddhartha and
76
+ Reddy A, Sujan and
77
+ Patro, Sumanta and
78
+ Dixit, Tanay and
79
+ Shen, Xudong",
80
+ editor = "Goldberg, Yoav and
81
+ Kozareva, Zornitsa and
82
+ Zhang, Yue",
83
+ booktitle = "Proceedings of the 2022 Conference on Empirical Methods in Natural Language Processing",
84
+ month = dec,
85
+ year = "2022",
86
+ address = "Abu Dhabi, United Arab Emirates",
87
+ publisher = "Association for Computational Linguistics",
88
+ url = "https://aclanthology.org/2022.emnlp-main.340",
89
+ doi = "10.18653/v1/2022.emnlp-main.340",
90
+ pages = "5085--5109",
91
+ abstract = "How well can NLP models generalize to a variety of unseen tasks when provided with task instructions? To address this question, we first introduce Super-NaturalInstructions, a benchmark of 1,616 diverse NLP tasks and their expert-written instructions. Our collection covers 76 distinct task types, including but not limited to classification, extraction, infilling, sequence tagging, text rewriting, and text composition. This large and diverse collection of tasks enables rigorous benchmarking of cross-task generalization under instructions{---}training models to follow instructions on a subset of tasks and evaluating them on the remaining unseen ones. Furthermore, we build Tk-Instruct, a transformer model trained to follow a variety of in-context instructions (plain language task definitions or k-shot examples). Our experiments show that Tk-Instruct outperforms existing instruction-following models such as InstructGPT by over 9{\%} on our benchmark despite being an order of magnitude smaller. We further analyze generalization as a function of various scaling parameters, such as the number of observed tasks, the number of instances per task, and model sizes. We hope our dataset and model facilitate future progress towards more general-purpose NLP models.",
92
+ }
93
+ ```