Update README.md
Browse files
README.md
CHANGED
@@ -27,14 +27,14 @@ size_categories:
|
|
27 |
```bash
|
28 |
git clone "https://github.com/FreedomIntelligence/CMB.git" && cd CMB && unzip "./data/CMB.zip" -d "./data/" && rm "./data/CMB.zip"
|
29 |
```
|
30 |
-
- Or
|
31 |
-
```python
|
32 |
-
from datasets import load_dataset
|
33 |
-
# CMB-Exam datasets (multiple-choice and multiple-answer questions)
|
34 |
-
exam_datasets = load_dataset('FreedomIntelligence/CMB','exam')
|
35 |
-
# CMB-Clin datasets
|
36 |
-
clin_datasets = load_dataset('FreedomIntelligence/CMB','clin')
|
37 |
-
```
|
38 |
|
39 |
|
40 |
|
@@ -45,7 +45,7 @@ Please Check [Leaderboard](https://cmedbenchmark.llmzoo.com/static/leaderboard.h
|
|
45 |
|
46 |
|
47 |
## 🥸 Dataset intro
|
48 |
-
![CMB](assets/CMB-
|
49 |
### Components
|
50 |
|
51 |
- CMB-Exam: Comprehensive multi-level assessment for medical knowledge
|
@@ -80,7 +80,6 @@ Please Check [Leaderboard](https://cmedbenchmark.llmzoo.com/static/leaderboard.h
|
|
80 |
- exam_subject: Specific departments or subdivisions of disciplines
|
81 |
- question_type: *multiple-choice (单项选择题)* or *multiple-answer (多项选择题)*
|
82 |
|
83 |
-
-
|
84 |
|
85 |
### CMB-Clin Item
|
86 |
```json
|
@@ -110,8 +109,6 @@ Please Check [Leaderboard](https://cmedbenchmark.llmzoo.com/static/leaderboard.h
|
|
110 |
|
111 |
|
112 |
|
113 |
-
|
114 |
-
|
115 |
## ℹ️ How to evaluate and submit refer to [link](https://github.com/FreedomIntelligence/CMB)
|
116 |
|
117 |
## 😘 Citation
|
|
|
27 |
```bash
|
28 |
git clone "https://github.com/FreedomIntelligence/CMB.git" && cd CMB && unzip "./data/CMB.zip" -d "./data/" && rm "./data/CMB.zip"
|
29 |
```
|
30 |
+
- Or load our data as follows:
|
31 |
+
```python
|
32 |
+
from datasets import load_dataset
|
33 |
+
# CMB-Exam datasets (multiple-choice and multiple-answer questions)
|
34 |
+
exam_datasets = load_dataset('FreedomIntelligence/CMB','exam')
|
35 |
+
# CMB-Clin datasets
|
36 |
+
clin_datasets = load_dataset('FreedomIntelligence/CMB','clin')
|
37 |
+
```
|
38 |
|
39 |
|
40 |
|
|
|
45 |
|
46 |
|
47 |
## 🥸 Dataset intro
|
48 |
+
![CMB](assets/CMB-final.png)
|
49 |
### Components
|
50 |
|
51 |
- CMB-Exam: Comprehensive multi-level assessment for medical knowledge
|
|
|
80 |
- exam_subject: Specific departments or subdivisions of disciplines
|
81 |
- question_type: *multiple-choice (单项选择题)* or *multiple-answer (多项选择题)*
|
82 |
|
|
|
83 |
|
84 |
### CMB-Clin Item
|
85 |
```json
|
|
|
109 |
|
110 |
|
111 |
|
|
|
|
|
112 |
## ℹ️ How to evaluate and submit refer to [link](https://github.com/FreedomIntelligence/CMB)
|
113 |
|
114 |
## 😘 Citation
|