Datasets:

Modalities:
Text
Formats:
json
Languages:
Chinese
ArXiv:
Libraries:
Datasets
pandas
License:
File size: 1,492 Bytes
824b8fc
 
f55a5f7
 
 
 
 
 
 
5248c11
824b8fc
f55a5f7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5248c11
f55a5f7
 
 
 
 
 
 
 
5248c11
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
---
license: apache-2.0
task_categories:
- text-generation
language:
- zh
tags:
- medical
size_categories:
- 1M<n<10M
---
# Dataset Card for huatuo_consultation_qa



## Dataset Description

- **Homepage: https://www.huatuogpt.cn/** 
- **Repository: https://github.com/FreedomIntelligence/HuatuoGPT** 
- **Paper: https://arxiv.org/abs/2305.01526** 
- **Leaderboard:** 
- **Point of Contact:** 



### Dataset Summary

We collected data from a website for medical consultation , consisting of many online consultation records by medical experts. Each record is a QA pair: a patient raises a question and a medical doctor answers the question. The basic information of doctors (including name, hospital organization, and department) was recorded.

We directly crawl patient’s questions and doctor’s answers as QA pairs, getting 31,677,604 pairs. Subsequently, we removed the QA pairs containing special characters and removed the repeated pairs. Finally, we got 25,341,578 QA pairs.

**Please note that for some reasons we cannot directly provide text data, so the answer part of our data set is url. If you want to use text data, you can refer to the other two parts of our open source datasets ([huatuo_encyclopedia_qa](https://huggingface.co/datasets/FreedomIntelligence/huatuo_encyclopedia_qa)、[huatuo_knowledge_graph_qa](https://huggingface.co/datasets/FreedomIntelligence/huatuo_knowledge_graph_qa)), or use url for data collection.** 

## Dataset Creation



### Source Data


....