File size: 1,230 Bytes
c1a2d9c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8b42db3
b8cb928
 
8b42db3
b8cb928
 
 
 
8b42db3
 
 
c1a2d9c
 
 
cba7e32
aec5942
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
---
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: cc-by-sa-4.0
task_categories:
- feature-extraction
- text-classification
language:
- id
size_categories:
- 100K<n<1M
tags:
- glue
- Text Similarity
---
# 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}
}
```