medical-domain-eval / README.md
zhonghhh's picture
Update README.md
ebf2e0f verified
|
raw
history blame contribute delete
No virus
829 Bytes
---
license: apache-2.0
---
# 医疗领域Embedding模型评测数据集
该数据集用于评测医疗领域Embedding模型在Retrieval任务和Reranking任务上的表现。
## Retrieval
Retrieval任务涉及四个数据集,数据集格式为:
xxx_retrieval_all_docs:
[str, str, str, ...]
xxx_retrieval_samples:
{"query:" str, "rel_docs": [str, str, ...], "rels": [float, float, ...]}
## Reranking
Reranking任务涉及两个数据集,数据集格式为:
xxx_reranking:
{"query:" str, "docs": [str, str, ...], "rels": [float, float, ...]}
以上数据集改自:
[Cmedqa1](https://github.com/zhangsheng93/cMedQA)
[Cmedqa2](https://github.com/zhangsheng93/cMedQA2)
[KUAKE-QQR](https://github.com/CBLUEbenchmark/CBLUE/blob/main/README_ZH.md)
[medical](https://github.com/Alibaba-NLP/Multi-CPR/tree/main/rerank)