Datasets:

Modalities:
Text
Formats:
parquet
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
sileod commited on
Commit
03c3174
·
1 Parent(s): 3a8fb2e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -1
README.md CHANGED
@@ -11,7 +11,22 @@ dataset_info:
11
  num_examples: 200000
12
  download_size: 148817199
13
  dataset_size: 290434558
 
 
 
14
  ---
15
  # Dataset Card for "symbolic-instruction-tuning-sql"
16
 
17
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  num_examples: 200000
12
  download_size: 148817199
13
  dataset_size: 290434558
14
+ license: mit
15
+ task_categories:
16
+ - text2text-generation
17
  ---
18
  # Dataset Card for "symbolic-instruction-tuning-sql"
19
 
20
+
21
+ Original component (=no Flan) from the symbolic instruction tuning dataset.
22
+
23
+ [From Zero to Hero: Examining the Power of Symbolic Tasks in Instruction Tuning](https://arxiv.org/abs/2304.07995). The training code can be found in [here](https://github.com/sail-sg/symbolic-instruction-tuning).
24
+
25
+ ```
26
+ @article{liu2023zero,
27
+ title={From Zero to Hero: Examining the Power of Symbolic Tasks in Instruction Tuning},
28
+ author={Liu, Qian and Zhou, Fan and Jiang, Zhengbao and Dou, Longxu and Lin, Min},
29
+ eprint={2304.07995},
30
+ year={2023}
31
+ }
32
+ ```