Datasets:

Tasks:
Other
Languages:
English
Multilinguality:
monolingual
Size Categories:
100M<n<1B
ArXiv:
Tags:
License:
VictorSanh HF staff commited on
Commit
c447515
1 Parent(s): 3afdb4b

Update readme with citation bibtex

Browse files
Files changed (1) hide show
  1. README.md +10 -3
README.md CHANGED
@@ -41,7 +41,7 @@ task_categories:
41
 
42
  - **Homepage:** https://bigscience.huggingface.co/promptsource
43
  - **Repository:** https://github.com/bigscience-workshop/promptsource/
44
- - **Paper:** TODO
45
  - **Point of Contact:** [Victor Sanh](mailto:victor@huggingface.co)
46
 
47
  ### Dataset Summary
@@ -50,7 +50,7 @@ P3 (Public Pool of Prompts) is a collection of prompted English datasets coverin
50
 
51
  Prompts are collected using [Promptsource](https://github.com/bigscience-workshop/promptsource), an interface to interactively write prompts on datasets, and collect prompt-specific metadata such as evaluation metrics. As of October 13th, there are 2'000 prompts collected for 270+ data(sub)sets. The collection of prompts of P3 is publicly available on [Promptsource](https://github.com/bigscience-workshop/promptsource).
52
 
53
- To train [T0*](https://huggingface.co/bigscience/T0pp), we used a subset of the prompts available in Promptsource (see details [here](https://huggingface.co/bigscience/T0pp#training-data)). However, some of the prompts use `random.choice`, a method that selects uniformly at random an option in a list of valid possibilities. For reproducibility purposes, we release the collection of prompted examples used to train T0*. **The data available here are the materialized version of the prompted datasets used in [{Multitask Prompted Training Enables Zero-Shot Task Generalization](TODO) which represent only a subset of the datasets for which there is at least one prompt on Promptsource.**
54
 
55
  ### Supported Tasks and Leaderboards
56
 
@@ -202,7 +202,14 @@ The dataset is released under Apache 2.0.
202
  ### Citation Information
203
 
204
  ```bibtex
205
- TODO
 
 
 
 
 
 
 
206
  ```
207
 
208
  ### Contributions
 
41
 
42
  - **Homepage:** https://bigscience.huggingface.co/promptsource
43
  - **Repository:** https://github.com/bigscience-workshop/promptsource/
44
+ - **Paper:** [Multitask Prompted Training Enables Zero-Shot Task Generalization](https://arxiv.org/abs/2110.08207)
45
  - **Point of Contact:** [Victor Sanh](mailto:victor@huggingface.co)
46
 
47
  ### Dataset Summary
 
50
 
51
  Prompts are collected using [Promptsource](https://github.com/bigscience-workshop/promptsource), an interface to interactively write prompts on datasets, and collect prompt-specific metadata such as evaluation metrics. As of October 13th, there are 2'000 prompts collected for 270+ data(sub)sets. The collection of prompts of P3 is publicly available on [Promptsource](https://github.com/bigscience-workshop/promptsource).
52
 
53
+ To train [T0*](https://huggingface.co/bigscience/T0pp), we used a subset of the prompts available in Promptsource (see details [here](https://huggingface.co/bigscience/T0pp#training-data)). However, some of the prompts use `random.choice`, a method that selects uniformly at random an option in a list of valid possibilities. For reproducibility purposes, we release the collection of prompted examples used to train T0*. **The data available here are the materialized version of the prompted datasets used in [Multitask Prompted Training Enables Zero-Shot Task Generalization](https://arxiv.org/abs/2110.08207) which represent only a subset of the datasets for which there is at least one prompt on Promptsource.**
54
 
55
  ### Supported Tasks and Leaderboards
56
 
 
202
  ### Citation Information
203
 
204
  ```bibtex
205
+ @misc{sanh2021multitask,
206
+ title={Multitask Prompted Training Enables Zero-Shot Task Generalization},
207
+ author={Victor Sanh and Albert Webson and Colin Raffel and Stephen H. Bach and Lintang Sutawika and Zaid Alyafeai and Antoine Chaffin and Arnaud Stiegler and Teven Le Scao and Arun Raja and Manan Dey and M Saiful Bari and Canwen Xu and Urmish Thakker and Shanya Sharma Sharma and Eliza Szczechla and Taewoon Kim and Gunjan Chhablani and Nihal Nayak and Debajyoti Datta and Jonathan Chang and Mike Tian-Jian Jiang and Han Wang and Matteo Manica and Sheng Shen and Zheng Xin Yong and Harshit Pandey and Rachel Bawden and Thomas Wang and Trishala Neeraj and Jos Rozen and Abheesht Sharma and Andrea Santilli and Thibault Fevry and Jason Alan Fries and Ryan Teehan and Stella Biderman and Leo Gao and Tali Bers and Thomas Wolf and Alexander M. Rush},
208
+ year={2021},
209
+ eprint={2110.08207},
210
+ archivePrefix={arXiv},
211
+ primaryClass={cs.LG}
212
+ }TODO
213
  ```
214
 
215
  ### Contributions