|
--- |
|
dataset_info: |
|
features: |
|
- name: inputs |
|
dtype: string |
|
- name: targets |
|
dtype: string |
|
splits: |
|
- name: train |
|
num_bytes: 290434558 |
|
num_examples: 200000 |
|
download_size: 148817199 |
|
dataset_size: 290434558 |
|
license: mit |
|
task_categories: |
|
- text2text-generation |
|
language: |
|
- en |
|
--- |
|
# Dataset Card for "symbolic-instruction-tuning-sql" |
|
|
|
|
|
Original component (=no Flan) from the symbolic instruction tuning dataset, with flan column names. |
|
|
|
[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). |
|
|
|
``` |
|
@article{liu2023zero, |
|
title={From Zero to Hero: Examining the Power of Symbolic Tasks in Instruction Tuning}, |
|
author={Liu, Qian and Zhou, Fan and Jiang, Zhengbao and Dou, Longxu and Lin, Min}, |
|
eprint={2304.07995}, |
|
year={2023} |
|
} |
|
``` |