Datasets:

Modalities:
Tabular
Text
Formats:
parquet
Libraries:
Datasets
pandas
License:
File size: 3,704 Bytes
0a1a7f9
 
6819da5
0a1a7f9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6819da5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
61a0f09
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
43af992
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
979d08c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
0a1a7f9
 
 
 
 
 
 
 
 
6819da5
 
 
 
 
 
 
 
61a0f09
 
 
 
 
 
 
 
43af992
 
 
 
979d08c
 
 
 
 
 
 
 
85a6dbd
0a1a7f9
 
 
85a6dbd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
---
dataset_info:
- config_name: cola
  features:
  - name: data_index_by_user
    dtype: int32
  - name: label
    dtype: int32
  - name: sentence
    dtype: string
  splits:
  - name: train
    num_bytes: 569511
    num_examples: 8551
  - name: validation
    num_bytes: 72661
    num_examples: 1043
  - name: test
    num_bytes: 72979
    num_examples: 1063
  download_size: 381894
  dataset_size: 715151
- config_name: mrpc
  features:
  - name: data_index_by_user
    dtype: int32
  - name: sentence1
    dtype: string
  - name: sentence2
    dtype: string
  - name: label
    dtype: int32
  - name: idx
    dtype: int32
  splits:
  - name: train
    num_bytes: 1078522
    num_examples: 3668
  - name: validation
    num_bytes: 120306
    num_examples: 408
  - name: test
    num_bytes: 504069
    num_examples: 1725
  download_size: 1176356
  dataset_size: 1702897
- config_name: qnli
  features:
  - name: data_index_by_user
    dtype: int32
  - name: label
    dtype: int32
  - name: question
    dtype: string
  - name: sentence
    dtype: string
  splits:
  - name: train
    num_bytes: 28343211
    num_examples: 104743
  - name: validation
    num_bytes: 1507016
    num_examples: 5463
  - name: test
    num_bytes: 1510880
    num_examples: 5463
  download_size: 21097078
  dataset_size: 31361107
- config_name: qqp
  features:
  - name: data_index_by_user
    dtype: int32
  - name: question1
    dtype: string
  - name: question2
    dtype: string
  - name: label
    dtype: int32
  - name: idx
    dtype: int32
  splits:
  - name: train
    num_bytes: 64564524
    num_examples: 363846
  download_size: 40798086
  dataset_size: 64564524
- config_name: wnli
  features:
  - name: data_index_by_user
    dtype: int32
  - name: sentence1
    dtype: string
  - name: sentence2
    dtype: string
  - name: label
    dtype: int32
  - name: idx
    dtype: int32
  splits:
  - name: train
    num_bytes: 132171
    num_examples: 635
  - name: validation
    num_bytes: 15331
    num_examples: 71
  - name: test
    num_bytes: 47430
    num_examples: 146
  download_size: 80151
  dataset_size: 194932
configs:
- config_name: cola
  data_files:
  - split: train
    path: cola/train-*
  - split: validation
    path: cola/validation-*
  - split: test
    path: cola/test-*
- config_name: mrpc
  data_files:
  - split: train
    path: mrpc/train-*
  - split: validation
    path: mrpc/validation-*
  - split: test
    path: mrpc/test-*
- config_name: qnli
  data_files:
  - split: train
    path: qnli/train-*
  - split: validation
    path: qnli/validation-*
  - split: test
    path: qnli/test-*
- config_name: qqp
  data_files:
  - split: train
    path: qqp/train-*
- config_name: wnli
  data_files:
  - split: train
    path: wnli/train-*
  - split: validation
    path: wnli/validation-*
  - split: test
    path: wnli/test-*
license: cc-by-4.0
---
# Dataset Card for "kor_glue"

[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)

# Source Data Citation Information
```
@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}
}

Note that each GLUE dataset has its own citation. Please see the source to see
the correct citation for each contained dataset.
```