# webMedQA **Repository Path**: guo_guang_lu/webMedQA ## Basic Information - **Project Name**: webMedQA - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-04-17 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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: ![sample](https://github.com/hejunqing/webMedQA/blob/master/medQA.PNG) 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} } ```