Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,29 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
---
|
4 |
+
# 医疗领域Embedding模型评测数据集
|
5 |
+
该数据集用于评测医疗领域Embedding模型在Retrieval任务和Reranking任务上的表现。
|
6 |
+
## Retrieval
|
7 |
+
Retrieval任务涉及四个数据集,数据集格式为:
|
8 |
+
|
9 |
+
xxx_retrieval_all_docs:
|
10 |
+
[str, str, str, ...]
|
11 |
+
|
12 |
+
xxx_retrieval_samples:
|
13 |
+
{"query:" str, "rel_docs": [str, str, ...], "rels": [float, float, ...]}
|
14 |
+
|
15 |
+
## Reranking
|
16 |
+
Reranking任务涉及两个数据集,数据集格式为:
|
17 |
+
|
18 |
+
xxx_reranking:
|
19 |
+
{"query:" str, "docs": [str, str, ...], "rels": [float, float, ...]}
|
20 |
+
|
21 |
+
以上数据集改自:
|
22 |
+
|
23 |
+
[Cmedqa1](https://github.com/zhangsheng93/cMedQA)
|
24 |
+
|
25 |
+
[Cmedqa2](https://github.com/zhangsheng93/cMedQA2)
|
26 |
+
|
27 |
+
[KUAKE-QQR](https://github.com/CBLUEbenchmark/CBLUE/blob/main/README_ZH.md)
|
28 |
+
|
29 |
+
[medical](https://github.com/Alibaba-NLP/Multi-CPR/tree/main/rerank)
|