Datasets:

Modalities:
Text
Formats:
parquet
Languages:
English
Size:
< 1K
ArXiv:
Libraries:
Datasets
pandas
License:
bruel commited on
Commit
17307c6
1 Parent(s): 5013b64

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +48 -74
README.md CHANGED
@@ -1,96 +1,70 @@
1
  ---
2
- configs:
3
- - config_name: default
4
- data_files:
5
- - split: train
6
- path: data/train-*
7
- - split: test
8
- path: data/test-*
9
- - split: valid
10
- path: data/valid-*
11
  dataset_info:
 
12
  features:
13
  - name: input
14
  dtype: string
15
  - name: output
16
- sequence: string
17
  - name: id
18
  dtype: string
19
  splits:
20
  - name: train
21
- num_bytes: 198154.34343434343
22
  num_examples: 158
23
- - name: test
24
- num_bytes: 25082.828282828283
25
- num_examples: 20
26
  - name: valid
27
- num_bytes: 25082.828282828283
28
  num_examples: 20
29
- download_size: 66025
30
- dataset_size: 248320.0
31
- ---
32
  ---
33
- license:
34
- - apache-2.0
35
- task_categories:
36
- - natural-language
37
- pretty_name: task890_gcwd_classification
38
- dataset_info:
39
- config_name: plain_text
40
- features:
41
- - name: input
42
- dtype: string
43
- - name: output
44
- dtype: string
45
- - name: id
46
- dtype: string
47
- splits:
48
- - name: train
49
- num_examples: 158
50
- - name: valid
51
- num_examples: 20
52
- - name: test
53
- num_examples: 20
54
- ---
55
- # Dataset Card for Natural Instructions (https://github.com/allenai/natural-instructions) Task: task890_gcwd_classification
56
 
57
- ## Dataset Description
 
 
58
 
59
- - **Homepage:** https://github.com/allenai/natural-instructions
60
- - **Paper:** https://arxiv.org/abs/2204.07705
61
- - **Paper:** https://arxiv.org/abs/2407.00066
62
- - **Point of Contact:** [Rickard Brüel Gabrielsson](mailto:brg@mit.edu)
63
 
64
- ## Additional Information
65
 
66
- ### Citation Information
67
 
68
- The following paper introduces the corpus in detail. If you use the corpus in published work, please cite it:
69
- ```bibtex
70
- @misc{wang2022supernaturalinstructionsgeneralizationdeclarativeinstructions,
71
- title={Super-NaturalInstructions: Generalization via Declarative Instructions on 1600+ NLP Tasks},
72
- author={Yizhong Wang and Swaroop Mishra and Pegah Alipoormolabashi and Yeganeh Kordi and Amirreza Mirzaei and Anjana Arunkumar and Arjun Ashok and Arut Selvan Dhanasekaran and Atharva Naik and David Stap and Eshaan Pathak and Giannis Karamanolakis and Haizhi Gary Lai and Ishan Purohit and Ishani Mondal and Jacob Anderson and Kirby Kuznia and Krima Doshi and Maitreya Patel and Kuntal Kumar Pal and Mehrad Moradshahi and Mihir Parmar and Mirali Purohit and Neeraj Varshney and Phani Rohitha Kaza and Pulkit Verma and Ravsehaj Singh Puri and Rushang Karia and Shailaja Keyur Sampat and Savan Doshi and Siddhartha Mishra and Sujan Reddy and Sumanta Patro and Tanay Dixit and Xudong Shen and Chitta Baral and Yejin Choi and Noah A. Smith and Hannaneh Hajishirzi and Daniel Khashabi},
73
- year={2022},
74
- eprint={2204.07705},
75
- archivePrefix={arXiv},
76
- primaryClass={cs.CL},
77
- url={https://arxiv.org/abs/2204.07705},
78
- }
79
- ```
80
 
81
- More details can also be found in the following paper:
82
- ```bibtex
83
- @misc{brüelgabrielsson2024compressserveservingthousands,
84
- title={Compress then Serve: Serving Thousands of LoRA Adapters with Little Overhead},
85
- author={Rickard Brüel-Gabrielsson and Jiacheng Zhu and Onkar Bhardwaj and Leshem Choshen and Kristjan Greenewald and Mikhail Yurochkin and Justin Solomon},
86
- year={2024},
87
- eprint={2407.00066},
88
- archivePrefix={arXiv},
89
- primaryClass={cs.DC},
90
- url={https://arxiv.org/abs/2407.00066},
91
- }
92
- ```
93
 
94
- ### Contact Information
95
 
96
- For any comments or questions, please email [Rickard Brüel Gabrielsson](mailto:brg@mit.edu)
 
1
  ---
2
+ annotations_creators:
3
+ - crowdsourced
4
+ language_creators:
5
+ - crowdsourced
6
+ license:
7
+ - apache-2.0
8
+ task_categories:
9
+ - text-generation
10
+ pretty_name: task890_gcwd_classification
11
  dataset_info:
12
+ config_name: plain_text
13
  features:
14
  - name: input
15
  dtype: string
16
  - name: output
17
+ dtype: string
18
  - name: id
19
  dtype: string
20
  splits:
21
  - name: train
 
22
  num_examples: 158
 
 
 
23
  - name: valid
 
24
  num_examples: 20
25
+ - name: test
26
+ num_examples: 20
 
27
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28
 
29
+ # Dataset Card for Natural Instructions (https://github.com/allenai/natural-instructions) Task: task890_gcwd_classification
30
+
31
+ ## Dataset Description
32
 
33
+ - **Homepage:** https://github.com/allenai/natural-instructions
34
+ - **Paper:** https://arxiv.org/abs/2204.07705
35
+ - **Paper:** https://arxiv.org/abs/2407.00066
36
+ - **Point of Contact:** [Rickard Brüel Gabrielsson](mailto:brg@mit.edu)
37
 
38
+ ## Additional Information
39
 
40
+ ### Citation Information
41
 
42
+ The following paper introduces the corpus in detail. If you use the corpus in published work, please cite it:
43
+ ```bibtex
44
+ @misc{wang2022supernaturalinstructionsgeneralizationdeclarativeinstructions,
45
+ title={Super-NaturalInstructions: Generalization via Declarative Instructions on 1600+ NLP Tasks},
46
+ author={Yizhong Wang and Swaroop Mishra and Pegah Alipoormolabashi and Yeganeh Kordi and Amirreza Mirzaei and Anjana Arunkumar and Arjun Ashok and Arut Selvan Dhanasekaran and Atharva Naik and David Stap and Eshaan Pathak and Giannis Karamanolakis and Haizhi Gary Lai and Ishan Purohit and Ishani Mondal and Jacob Anderson and Kirby Kuznia and Krima Doshi and Maitreya Patel and Kuntal Kumar Pal and Mehrad Moradshahi and Mihir Parmar and Mirali Purohit and Neeraj Varshney and Phani Rohitha Kaza and Pulkit Verma and Ravsehaj Singh Puri and Rushang Karia and Shailaja Keyur Sampat and Savan Doshi and Siddhartha Mishra and Sujan Reddy and Sumanta Patro and Tanay Dixit and Xudong Shen and Chitta Baral and Yejin Choi and Noah A. Smith and Hannaneh Hajishirzi and Daniel Khashabi},
47
+ year={2022},
48
+ eprint={2204.07705},
49
+ archivePrefix={arXiv},
50
+ primaryClass={cs.CL},
51
+ url={https://arxiv.org/abs/2204.07705},
52
+ }
53
+ ```
54
 
55
+ More details can also be found in the following paper:
56
+ ```bibtex
57
+ @misc{brüelgabrielsson2024compressserveservingthousands,
58
+ title={Compress then Serve: Serving Thousands of LoRA Adapters with Little Overhead},
59
+ author={Rickard Brüel-Gabrielsson and Jiacheng Zhu and Onkar Bhardwaj and Leshem Choshen and Kristjan Greenewald and Mikhail Yurochkin and Justin Solomon},
60
+ year={2024},
61
+ eprint={2407.00066},
62
+ archivePrefix={arXiv},
63
+ primaryClass={cs.DC},
64
+ url={https://arxiv.org/abs/2407.00066},
65
+ }
66
+ ```
67
 
68
+ ### Contact Information
69
 
70
+ For any comments or questions, please email [Rickard Brüel Gabrielsson](mailto:brg@mit.edu)