Datasets:

Modalities:
Text
Formats:
parquet
ArXiv:
License:
Samoed commited on
Commit
00c1d36
·
verified ·
1 Parent(s): b108600

Add dataset card

Browse files
Files changed (1) hide show
  1. README.md +211 -0
README.md CHANGED
@@ -1,4 +1,18 @@
1
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  dataset_info:
3
  - config_name: en-corpus
4
  features:
@@ -105,4 +119,201 @@ configs:
105
  data_files:
106
  - split: test
107
  path: ru-queries/test-*
 
 
 
108
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ annotations_creators:
3
+ - derived
4
+ language:
5
+ - eng
6
+ - rus
7
+ license: mit
8
+ multilinguality: multilingual
9
+ source_datasets:
10
+ - mlsa-iai-msu-lab/ru_sci_bench_cocite_retrieval
11
+ task_categories:
12
+ - text-retrieval
13
+ - document-retrieval
14
+ task_ids:
15
+ - document-retrieval
16
  dataset_info:
17
  - config_name: en-corpus
18
  features:
 
119
  data_files:
120
  - split: test
121
  path: ru-queries/test-*
122
+ tags:
123
+ - mteb
124
+ - text
125
  ---
126
+ <!-- adapted from https://github.com/huggingface/huggingface_hub/blob/v0.30.2/src/huggingface_hub/templates/datasetcard_template.md -->
127
+
128
+ <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;">
129
+ <h1 style="font-size: 3.5rem; color: #1a1a1a; margin: 0 0 20px 0; letter-spacing: 2px; font-weight: 700;">RuSciBenchCociteRetrieval</h1>
130
+ <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>
131
+ <div style="font-size: 0.9rem; color: #2c5282; margin-top: 10px;">Massive Text Embedding Benchmark</div>
132
+ </div>
133
+
134
+ This task focuses on Co-citation Prediction for scientific papers from eLibrary,
135
+ Russia's largest electronic library of scientific publications. Given a query paper (title and abstract),
136
+ the goal is to retrieve other papers that are co-cited with it. Two papers are considered co-cited
137
+ if they are both cited by at least 5 of the same other papers. Similar to the Direct Citation task,
138
+ this task employs a retrieval setup: for a given query paper, all other papers in the corpus that
139
+ are not co-cited with it are considered negative examples. The task is available for both Russian
140
+ and English scientific texts.
141
+
142
+ | | |
143
+ |---------------|---------------------------------------------|
144
+ | Task category | t2t |
145
+ | Domains | Academic, Non-fiction, Written |
146
+ | Reference | https://github.com/mlsa-iai-msu-lab/ru_sci_bench_mteb |
147
+
148
+ Source datasets:
149
+ - [mlsa-iai-msu-lab/ru_sci_bench_cocite_retrieval](https://huggingface.co/datasets/mlsa-iai-msu-lab/ru_sci_bench_cocite_retrieval)
150
+
151
+
152
+ ## How to evaluate on this task
153
+
154
+ You can evaluate an embedding model on this dataset using the following code:
155
+
156
+ ```python
157
+ import mteb
158
+
159
+ task = mteb.get_task("RuSciBenchCociteRetrieval")
160
+ evaluator = mteb.MTEB([task])
161
+
162
+ model = mteb.get_model(YOUR_MODEL)
163
+ evaluator.run(model)
164
+ ```
165
+
166
+ <!-- Datasets want link to arxiv in readme to autolink dataset with paper -->
167
+ To learn more about how to run models on `mteb` task check out the [GitHub repository](https://github.com/embeddings-benchmark/mteb).
168
+
169
+ ## Citation
170
+
171
+ 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).
172
+
173
+ ```bibtex
174
+
175
+ @article{vatolin2024ruscibench,
176
+ author = {Vatolin, A. and Gerasimenko, N. and Ianina, A. and Vorontsov, K.},
177
+ doi = {10.1134/S1064562424602191},
178
+ issn = {1531-8362},
179
+ journal = {Doklady Mathematics},
180
+ month = {12},
181
+ number = {1},
182
+ pages = {S251--S260},
183
+ title = {RuSciBench: Open Benchmark for Russian and English Scientific Document Representations},
184
+ url = {https://doi.org/10.1134/S1064562424602191},
185
+ volume = {110},
186
+ year = {2024},
187
+ }
188
+
189
+
190
+ @article{enevoldsen2025mmtebmassivemultilingualtext,
191
+ title={MMTEB: Massive Multilingual Text Embedding Benchmark},
192
+ 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},
193
+ publisher = {arXiv},
194
+ journal={arXiv preprint arXiv:2502.13595},
195
+ year={2025},
196
+ url={https://arxiv.org/abs/2502.13595},
197
+ doi = {10.48550/arXiv.2502.13595},
198
+ }
199
+
200
+ @article{muennighoff2022mteb,
201
+ author = {Muennighoff, Niklas and Tazi, Nouamane and Magne, Loïc and Reimers, Nils},
202
+ title = {MTEB: Massive Text Embedding Benchmark},
203
+ publisher = {arXiv},
204
+ journal={arXiv preprint arXiv:2210.07316},
205
+ year = {2022}
206
+ url = {https://arxiv.org/abs/2210.07316},
207
+ doi = {10.48550/ARXIV.2210.07316},
208
+ }
209
+ ```
210
+
211
+ # Dataset Statistics
212
+ <details>
213
+ <summary> Dataset Statistics</summary>
214
+
215
+ The following code contains the descriptive statistics from the task. These can also be obtained using:
216
+
217
+ ```python
218
+ import mteb
219
+
220
+ task = mteb.get_task("RuSciBenchCociteRetrieval")
221
+
222
+ desc_stats = task.metadata.descriptive_stats
223
+ ```
224
+
225
+ ```json
226
+ {
227
+ "test": {
228
+ "num_samples": 186000,
229
+ "number_of_characters": 170246071,
230
+ "documents_text_statistics": {
231
+ "total_text_length": 164202113,
232
+ "min_text_length": 9,
233
+ "average_text_length": 912.2339611111111,
234
+ "max_text_length": 14007,
235
+ "unique_texts": 179965
236
+ },
237
+ "documents_image_statistics": null,
238
+ "queries_text_statistics": {
239
+ "total_text_length": 6043958,
240
+ "min_text_length": 72,
241
+ "average_text_length": 1007.3263333333333,
242
+ "max_text_length": 8248,
243
+ "unique_texts": 6000
244
+ },
245
+ "queries_image_statistics": null,
246
+ "relevant_docs_statistics": {
247
+ "num_relevant_docs": 30000,
248
+ "min_relevant_docs_per_query": 5,
249
+ "average_relevant_docs_per_query": 5.0,
250
+ "max_relevant_docs_per_query": 5,
251
+ "unique_relevant_docs": 30000
252
+ },
253
+ "top_ranked_statistics": null,
254
+ "hf_subset_descriptive_stats": {
255
+ "ru": {
256
+ "num_samples": 93000,
257
+ "number_of_characters": 83311888,
258
+ "documents_text_statistics": {
259
+ "total_text_length": 80339089,
260
+ "min_text_length": 18,
261
+ "average_text_length": 892.6565444444444,
262
+ "max_text_length": 14007,
263
+ "unique_texts": 89990
264
+ },
265
+ "documents_image_statistics": null,
266
+ "queries_text_statistics": {
267
+ "total_text_length": 2972799,
268
+ "min_text_length": 90,
269
+ "average_text_length": 990.933,
270
+ "max_text_length": 5011,
271
+ "unique_texts": 3000
272
+ },
273
+ "queries_image_statistics": null,
274
+ "relevant_docs_statistics": {
275
+ "num_relevant_docs": 15000,
276
+ "min_relevant_docs_per_query": 5,
277
+ "average_relevant_docs_per_query": 5.0,
278
+ "max_relevant_docs_per_query": 5,
279
+ "unique_relevant_docs": 15000
280
+ },
281
+ "top_ranked_statistics": null
282
+ },
283
+ "en": {
284
+ "num_samples": 93000,
285
+ "number_of_characters": 86934183,
286
+ "documents_text_statistics": {
287
+ "total_text_length": 83863024,
288
+ "min_text_length": 9,
289
+ "average_text_length": 931.8113777777778,
290
+ "max_text_length": 8168,
291
+ "unique_texts": 89984
292
+ },
293
+ "documents_image_statistics": null,
294
+ "queries_text_statistics": {
295
+ "total_text_length": 3071159,
296
+ "min_text_length": 72,
297
+ "average_text_length": 1023.7196666666666,
298
+ "max_text_length": 8248,
299
+ "unique_texts": 3000
300
+ },
301
+ "queries_image_statistics": null,
302
+ "relevant_docs_statistics": {
303
+ "num_relevant_docs": 15000,
304
+ "min_relevant_docs_per_query": 5,
305
+ "average_relevant_docs_per_query": 5.0,
306
+ "max_relevant_docs_per_query": 5,
307
+ "unique_relevant_docs": 15000
308
+ },
309
+ "top_ranked_statistics": null
310
+ }
311
+ }
312
+ }
313
+ }
314
+ ```
315
+
316
+ </details>
317
+
318
+ ---
319
+ *This dataset card was automatically generated using [MTEB](https://github.com/embeddings-benchmark/mteb)*