Suryanshg/SUPER-NATURALINSTRUCTIONS-xlingual
收藏Hugging Face2026-04-16 更新2026-04-26 收录
下载链接:
https://hf-mirror.com/datasets/Suryanshg/SUPER-NATURALINSTRUCTIONS-xlingual
下载链接
链接失效反馈官方服务:
资源简介:
---
dataset_info:
features:
- name: task_name
dtype: string
- name: instruction
dtype: string
- name: input_language
dtype: string
- name: output_language
dtype: string
- name: instruction_language
dtype: string
- name: categories
dtype: string
- name: input
dtype: string
- name: output
dtype: string
splits:
- name: train
num_bytes: 4719905899
num_examples: 4902436
- name: test
num_bytes: 36432930
num_examples: 36432
download_size: 984890211
dataset_size: 4756338829
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
license: mit
---
# SUPER-NATURALINSTRUCTIONS-xlingual Dataset
This repository hosts the Super Natural Instructions dataset on the GitHub: https://github.com/allenai/natural-instructions. The original repository on GitHub consists
of JSON files which require complicated parsing. This dataset is in ready-to-use format using standard HuggingFace `datasets` library.
## Paper Link
Here is the link to the original paper for this dataset: https://arxiv.org/abs/2204.07705
## Citations
To cite the paper, please use this:
```
@inproceedings{naturalinstructions,
title={Cross-task generalization via natural language crowdsourcing instructions},
author={Mishra, Swaroop and Khashabi, Daniel and Baral, Chitta and Hajishirzi, Hannaneh},
booktitle={ACL},
year={2022}
}
@inproceedings{supernaturalinstructions,
title={Super-NaturalInstructions:Generalization via Declarative Instructions on 1600+ Tasks},
author={Wang, Yizhong and Mishra, Swaroop and Alipoormolabashi, Pegah and Kordi, Yeganeh and Mirzaei, Amirreza and Arunkumar, Anjana and Ashok, Arjun and Dhanasekaran, Arut Selvan and Naik, Atharva and Stap, David and others},
booktitle={EMNLP},
year={2022}
}
```
提供机构:
Suryanshg



