Datasets:

Modalities:
Text
Formats:
json
Languages:
Chinese
ArXiv:
Libraries:
Datasets
pandas
License:
GriffinLei commited on
Commit
bf1cb7c
·
verified ·
1 Parent(s): f400309

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -1
README.md CHANGED
@@ -57,4 +57,27 @@ configs:
57
  path: queries.jsonl
58
  ---
59
 
60
- Paper: https://huggingface.co/papers/2410.20050
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
57
  path: queries.jsonl
58
  ---
59
 
60
+ ## 🔭 Overview
61
+
62
+ ### CMIRB: Chinese Medical Information Retrieval Benchmark
63
+
64
+ **CMIRB** is a specialized multi-task dataset designed specifically for medical information retrieval. It consists of data collected from various medical online websites, encompassing 5 tasks and 10 datasets, and has practical application scenarios.
65
+
66
+ | Name | Description | Query #Samples | Doc #Samples |
67
+ |:-----:|:---------------------------:|:-----:|:-----:|
68
+ | [MedExamRetrieval](https://huggingface.co/datasets/CMIRB/MedExamRetrieval) | Medical multi-choice exam | 697 | 27,871 |
69
+ | [DuBaikeRetrieval](https://huggingface.co/datasets/CMIRB/DuBaikeRetrieval) | Medical search query from BaiDu Search | 318 | 56,441 |
70
+ | [DXYDiseaseRetrieval](https://huggingface.co/datasets/CMIRB/DXYDiseaseRetrieval) | Disease question from medical website | 1,255 | 54,021 |
71
+ | [MedicalRetrieval](https://huggingface.co/datasets/C-MTEB/MedicalRetrieval) | Passage retrieval dataset collected from Alibaba | 1,000 | 100,999 |
72
+ | [CmedqaRetrieval](https://huggingface.co/datasets/C-MTEB/CmedqaRetrieval) | Online medical consultation text | 3,999 | 100,001 |
73
+ | [DXYConsultRetrieval](https://huggingface.co/datasets/CMIRB/DXYConsultRetrieval) | Online medical consultation text | 943 | 12,577 |
74
+ | [CovidRetrieval](https://huggingface.co/datasets/C-MTEB/CovidRetrieval) | COVID-19 news articles | 949 | 100,001 |
75
+ | [IIYiPostRetrieval](https://huggingface.co/datasets/CMIRB/IIYiPostRetrieval) | Medical post articles | 789 | 27,570 |
76
+ | [CSLCiteRetrieval](https://huggingface.co/datasets/CMIRB/CSLCiteRetrieval) | Medical literature citation prediction | 573 | 36,703 |
77
+ | [CSLRelatedRetrieval](https://huggingface.co/datasets/CMIRB/CSLRelatedRetrieval) | Medical similar literatue | 439 | 36,758 |
78
+
79
+ ## 🔗 GitHub
80
+ Github link [AutoMIR](https://github.com/ll0ruc/AutoMIR)
81
+
82
+ ## 📄 Paper
83
+ Paper link [arXiv](https://arxiv.org/abs/2410.20050)