Datasets:
mteb
/

Modalities:
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
pandas
License:
Samoed commited on
Commit
56a1db8
·
verified ·
1 Parent(s): 0610837

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +188 -236
README.md CHANGED
@@ -1,238 +1,190 @@
1
  ---
2
- dataset_info:
3
- - config_name: assamese
4
- features:
5
- - name: sentence1
6
- dtype: string
7
- - name: sentence2
8
- dtype: string
9
- - name: labels
10
- dtype: int64
11
- splits:
12
- - name: test
13
- num_bytes: 565556
14
- num_examples: 1365
15
- download_size: 232509
16
- dataset_size: 565556
17
- - config_name: bengali
18
- features:
19
- - name: sentence1
20
- dtype: string
21
- - name: sentence2
22
- dtype: string
23
- - name: labels
24
- dtype: int64
25
- splits:
26
- - name: test
27
- num_bytes: 567227
28
- num_examples: 1365
29
- download_size: 224982
30
- dataset_size: 567227
31
- - config_name: bhojpuri
32
- features:
33
- - name: sentence1
34
- dtype: string
35
- - name: sentence2
36
- dtype: string
37
- - name: labels
38
- dtype: int64
39
- splits:
40
- - name: test
41
- num_bytes: 549145
42
- num_examples: 1365
43
- download_size: 221829
44
- dataset_size: 549145
45
- - config_name: greek
46
- features:
47
- - name: sentence1
48
- dtype: string
49
- - name: sentence2
50
- dtype: string
51
- - name: labels
52
- dtype: int64
53
- splits:
54
- - name: test
55
- num_bytes: 446843
56
- num_examples: 1365
57
- download_size: 226242
58
- dataset_size: 446843
59
- - config_name: gujrati
60
- features:
61
- - name: sentence1
62
- dtype: string
63
- - name: sentence2
64
- dtype: string
65
- - name: labels
66
- dtype: int64
67
- splits:
68
- - name: test
69
- num_bytes: 550823
70
- num_examples: 1365
71
- download_size: 226344
72
- dataset_size: 550823
73
- - config_name: kannada
74
- features:
75
- - name: sentence1
76
- dtype: string
77
- - name: sentence2
78
- dtype: string
79
- - name: labels
80
- dtype: int64
81
- splits:
82
- - name: test
83
- num_bytes: 622208
84
- num_examples: 1365
85
- download_size: 241576
86
- dataset_size: 622208
87
- - config_name: marathi
88
- features:
89
- - name: sentence1
90
- dtype: string
91
- - name: sentence2
92
- dtype: string
93
- - name: labels
94
- dtype: int64
95
- splits:
96
- - name: test
97
- num_bytes: 569028
98
- num_examples: 1365
99
- download_size: 227361
100
- dataset_size: 569028
101
- - config_name: odiya
102
- features:
103
- - name: sentence1
104
- dtype: string
105
- - name: sentence2
106
- dtype: string
107
- - name: labels
108
- dtype: int64
109
- splits:
110
- - name: test
111
- num_bytes: 571151
112
- num_examples: 1365
113
- download_size: 230178
114
- dataset_size: 571151
115
- - config_name: punjabi
116
- features:
117
- - name: sentence1
118
- dtype: string
119
- - name: sentence2
120
- dtype: string
121
- - name: labels
122
- dtype: int64
123
- splits:
124
- - name: test
125
- num_bytes: 565812
126
- num_examples: 1365
127
- download_size: 226576
128
- dataset_size: 565812
129
- - config_name: russian
130
- features:
131
- - name: sentence1
132
- dtype: string
133
- - name: sentence2
134
- dtype: string
135
- - name: labels
136
- dtype: int64
137
- splits:
138
- - name: test
139
- num_bytes: 418863
140
- num_examples: 1365
141
- download_size: 214831
142
- dataset_size: 418863
143
- - config_name: sanskrit
144
- features:
145
- - name: sentence1
146
- dtype: string
147
- - name: sentence2
148
- dtype: string
149
- - name: labels
150
- dtype: int64
151
- splits:
152
- - name: test
153
- num_bytes: 598335
154
- num_examples: 1365
155
- download_size: 238140
156
- dataset_size: 598335
157
- - config_name: tamil
158
- features:
159
- - name: sentence1
160
- dtype: string
161
- - name: sentence2
162
- dtype: string
163
- - name: labels
164
- dtype: int64
165
- splits:
166
- - name: test
167
- num_bytes: 676943
168
- num_examples: 1365
169
- download_size: 247562
170
- dataset_size: 676943
171
- - config_name: turkish
172
- features:
173
- - name: sentence1
174
- dtype: string
175
- - name: sentence2
176
- dtype: string
177
- - name: labels
178
- dtype: int64
179
- splits:
180
- - name: test
181
- num_bytes: 246707
182
- num_examples: 1365
183
- download_size: 157342
184
- dataset_size: 246707
185
- configs:
186
- - config_name: assamese
187
- data_files:
188
- - split: test
189
- path: assamese/test-*
190
- - config_name: bengali
191
- data_files:
192
- - split: test
193
- path: bengali/test-*
194
- - config_name: bhojpuri
195
- data_files:
196
- - split: test
197
- path: bhojpuri/test-*
198
- - config_name: greek
199
- data_files:
200
- - split: test
201
- path: greek/test-*
202
- - config_name: gujrati
203
- data_files:
204
- - split: test
205
- path: gujrati/test-*
206
- - config_name: kannada
207
- data_files:
208
- - split: test
209
- path: kannada/test-*
210
- - config_name: marathi
211
- data_files:
212
- - split: test
213
- path: marathi/test-*
214
- - config_name: odiya
215
- data_files:
216
- - split: test
217
- path: odiya/test-*
218
- - config_name: punjabi
219
- data_files:
220
- - split: test
221
- path: punjabi/test-*
222
- - config_name: russian
223
- data_files:
224
- - split: test
225
- path: russian/test-*
226
- - config_name: sanskrit
227
- data_files:
228
- - split: test
229
- path: sanskrit/test-*
230
- - config_name: tamil
231
- data_files:
232
- - split: test
233
- path: tamil/test-*
234
- - config_name: turkish
235
- data_files:
236
- - split: test
237
- path: turkish/test-*
238
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ annotations_creators:
3
+ - expert-annotated
4
+ language:
5
+ - pan
6
+ - guj
7
+ - kan
8
+ - asm
9
+ - ben
10
+ - mar
11
+ - bho
12
+ - ory
13
+ - san
14
+ - tam
15
+ - tur
16
+ - ell
17
+ - rus
18
+ license: unknown
19
+ multilinguality: translated
20
+ task_ids: []
21
+ task_category:
22
+ - text-classification
23
+ tags:
24
+ - mteb
25
+ - text
26
+ domains:
27
+ - Non-fiction
28
+ - Fiction
29
+ - Government
30
+ - Written
31
+ citation_bibtex: "@inproceedings{upadhyay2023xnli,\n title={XNLI 2.0: Improving\
32
+ \ XNLI dataset and performance on Cross Lingual Understanding (XLU)},\n \
33
+ \ author={Upadhyay, Ankit Kumar and Upadhya, Harsit Kumar},\n booktitle={2023\
34
+ \ IEEE 8th International Conference for Convergence in Technology (I2CT)},\n \
35
+ \ pages={1--6},\n year={2023},\n organization={IEEE}\n\
36
+ \ }\n "
37
+ dataset_summary: "\n This is subset of 'XNLI 2.0: Improving XNLI dataset and\
38
+ \ performance on Cross Lingual Understanding'\n with languages that were\
39
+ \ not part of the original XNLI plus three (verified) languages that are not strongly\
40
+ \ covered in MTEB\n "
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
41
  ---
42
+
43
+ # Dataset Card for Dataset Name
44
+
45
+ <!-- Provide a quick summary of the dataset. -->
46
+
47
+
48
+ This is subset of 'XNLI 2.0: Improving XNLI dataset and performance on Cross Lingual Understanding'
49
+ with languages that were not part of the original XNLI plus three (verified) languages that are not strongly covered in MTEB
50
+
51
+
52
+ ## Dataset Details
53
+
54
+ ### Dataset Description
55
+
56
+ <!-- Provide a longer summary of what this dataset is. -->
57
+
58
+
59
+
60
+ - **Curated by:** [More Information Needed]
61
+ - **Funded by [optional]:** [More Information Needed]
62
+ - **Shared by [optional]:** [More Information Needed]
63
+ - **Language(s) (NLP):** ['pan', 'guj', 'kan', 'asm', 'ben', 'mar', 'bho', 'ory', 'san', 'tam', 'tur', 'ell', 'rus']
64
+ - **License:** unknown
65
+
66
+ ### Dataset Sources [optional]
67
+
68
+ <!-- Provide the basic links for the dataset. -->
69
+
70
+ - **Repository:** [More Information Needed]
71
+ - **Paper [optional]:** [More Information Needed]
72
+ - **Demo [optional]:** [More Information Needed]
73
+
74
+ ## Uses
75
+
76
+ <!-- Address questions around how the dataset is intended to be used. -->
77
+
78
+ ### Direct Use
79
+
80
+ <!-- This section describes suitable use cases for the dataset. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Out-of-Scope Use
85
+
86
+ <!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
87
+
88
+ [More Information Needed]
89
+
90
+ ## Dataset Structure
91
+
92
+ <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
93
+
94
+ [More Information Needed]
95
+
96
+ ## Dataset Creation
97
+
98
+ ### Curation Rationale
99
+
100
+ <!-- Motivation for the creation of this dataset. -->
101
+
102
+ [More Information Needed]
103
+
104
+ ### Source Data
105
+
106
+ <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
107
+
108
+ #### Data Collection and Processing
109
+
110
+ <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
111
+
112
+ [More Information Needed]
113
+
114
+ #### Who are the source data producers?
115
+
116
+ <!-- This section describes the people or systems who originally created the data. It should also include self-reported demographic or identity information for the source data creators if this information is available. -->
117
+
118
+ [More Information Needed]
119
+
120
+ ### Annotations [optional]
121
+
122
+ <!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. -->
123
+
124
+ #### Annotation process
125
+
126
+ <!-- This section describes the annotation process such as annotation tools used in the process, the amount of data annotated, annotation guidelines provided to the annotators, interannotator statistics, annotation validation, etc. -->
127
+
128
+ [More Information Needed]
129
+
130
+ #### Who are the annotators?
131
+
132
+ <!-- This section describes the people or systems who created the annotations. -->
133
+
134
+ [More Information Needed]
135
+
136
+ #### Personal and Sensitive Information
137
+
138
+ <!-- State whether the dataset contains data that might be considered personal, sensitive, or private (e.g., data that reveals addresses, uniquely identifiable names or aliases, racial or ethnic origins, sexual orientations, religious beliefs, political opinions, financial or health data, etc.). If efforts were made to anonymize the data, describe the anonymization process. -->
139
+
140
+ [More Information Needed]
141
+
142
+ ## Bias, Risks, and Limitations
143
+
144
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
145
+
146
+ [More Information Needed]
147
+
148
+ ### Recommendations
149
+
150
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
151
+
152
+ Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
153
+
154
+ ## Citation [optional]
155
+
156
+ <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
157
+
158
+ **BibTeX:**
159
+
160
+ @inproceedings{upadhyay2023xnli,
161
+ title={XNLI 2.0: Improving XNLI dataset and performance on Cross Lingual Understanding (XLU)},
162
+ author={Upadhyay, Ankit Kumar and Upadhya, Harsit Kumar},
163
+ booktitle={2023 IEEE 8th International Conference for Convergence in Technology (I2CT)},
164
+ pages={1--6},
165
+ year={2023},
166
+ organization={IEEE}
167
+ }
168
+
169
+
170
+ **APA:**
171
+
172
+ [More Information Needed]
173
+
174
+ ## Glossary [optional]
175
+
176
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. -->
177
+
178
+ [More Information Needed]
179
+
180
+ ## More Information [optional]
181
+
182
+ [More Information Needed]
183
+
184
+ ## Dataset Card Authors [optional]
185
+
186
+ [More Information Needed]
187
+
188
+ ## Dataset Card Contact
189
+
190
+ [More Information Needed]