hotchpotch commited on
Commit
0735ca9
·
verified ·
1 Parent(s): 80c983d

Upload regenerated NanoRuMTEB

Browse files
README.md ADDED
@@ -0,0 +1,108 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ {
3
+ "configs": [
4
+ {
5
+ "config_name": "corpus",
6
+ "data_files": [
7
+ {
8
+ "split": "miracl_ru",
9
+ "path": "corpus/miracl_ru-00000-of-00001.parquet"
10
+ },
11
+ {
12
+ "split": "ria_news",
13
+ "path": "corpus/ria_news-00000-of-00001.parquet"
14
+ },
15
+ {
16
+ "split": "ru_bq",
17
+ "path": "corpus/ru_bq-00000-of-00001.parquet"
18
+ }
19
+ ]
20
+ },
21
+ {
22
+ "config_name": "queries",
23
+ "data_files": [
24
+ {
25
+ "split": "miracl_ru",
26
+ "path": "queries/miracl_ru-00000-of-00001.parquet"
27
+ },
28
+ {
29
+ "split": "ria_news",
30
+ "path": "queries/ria_news-00000-of-00001.parquet"
31
+ },
32
+ {
33
+ "split": "ru_bq",
34
+ "path": "queries/ru_bq-00000-of-00001.parquet"
35
+ }
36
+ ],
37
+ "default": true
38
+ },
39
+ {
40
+ "config_name": "qrels",
41
+ "data_files": [
42
+ {
43
+ "split": "miracl_ru",
44
+ "path": "qrels/miracl_ru-00000-of-00001.parquet"
45
+ },
46
+ {
47
+ "split": "ria_news",
48
+ "path": "qrels/ria_news-00000-of-00001.parquet"
49
+ },
50
+ {
51
+ "split": "ru_bq",
52
+ "path": "qrels/ru_bq-00000-of-00001.parquet"
53
+ }
54
+ ]
55
+ },
56
+ {
57
+ "config_name": "bm25",
58
+ "data_files": [
59
+ {
60
+ "split": "miracl_ru",
61
+ "path": "bm25/miracl_ru-00000-of-00001.parquet"
62
+ },
63
+ {
64
+ "split": "ria_news",
65
+ "path": "bm25/ria_news-00000-of-00001.parquet"
66
+ },
67
+ {
68
+ "split": "ru_bq",
69
+ "path": "bm25/ru_bq-00000-of-00001.parquet"
70
+ }
71
+ ]
72
+ }
73
+ ],
74
+ "tags": [
75
+ "information-retrieval",
76
+ "retrieval",
77
+ "nano",
78
+ "bm25",
79
+ "hakari-bench"
80
+ ]
81
+ }
82
+ ---
83
+
84
+ # NanoRuMTEB
85
+
86
+ This is a private regenerated Nano-style retrieval dataset for HAKARI-Bench.
87
+
88
+ ## Source Links
89
+
90
+ - [mteb/MIRACLRetrievalHardNegatives](https://huggingface.co/datasets/mteb/MIRACLRetrievalHardNegatives)
91
+ - [mteb/RiaNewsRetrieval_test_top_250_only_w_correct-v2](https://huggingface.co/datasets/mteb/RiaNewsRetrieval_test_top_250_only_w_correct-v2)
92
+ - [ai-forever/rubq-retrieval](https://huggingface.co/datasets/ai-forever/rubq-retrieval)
93
+
94
+ ## Data Layout
95
+
96
+ The dataset uses four Hugging Face Datasets configs: `corpus`, `queries`, `qrels`, and `bm25`. Each config contains the same Hub split names. Hub split names replace unsupported characters in the original Nano split names with underscores; the original split names are listed below and stored in `metadata/{hub_split}.json`.
97
+
98
+ ## Split Mapping
99
+
100
+ | Hub split | Original Nano split | Source task | Source dataset | Queries | Corpus | Qrels |
101
+ |---|---|---|---|---:|---:|---:|
102
+ | miracl_ru | miracl-ru | MIRACLRetrievalHardNegatives.v2 | [mteb/MIRACLRetrievalHardNegatives](https://huggingface.co/datasets/mteb/MIRACLRetrievalHardNegatives) | 200 | 10000 | 579 |
103
+ | ria_news | ria-news | RiaNewsRetrievalHardNegatives.v2 | [mteb/RiaNewsRetrieval_test_top_250_only_w_correct-v2](https://huggingface.co/datasets/mteb/RiaNewsRetrieval_test_top_250_only_w_correct-v2) | 200 | 10000 | 200 |
104
+ | ru_bq | ru-bq | RuBQRetrieval | [ai-forever/rubq-retrieval](https://huggingface.co/datasets/ai-forever/rubq-retrieval) | 200 | 10000 | 334 |
105
+
106
+ ## License
107
+
108
+ NanoRuMTEB is a derived dataset. Users must comply with the licenses, terms, and attribution requirements of the upstream MTEB task sources and their original datasets.
audit.json ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_dir": "output/nano_datasets/NanoRuMTEB",
3
+ "subsets": [
4
+ "ai-forever__rubq-retrieval",
5
+ "mteb"
6
+ ],
7
+ "split_count": 3,
8
+ "missing_positive_doc_count_after_forcing": 0,
9
+ "issues": [],
10
+ "subset_audits": {
11
+ "ai-forever__rubq-retrieval": {
12
+ "dataset_dir": "output/nano_datasets/NanoRuMTEB/ai-forever__rubq-retrieval",
13
+ "splits": [
14
+ "ru-bq"
15
+ ],
16
+ "counts": [
17
+ {
18
+ "split_name": "ru-bq",
19
+ "queries": 200,
20
+ "corpus": 10000,
21
+ "qrels": 334,
22
+ "bm25": 200
23
+ }
24
+ ],
25
+ "missing_positive_doc_count_after_forcing": 0,
26
+ "issues": []
27
+ },
28
+ "mteb": {
29
+ "dataset_dir": "output/nano_datasets/NanoRuMTEB/mteb",
30
+ "splits": [
31
+ "miracl-ru",
32
+ "ria-news"
33
+ ],
34
+ "counts": [
35
+ {
36
+ "split_name": "miracl-ru",
37
+ "queries": 200,
38
+ "corpus": 10000,
39
+ "qrels": 579,
40
+ "bm25": 200
41
+ },
42
+ {
43
+ "split_name": "ria-news",
44
+ "queries": 200,
45
+ "corpus": 10000,
46
+ "qrels": 200,
47
+ "bm25": 200
48
+ }
49
+ ],
50
+ "missing_positive_doc_count_after_forcing": 0,
51
+ "issues": []
52
+ }
53
+ }
54
+ }
bm25/miracl_ru-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a115f22c15316b51aa08e54f03a0eea68b68b4e3093879f65a7c3c1879c758d
3
+ size 264268
bm25/ria_news-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:435f4a1ac99f6da36397b91af363a8b046b61a4f2728ffdfde1fb02aef24f39e
3
+ size 178334
bm25/ru_bq-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb37b763159298f4792e469cfc058777f3a1b00903978a999a37b93c92abe04b
3
+ size 162601
corpus/miracl_ru-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69fc9afebb63c549142c263d9769d3fd425818af61683134e3b4ebc81fcc9825
3
+ size 4877192
corpus/ria_news-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:529276dd8e1e71a5843c849cf4798ca5285387511c48bc32fb65136667f066bc
3
+ size 10150855
corpus/ru_bq-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd5b62b370a1a8c064732e901e0cf3c5ef54afcf2d371932990f897792f73c4f
3
+ size 4522753
metadata/miracl_ru.json ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "split_name": "miracl-ru",
3
+ "queries": 200,
4
+ "corpus": 10000,
5
+ "qrels": 579,
6
+ "source_positive_qrels": 2833,
7
+ "source_non_positive_qrels": 7637,
8
+ "query_limit": 200,
9
+ "doc_limit": 10000,
10
+ "qrels_score_policy": "score > 0 kept as qrels; score <= 0 excluded and used as hard-negative corpus candidates",
11
+ "query_selection": {
12
+ "skipped_queries_without_positive_qrels": 0,
13
+ "skipped_duplicate_query_ids": 0,
14
+ "skipped_duplicate_query_texts": 0
15
+ },
16
+ "corpus_selection": {
17
+ "positive_doc_count": 577,
18
+ "source_hard_negative_doc_candidates": 1513,
19
+ "kept_hard_negative_docs": 1142,
20
+ "missing_positive_docs": 0,
21
+ "missing_hard_negative_docs": 369,
22
+ "duplicate_doc_texts_removed": 62,
23
+ "hard_negative_sampling_policy": "query_round_robin"
24
+ },
25
+ "qrels_selection": {
26
+ "qrels_per_query_cap": 100,
27
+ "removed_qrels_over_cap": 0,
28
+ "qrels_cap_policy": "positive qrels are capped per query to the BM25 candidate top_k"
29
+ },
30
+ "bm25": {
31
+ "config": {
32
+ "backend": "bm25s",
33
+ "algorithm": "okapi",
34
+ "source": "computed_bm25s",
35
+ "tokenizer": "regex",
36
+ "tokenizer_name": null,
37
+ "stemmer_algorithm": "english",
38
+ "top_k": 100,
39
+ "k1": 1.5,
40
+ "b": 0.75,
41
+ "show_progress": false,
42
+ "auto_selected": false,
43
+ "auto_detected_language": null,
44
+ "auto_detection_language_counts": null,
45
+ "auto_detection_sample_size": null
46
+ },
47
+ "ndcg_at_10": 0.45902945963760994,
48
+ "forced_queries": 56,
49
+ "forced_doc_count": 87,
50
+ "missing_positive_doc_count_after_forcing": 0
51
+ },
52
+ "source_task": "MIRACLRetrievalHardNegatives.v2",
53
+ "source_dataset_id": "mteb/MIRACLRetrievalHardNegatives",
54
+ "source_dataset_revision": "d7d94fa4b946cec4a27c84653aa0cf6b33f74a3c",
55
+ "source_dataset_subset": "ru",
56
+ "source_eval_split": "dev",
57
+ "original_nano_split": "miracl-ru",
58
+ "hub_split": "miracl_ru"
59
+ }
metadata/ria_news.json ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "split_name": "ria-news",
3
+ "queries": 200,
4
+ "corpus": 10000,
5
+ "qrels": 200,
6
+ "source_positive_qrels": 1000,
7
+ "source_non_positive_qrels": 0,
8
+ "query_limit": 200,
9
+ "doc_limit": 10000,
10
+ "qrels_score_policy": "score > 0 kept as qrels; score <= 0 excluded and used as hard-negative corpus candidates",
11
+ "query_selection": {
12
+ "skipped_queries_without_positive_qrels": 0,
13
+ "skipped_duplicate_query_ids": 0,
14
+ "skipped_duplicate_query_texts": 0
15
+ },
16
+ "corpus_selection": {
17
+ "positive_doc_count": 200,
18
+ "source_hard_negative_doc_candidates": 0,
19
+ "kept_hard_negative_docs": 0,
20
+ "missing_positive_docs": 0,
21
+ "missing_hard_negative_docs": 0,
22
+ "duplicate_doc_texts_removed": 0,
23
+ "hard_negative_sampling_policy": "query_round_robin"
24
+ },
25
+ "qrels_selection": {
26
+ "qrels_per_query_cap": 100,
27
+ "removed_qrels_over_cap": 0,
28
+ "qrels_cap_policy": "positive qrels are capped per query to the BM25 candidate top_k"
29
+ },
30
+ "bm25": {
31
+ "config": {
32
+ "backend": "bm25s",
33
+ "algorithm": "okapi",
34
+ "source": "computed_bm25s",
35
+ "tokenizer": "regex",
36
+ "tokenizer_name": null,
37
+ "stemmer_algorithm": "english",
38
+ "top_k": 100,
39
+ "k1": 1.5,
40
+ "b": 0.75,
41
+ "show_progress": false,
42
+ "auto_selected": false,
43
+ "auto_detected_language": null,
44
+ "auto_detection_language_counts": null,
45
+ "auto_detection_sample_size": null
46
+ },
47
+ "ndcg_at_10": 0.8479284860934532,
48
+ "forced_queries": 9,
49
+ "forced_doc_count": 9,
50
+ "missing_positive_doc_count_after_forcing": 0
51
+ },
52
+ "source_task": "RiaNewsRetrievalHardNegatives.v2",
53
+ "source_dataset_id": "mteb/RiaNewsRetrieval_test_top_250_only_w_correct-v2",
54
+ "source_dataset_revision": "d42860a6c15f0a2c4485bda10c6e5b641fdfe479",
55
+ "source_dataset_subset": "default",
56
+ "source_eval_split": "test",
57
+ "original_nano_split": "ria-news",
58
+ "hub_split": "ria_news"
59
+ }
metadata/ru_bq.json ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "split_name": "ru-bq",
3
+ "queries": 200,
4
+ "corpus": 10000,
5
+ "qrels": 334,
6
+ "source_positive_qrels": 2845,
7
+ "source_non_positive_qrels": 0,
8
+ "query_limit": 200,
9
+ "doc_limit": 10000,
10
+ "qrels_score_policy": "score > 0 kept as qrels; score <= 0 excluded and used as hard-negative corpus candidates",
11
+ "query_selection": {
12
+ "skipped_queries_without_positive_qrels": 0,
13
+ "skipped_duplicate_query_ids": 0,
14
+ "skipped_duplicate_query_texts": 0
15
+ },
16
+ "corpus_selection": {
17
+ "positive_doc_count": 332,
18
+ "source_hard_negative_doc_candidates": 0,
19
+ "kept_hard_negative_docs": 0,
20
+ "missing_positive_docs": 0,
21
+ "missing_hard_negative_docs": 0,
22
+ "duplicate_doc_texts_removed": 8,
23
+ "hard_negative_sampling_policy": "query_round_robin"
24
+ },
25
+ "qrels_selection": {
26
+ "qrels_per_query_cap": 100,
27
+ "removed_qrels_over_cap": 0,
28
+ "qrels_cap_policy": "positive qrels are capped per query to the BM25 candidate top_k"
29
+ },
30
+ "bm25": {
31
+ "config": {
32
+ "backend": "bm25s",
33
+ "algorithm": "okapi",
34
+ "source": "computed_bm25s",
35
+ "tokenizer": "regex",
36
+ "tokenizer_name": null,
37
+ "stemmer_algorithm": "english",
38
+ "top_k": 100,
39
+ "k1": 1.5,
40
+ "b": 0.75,
41
+ "show_progress": false,
42
+ "auto_selected": false,
43
+ "auto_detected_language": null,
44
+ "auto_detection_language_counts": null,
45
+ "auto_detection_sample_size": null
46
+ },
47
+ "ndcg_at_10": 0.5131650331919719,
48
+ "forced_queries": 67,
49
+ "forced_doc_count": 85,
50
+ "missing_positive_doc_count_after_forcing": 0
51
+ },
52
+ "source_task": "RuBQRetrieval",
53
+ "source_dataset_id": "ai-forever/rubq-retrieval",
54
+ "source_dataset_revision": "e19b6ffa60b3bc248e0b41f4cc37c26a55c2a67b",
55
+ "source_dataset_subset": "default",
56
+ "source_eval_split": "test",
57
+ "original_nano_split": "ru-bq",
58
+ "hub_split": "ru_bq"
59
+ }
qrels/miracl_ru-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:066add71d181bcda34302cc192a8e60cee2db52c4fba8fe1f0924afee481e0db
3
+ size 8004
qrels/ria_news-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1286fe52f6c9f11b4fb5095072ad858cf8d81e9981f84664ebe2f8b20ec4e1b
3
+ size 4028
qrels/ru_bq-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fcb9990612a9f3b1290b2ff5c0152f12a2d51b55b085bdd143d882c84a301f25
3
+ size 4455
queries/miracl_ru-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e36894941989e7303b888f2f4c9a96249c5cebe1c6c7d855f6ab982b10942158
3
+ size 12677
queries/ria_news-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2bdafcb9c56c5abb20d1437966b5b06c5a66be4638d71410a1ceac297c35881
3
+ size 16475
queries/ru_bq-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b1ac1c83b362a81cc7a872c55bf28a6d1fcc8108f93d32778f07066812e08c13
3
+ size 13488