Datasets:
File size: 1,348 Bytes
3e55477 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 | {
"split": "NanoCmedqa",
"source_task": "CmedqaRetrieval",
"source_type": "Retrieval",
"source_dataset": {
"path": "mteb/CmedqaRetrieval",
"revision": "c476f85bf03d6642ec66bf54b9a551c88108bbb4"
},
"source_eval_splits": [
"dev"
],
"query_limit": 200,
"doc_limit": 10000,
"queries": 200,
"corpus": 10000,
"qrels": 324,
"bm25_rows": 200,
"bm25_top_k": 100,
"bm25_tokenization": {
"mode": "wordseg",
"language": "zh",
"stemmer_algorithm": null,
"tokenizer_name": null,
"reason": "language 'zh' mapped to word-segmentation tokenizer"
},
"qrels_coverage": {
"total": 324,
"hits": 324,
"recall": 1.0
},
"ndcg_at_10": 0.16678868356587398,
"ndcg_at_100": 0.30693075139953757,
"source_container": "task.dataset",
"source_eval_split_used": "dev",
"source_query_count": 3999,
"source_corpus_count": 100001,
"source_qrels_query_count": 3999,
"source_queries_with_more_than_bm25_top_k_positives": 0,
"capped_queries_with_more_than_bm25_top_k_positives": 0,
"dropped_positive_qrels_by_capping": 0,
"skipped_queries_missing_text_or_qrels": 0,
"skipped_duplicate_query_texts": 0,
"duplicate_doc_texts_removed": 0,
"qrels_rewritten_for_duplicate_text": 0,
"forced_queries": 134,
"forced_doc_count": 202,
"missing_positive_doc_count_after_forcing": 0
}
|