bruel commited on
Commit
eea2eb6
1 Parent(s): 7a3c2ca

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +56 -17
README.md CHANGED
@@ -1,31 +1,70 @@
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: 3502674.3827215754
13
  num_examples: 1787
14
- - name: test
15
- num_bytes: 439059.35183527303
16
- num_examples: 224
17
  - name: valid
18
- num_bytes: 437099.2654431513
19
  num_examples: 223
20
- download_size: 736666
21
- dataset_size: 4378833.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
+ annotations_creators:
3
+ - crowdsourced
4
+ language_creators:
5
+ - crowdsourced
6
+ license:
7
+ - apache-2.0
8
+ task_categories:
9
+ - text-generation
10
+ pretty_name: task044_essential_terms_identifying_essential_words
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: 1787
 
 
 
23
  - name: valid
 
24
  num_examples: 223
25
+ - name: test
26
+ num_examples: 224
 
 
 
 
 
 
 
 
 
27
  ---
28
+
29
+ # Dataset Card for Natural Instructions (https://github.com/allenai/natural-instructions) Task: task044_essential_terms_identifying_essential_words
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)