Datasets:

Modalities:
Text
Formats:
parquet
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
bruel commited on
Commit
073e55c
1 Parent(s): d4d5153

Upload README.md with huggingface_hub

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