|
--- |
|
dataset_info: |
|
features: |
|
- name: question |
|
dtype: string |
|
- name: sentence |
|
dtype: string |
|
- name: label |
|
dtype: int64 |
|
splits: |
|
- name: train |
|
num_bytes: 25845146 |
|
num_examples: 104743 |
|
- name: test |
|
num_bytes: 1380442 |
|
num_examples: 5463 |
|
- name: validation |
|
num_bytes: 1376422 |
|
num_examples: 5463 |
|
download_size: 18108260 |
|
dataset_size: 28602010 |
|
license: gpl-3.0 |
|
task_categories: |
|
- feature-extraction |
|
language: |
|
- id |
|
size_categories: |
|
- 100K<n<1M |
|
--- |
|
# Dataset Card for "qnli-id" |
|
|
|
This dataset is a translated version of qnli dataset from (glue)[https://huggingface.co/datasets/glue] dataset. |
|
|
|
# Citing & Authors |
|
|
|
``` |
|
@article{warstadt2018neural, |
|
title={Neural Network Acceptability Judgments}, |
|
author={Warstadt, Alex and Singh, Amanpreet and Bowman, Samuel R}, |
|
journal={arXiv preprint arXiv:1805.12471}, |
|
year={2018} |
|
} |
|
@inproceedings{wang2019glue, |
|
title={{GLUE}: A Multi-Task Benchmark and Analysis Platform for Natural Language Understanding}, |
|
author={Wang, Alex and Singh, Amanpreet and Michael, Julian and Hill, Felix and Levy, Omer and Bowman, Samuel R.}, |
|
note={In the Proceedings of ICLR.}, |
|
year={2019} |
|
} |
|
``` |