Datasets:
mteb
/

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

Add dataset card

Browse files
Files changed (1) hide show
  1. README.md +277 -0
README.md CHANGED
@@ -1,4 +1,34 @@
1
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  dataset_info:
3
  features:
4
  - name: text
@@ -21,4 +51,251 @@ configs:
21
  path: data/train-*
22
  - split: test
23
  path: data/test-*
 
 
 
24
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ annotations_creators:
3
+ - expert-annotated
4
+ language:
5
+ - anp
6
+ - awa
7
+ - ben
8
+ - bgc
9
+ - bhb
10
+ - bhd
11
+ - bho
12
+ - bjj
13
+ - bns
14
+ - bra
15
+ - gbm
16
+ - guj
17
+ - hne
18
+ - kfg
19
+ - kfy
20
+ - mag
21
+ - mar
22
+ - mup
23
+ - noe
24
+ - pan
25
+ - raj
26
+ license: cc-by-sa-4.0
27
+ multilinguality: monolingual
28
+ task_categories:
29
+ - text-classification
30
+ task_ids:
31
+ - language-identification
32
  dataset_info:
33
  features:
34
  - name: text
 
51
  path: data/train-*
52
  - split: test
53
  path: data/test-*
54
+ tags:
55
+ - mteb
56
+ - text
57
  ---
58
+ <!-- adapted from https://github.com/huggingface/huggingface_hub/blob/v0.30.2/src/huggingface_hub/templates/datasetcard_template.md -->
59
+
60
+ <div align="center" style="padding: 40px 20px; background-color: white; border-radius: 12px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); max-width: 600px; margin: 0 auto;">
61
+ <h1 style="font-size: 3.5rem; color: #1a1a1a; margin: 0 0 20px 0; letter-spacing: 2px; font-weight: 700;">HinDialectClassification</h1>
62
+ <div style="font-size: 1.5rem; color: #4a4a4a; margin-bottom: 5px; font-weight: 300;">An <a href="https://github.com/embeddings-benchmark/mteb" style="color: #2c5282; font-weight: 600; text-decoration: none;" onmouseover="this.style.textDecoration='underline'" onmouseout="this.style.textDecoration='none'">MTEB</a> dataset</div>
63
+ <div style="font-size: 0.9rem; color: #2c5282; margin-top: 10px;">Massive Text Embedding Benchmark</div>
64
+ </div>
65
+
66
+ HinDialect: 26 Hindi-related languages and dialects of the Indic Continuum in North India
67
+
68
+ | | |
69
+ |---------------|---------------------------------------------|
70
+ | Task category | t2c |
71
+ | Domains | Social, Spoken, Written |
72
+ | Reference | https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-4839 |
73
+
74
+
75
+ ## How to evaluate on this task
76
+
77
+ You can evaluate an embedding model on this dataset using the following code:
78
+
79
+ ```python
80
+ import mteb
81
+
82
+ task = mteb.get_tasks(["HinDialectClassification"])
83
+ evaluator = mteb.MTEB(task)
84
+
85
+ model = mteb.get_model(YOUR_MODEL)
86
+ evaluator.run(model)
87
+ ```
88
+
89
+ <!-- Datasets want link to arxiv in readme to autolink dataset with paper -->
90
+ To learn more about how to run models on `mteb` task check out the [GitHub repitory](https://github.com/embeddings-benchmark/mteb).
91
+
92
+ ## Citation
93
+
94
+ If you use this dataset, please cite the dataset as well as [mteb](https://github.com/embeddings-benchmark/mteb), as this dataset likely includes additional processing as a part of the [MMTEB Contribution](https://github.com/embeddings-benchmark/mteb/tree/main/docs/mmteb).
95
+
96
+ ```bibtex
97
+
98
+ @misc{11234/1-4839,
99
+ author = {Bafna, Niyati and {\v Z}abokrtsk{\'y}, Zden{\v e}k and Espa{\~n}a-Bonet, Cristina and van Genabith, Josef and Kumar, Lalit "Samyak Lalit" and Suman, Sharda and Shivay, Rahul},
100
+ copyright = {Creative Commons - Attribution-{NonCommercial}-{ShareAlike} 4.0 International ({CC} {BY}-{NC}-{SA} 4.0)},
101
+ note = {{LINDAT}/{CLARIAH}-{CZ} digital library at the Institute of Formal and Applied Linguistics ({{\'U}FAL}), Faculty of Mathematics and Physics, Charles University},
102
+ title = {{HinDialect} 1.1: 26 Hindi-related languages and dialects of the Indic Continuum in North India},
103
+ url = {http://hdl.handle.net/11234/1-4839},
104
+ year = {2022},
105
+ }
106
+
107
+
108
+ @article{enevoldsen2025mmtebmassivemultilingualtext,
109
+ title={MMTEB: Massive Multilingual Text Embedding Benchmark},
110
+ author={Kenneth Enevoldsen and Isaac Chung and Imene Kerboua and Márton Kardos and Ashwin Mathur and David Stap and Jay Gala and Wissam Siblini and Dominik Krzemiński and Genta Indra Winata and Saba Sturua and Saiteja Utpala and Mathieu Ciancone and Marion Schaeffer and Gabriel Sequeira and Diganta Misra and Shreeya Dhakal and Jonathan Rystrøm and Roman Solomatin and Ömer Çağatan and Akash Kundu and Martin Bernstorff and Shitao Xiao and Akshita Sukhlecha and Bhavish Pahwa and Rafał Poświata and Kranthi Kiran GV and Shawon Ashraf and Daniel Auras and Björn Plüster and Jan Philipp Harries and Loïc Magne and Isabelle Mohr and Mariya Hendriksen and Dawei Zhu and Hippolyte Gisserot-Boukhlef and Tom Aarsen and Jan Kostkan and Konrad Wojtasik and Taemin Lee and Marek Šuppa and Crystina Zhang and Roberta Rocca and Mohammed Hamdy and Andrianos Michail and John Yang and Manuel Faysse and Aleksei Vatolin and Nandan Thakur and Manan Dey and Dipam Vasani and Pranjal Chitale and Simone Tedeschi and Nguyen Tai and Artem Snegirev and Michael Günther and Mengzhou Xia and Weijia Shi and Xing Han Lù and Jordan Clive and Gayatri Krishnakumar and Anna Maksimova and Silvan Wehrli and Maria Tikhonova and Henil Panchal and Aleksandr Abramov and Malte Ostendorff and Zheng Liu and Simon Clematide and Lester James Miranda and Alena Fenogenova and Guangyu Song and Ruqiya Bin Safi and Wen-Ding Li and Alessia Borghini and Federico Cassano and Hongjin Su and Jimmy Lin and Howard Yen and Lasse Hansen and Sara Hooker and Chenghao Xiao and Vaibhav Adlakha and Orion Weller and Siva Reddy and Niklas Muennighoff},
111
+ publisher = {arXiv},
112
+ journal={arXiv preprint arXiv:2502.13595},
113
+ year={2025},
114
+ url={https://arxiv.org/abs/2502.13595},
115
+ doi = {10.48550/arXiv.2502.13595},
116
+ }
117
+
118
+ @article{muennighoff2022mteb,
119
+ author = {Muennighoff, Niklas and Tazi, Nouamane and Magne, Lo{\"\i}c and Reimers, Nils},
120
+ title = {MTEB: Massive Text Embedding Benchmark},
121
+ publisher = {arXiv},
122
+ journal={arXiv preprint arXiv:2210.07316},
123
+ year = {2022}
124
+ url = {https://arxiv.org/abs/2210.07316},
125
+ doi = {10.48550/ARXIV.2210.07316},
126
+ }
127
+ ```
128
+
129
+ # Dataset Statistics
130
+ <details>
131
+ <summary> Dataset Statistics</summary>
132
+
133
+ The following code contains the descriptive statistics from the task. These can also be obtained using:
134
+
135
+ ```python
136
+ import mteb
137
+
138
+ task = mteb.get_task("HinDialectClassification")
139
+
140
+ desc_stats = task.metadata.descriptive_stats
141
+ ```
142
+
143
+ ```json
144
+ {
145
+ "test": {
146
+ "num_samples": 1152,
147
+ "number_of_characters": 672566,
148
+ "number_texts_intersect_with_train": 23,
149
+ "min_text_length": 28,
150
+ "average_text_length": 583.8246527777778,
151
+ "max_text_length": 5970,
152
+ "unique_text": 1144,
153
+ "unique_labels": 21,
154
+ "labels": {
155
+ "bundeli-bns": {
156
+ "count": 114
157
+ },
158
+ "bhojpuri-bho": {
159
+ "count": 46
160
+ },
161
+ "panjabi-pan": {
162
+ "count": 264
163
+ },
164
+ "bhadrawahi-bhd": {
165
+ "count": 3
166
+ },
167
+ "korku-kfq": {
168
+ "count": 62
169
+ },
170
+ "awadhi-awa": {
171
+ "count": 16
172
+ },
173
+ "nimadi-noe": {
174
+ "count": 55
175
+ },
176
+ "haryanvi-bgc": {
177
+ "count": 194
178
+ },
179
+ "chhattisgarhi-hne": {
180
+ "count": 32
181
+ },
182
+ "rajasthani-raj": {
183
+ "count": 24
184
+ },
185
+ "magahi-mag": {
186
+ "count": 119
187
+ },
188
+ "malvi-mup": {
189
+ "count": 45
190
+ },
191
+ "angika-anp": {
192
+ "count": 34
193
+ },
194
+ "braj-bra": {
195
+ "count": 29
196
+ },
197
+ "bhili-bhb": {
198
+ "count": 54
199
+ },
200
+ "kumaoni-kfy": {
201
+ "count": 3
202
+ },
203
+ "garhwali-gbm": {
204
+ "count": 45
205
+ },
206
+ "gujarati-guj": {
207
+ "count": 5
208
+ },
209
+ "bengali-ben": {
210
+ "count": 4
211
+ },
212
+ "kanauji-bjj": {
213
+ "count": 2
214
+ },
215
+ "marathi-mar": {
216
+ "count": 2
217
+ }
218
+ }
219
+ },
220
+ "train": {
221
+ "num_samples": 2138,
222
+ "number_of_characters": 1289774,
223
+ "number_texts_intersect_with_train": null,
224
+ "min_text_length": 33,
225
+ "average_text_length": 603.2619270346117,
226
+ "max_text_length": 15395,
227
+ "unique_text": 2108,
228
+ "unique_labels": 21,
229
+ "labels": {
230
+ "haryanvi-bgc": {
231
+ "count": 360
232
+ },
233
+ "angika-anp": {
234
+ "count": 62
235
+ },
236
+ "garhwali-gbm": {
237
+ "count": 83
238
+ },
239
+ "malvi-mup": {
240
+ "count": 84
241
+ },
242
+ "bhili-bhb": {
243
+ "count": 101
244
+ },
245
+ "magahi-mag": {
246
+ "count": 221
247
+ },
248
+ "braj-bra": {
249
+ "count": 54
250
+ },
251
+ "panjabi-pan": {
252
+ "count": 490
253
+ },
254
+ "nimadi-noe": {
255
+ "count": 102
256
+ },
257
+ "bundeli-bns": {
258
+ "count": 212
259
+ },
260
+ "awadhi-awa": {
261
+ "count": 31
262
+ },
263
+ "korku-kfq": {
264
+ "count": 115
265
+ },
266
+ "bhojpuri-bho": {
267
+ "count": 85
268
+ },
269
+ "chhattisgarhi-hne": {
270
+ "count": 60
271
+ },
272
+ "rajasthani-raj": {
273
+ "count": 43
274
+ },
275
+ "bhadrawahi-bhd": {
276
+ "count": 5
277
+ },
278
+ "gujarati-guj": {
279
+ "count": 9
280
+ },
281
+ "bengali-ben": {
282
+ "count": 8
283
+ },
284
+ "kumaoni-kfy": {
285
+ "count": 6
286
+ },
287
+ "marathi-mar": {
288
+ "count": 3
289
+ },
290
+ "kanauji-bjj": {
291
+ "count": 4
292
+ }
293
+ }
294
+ }
295
+ }
296
+ ```
297
+
298
+ </details>
299
+
300
+ ---
301
+ *This dataset card was automatically generated using [MTEB](https://github.com/embeddings-benchmark/mteb)*