https://github.com/hejunqing/webMedQA
A Chinese medical question answering dataset
https://github.com/hejunqing/webMedQA
Last synced: about 1 year ago
JSON representation
A Chinese medical question answering dataset
- Host: GitHub
- URL: https://github.com/hejunqing/webMedQA
- Owner: hejunqing
- License: apache-2.0
- Created: 2019-03-05T12:49:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-14T03:50:32.000Z (over 6 years ago)
- Last Synced: 2024-11-16T06:31:50.205Z (over 1 year ago)
- Size: 14 MB
- Stars: 60
- Watchers: 1
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- StarryDivineSky - hejunqing/webMedQA
- Awesome-Scientific-Datasets-and-LLMs - webMedQA
README
# webMedQA
A real-world Chinese medical question answering dataset collected from online health consultancy websites. [Our paper](https://bmcmedinformdecismak.biomedcentral.com/articles/10.1186/s12911-019-0761-8)
# Dataset description
| | Train| Dev| Test|
|---|----|----|-----|
|Questions|50610|6337|6337|
|Avg length|86.68|87.43|86.08|
|Answers|253050|21685|31685|
|Avg length|146.88|147.74|148.50|
Each question has 1 positive and 4 negative answers.
A sample:

Please read our paper for more detail.
# Please Cite
```
@article{he2019applying,
title={Applying deep matching networks to Chinese medical question answering: A study and a dataset},
author={He, Junqing and Fu, Mingming and Tu, Manshu},
journal={BMC Medical Informatics and Decision Making},
volume={19},
number={2},
pages={52},
year={2019},
doi={10.1186/s12911-019-0761-8}
}
```