system HF staff commited on
Commit
4a3fa55
1 Parent(s): f8d4372

Update files from the datasets library (from 1.3.0)

Browse files

Release notes: https://github.com/huggingface/datasets/releases/tag/1.3.0

Files changed (1) hide show
  1. README.md +187 -0
README.md ADDED
@@ -0,0 +1,187 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ ---
3
+
4
+ # Dataset Card for "kor_nli"
5
+
6
+ ## Table of Contents
7
+ - [Dataset Description](#dataset-description)
8
+ - [Dataset Summary](#dataset-summary)
9
+ - [Supported Tasks](#supported-tasks)
10
+ - [Languages](#languages)
11
+ - [Dataset Structure](#dataset-structure)
12
+ - [Data Instances](#data-instances)
13
+ - [Data Fields](#data-fields)
14
+ - [Data Splits Sample Size](#data-splits-sample-size)
15
+ - [Dataset Creation](#dataset-creation)
16
+ - [Curation Rationale](#curation-rationale)
17
+ - [Source Data](#source-data)
18
+ - [Annotations](#annotations)
19
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
20
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
21
+ - [Social Impact of Dataset](#social-impact-of-dataset)
22
+ - [Discussion of Biases](#discussion-of-biases)
23
+ - [Other Known Limitations](#other-known-limitations)
24
+ - [Additional Information](#additional-information)
25
+ - [Dataset Curators](#dataset-curators)
26
+ - [Licensing Information](#licensing-information)
27
+ - [Citation Information](#citation-information)
28
+ - [Contributions](#contributions)
29
+
30
+ ## [Dataset Description](#dataset-description)
31
+
32
+ - **Homepage:** [https://github.com/kakaobrain/KorNLUDatasets](https://github.com/kakaobrain/KorNLUDatasets)
33
+ - **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
34
+ - **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
35
+ - **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
36
+ - **Size of downloaded dataset files:** 120.49 MB
37
+ - **Size of the generated dataset:** 158.72 MB
38
+ - **Total amount of disk used:** 279.21 MB
39
+
40
+ ### [Dataset Summary](#dataset-summary)
41
+
42
+ Korean Natural Language Inference datasets
43
+
44
+ ### [Supported Tasks](#supported-tasks)
45
+
46
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
47
+
48
+ ### [Languages](#languages)
49
+
50
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
51
+
52
+ ## [Dataset Structure](#dataset-structure)
53
+
54
+ We show detailed information for up to 5 configurations of the dataset.
55
+
56
+ ### [Data Instances](#data-instances)
57
+
58
+ #### multi_nli
59
+
60
+ - **Size of downloaded dataset files:** 40.16 MB
61
+ - **Size of the generated dataset:** 80.80 MB
62
+ - **Total amount of disk used:** 120.97 MB
63
+
64
+ An example of 'train' looks as follows.
65
+ ```
66
+
67
+ ```
68
+
69
+ #### snli
70
+
71
+ - **Size of downloaded dataset files:** 40.16 MB
72
+ - **Size of the generated dataset:** 76.42 MB
73
+ - **Total amount of disk used:** 116.59 MB
74
+
75
+ An example of 'train' looks as follows.
76
+ ```
77
+
78
+ ```
79
+
80
+ #### xnli
81
+
82
+ - **Size of downloaded dataset files:** 40.16 MB
83
+ - **Size of the generated dataset:** 1.49 MB
84
+ - **Total amount of disk used:** 41.66 MB
85
+
86
+ An example of 'validation' looks as follows.
87
+ ```
88
+
89
+ ```
90
+
91
+ ### [Data Fields](#data-fields)
92
+
93
+ The data fields are the same among all splits.
94
+
95
+ #### multi_nli
96
+ - `premise`: a `string` feature.
97
+ - `hypothesis`: a `string` feature.
98
+ - `label`: a classification label, with possible values including `entailment` (0), `neutral` (1), `contradiction` (2).
99
+
100
+ #### snli
101
+ - `premise`: a `string` feature.
102
+ - `hypothesis`: a `string` feature.
103
+ - `label`: a classification label, with possible values including `entailment` (0), `neutral` (1), `contradiction` (2).
104
+
105
+ #### xnli
106
+ - `premise`: a `string` feature.
107
+ - `hypothesis`: a `string` feature.
108
+ - `label`: a classification label, with possible values including `entailment` (0), `neutral` (1), `contradiction` (2).
109
+
110
+ ### [Data Splits Sample Size](#data-splits-sample-size)
111
+
112
+ #### multi_nli
113
+
114
+ | |train |
115
+ |---------|-----:|
116
+ |multi_nli|392702|
117
+
118
+ #### snli
119
+
120
+ | |train |
121
+ |----|-----:|
122
+ |snli|550152|
123
+
124
+ #### xnli
125
+
126
+ | |validation|test|
127
+ |----|---------:|---:|
128
+ |xnli| 2490|5010|
129
+
130
+ ## [Dataset Creation](#dataset-creation)
131
+
132
+ ### [Curation Rationale](#curation-rationale)
133
+
134
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
135
+
136
+ ### [Source Data](#source-data)
137
+
138
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
139
+
140
+ ### [Annotations](#annotations)
141
+
142
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
143
+
144
+ ### [Personal and Sensitive Information](#personal-and-sensitive-information)
145
+
146
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
147
+
148
+ ## [Considerations for Using the Data](#considerations-for-using-the-data)
149
+
150
+ ### [Social Impact of Dataset](#social-impact-of-dataset)
151
+
152
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
153
+
154
+ ### [Discussion of Biases](#discussion-of-biases)
155
+
156
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
157
+
158
+ ### [Other Known Limitations](#other-known-limitations)
159
+
160
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
161
+
162
+ ## [Additional Information](#additional-information)
163
+
164
+ ### [Dataset Curators](#dataset-curators)
165
+
166
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
167
+
168
+ ### [Licensing Information](#licensing-information)
169
+
170
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
171
+
172
+ ### [Citation Information](#citation-information)
173
+
174
+ ```
175
+ @article{ham2020kornli,
176
+ title={KorNLI and KorSTS: New Benchmark Datasets for Korean Natural Language Understanding},
177
+ author={Ham, Jiyeon and Choe, Yo Joong and Park, Kyubyong and Choi, Ilji and Soh, Hyungjoon},
178
+ journal={arXiv preprint arXiv:2004.03289},
179
+ year={2020}
180
+ }
181
+
182
+ ```
183
+
184
+
185
+ ### Contributions
186
+
187
+ Thanks to [@thomwolf](https://github.com/thomwolf), [@lhoestq](https://github.com/lhoestq), [@lewtun](https://github.com/lewtun), [@patrickvonplaten](https://github.com/patrickvonplaten) for adding this dataset.