bruel commited on
Commit
205346d
1 Parent(s): 2018212

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +66 -29
README.md CHANGED
@@ -1,31 +1,68 @@
1
  ---
2
- dataset_info:
3
- features:
4
- - name: input
5
- dtype: string
6
- - name: output
7
- sequence: string
8
- - name: id
9
- dtype: string
10
- splits:
11
- - name: train
12
- num_bytes: 415848.9794238683
13
- num_examples: 194
14
- - name: test
15
- num_bytes: 53588.786008230454
16
- num_examples: 25
17
- - name: valid
18
- num_bytes: 51445.234567901236
19
- num_examples: 24
20
- download_size: 125940
21
- dataset_size: 520883.0
22
- configs:
23
- - config_name: default
24
- data_files:
25
- - split: train
26
- path: data/train-*
27
- - split: test
28
- path: data/test-*
29
- - split: valid
30
- path: data/valid-*
31
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
4
+ ---
5
+ license:
6
+ - apache-2.0
7
+ task_categories:
8
+ - natural-language
9
+ pretty_name: task118_semeval_2019_task10_open_vocabulary_mathematical_answer_generation
10
+ dataset_info:
11
+ config_name: plain_text
12
+ features:
13
+ - name: input
14
+ dtype: string
15
+ - name: output
16
+ dtype: string
17
+ - name: id
18
+ dtype: string
19
+ splits:
20
+ - name: train
21
+ num_examples: 194
22
+ - name: valid
23
+ num_examples: 24
24
+ - name: test
25
+ num_examples: 25
26
+ ---
27
+ # Dataset Card for Natural Instructions (https://github.com/allenai/natural-instructions) Task: task118_semeval_2019_task10_open_vocabulary_mathematical_answer_generation
28
+
29
+ ## Dataset Description
30
+
31
+ - **Homepage:** https://github.com/allenai/natural-instructions
32
+ - **Paper:** https://arxiv.org/abs/2204.07705
33
+ - **Paper:** https://arxiv.org/abs/2407.00066
34
+ - **Point of Contact:** [Rickard Brüel Gabrielsson](mailto:brg@mit.edu)
35
+
36
+ ## Additional Information
37
+
38
+ ### Citation Information
39
+
40
+ The following paper introduces the corpus in detail. If you use the corpus in published work, please cite it:
41
+ ```bibtex
42
+ @misc{wang2022supernaturalinstructionsgeneralizationdeclarativeinstructions,
43
+ title={Super-NaturalInstructions: Generalization via Declarative Instructions on 1600+ NLP Tasks},
44
+ 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},
45
+ year={2022},
46
+ eprint={2204.07705},
47
+ archivePrefix={arXiv},
48
+ primaryClass={cs.CL},
49
+ url={https://arxiv.org/abs/2204.07705},
50
+ }
51
+ ```
52
+
53
+ More details can also be found in the following paper:
54
+ ```bibtex
55
+ @misc{brüelgabrielsson2024compressserveservingthousands,
56
+ title={Compress then Serve: Serving Thousands of LoRA Adapters with Little Overhead},
57
+ author={Rickard Brüel-Gabrielsson and Jiacheng Zhu and Onkar Bhardwaj and Leshem Choshen and Kristjan Greenewald and Mikhail Yurochkin and Justin Solomon},
58
+ year={2024},
59
+ eprint={2407.00066},
60
+ archivePrefix={arXiv},
61
+ primaryClass={cs.DC},
62
+ url={https://arxiv.org/abs/2407.00066},
63
+ }
64
+ ```
65
+
66
+ ### Contact Information
67
+
68
+ For any comments or questions, please email [Rickard Brüel Gabrielsson](mailto:brg@mit.edu)