avaliev commited on
Commit
fde948e
1 Parent(s): aec53fc

Update readme, add dataset info

Browse files
Files changed (1) hide show
  1. README.md +33 -0
README.md CHANGED
@@ -1,3 +1,36 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ task_categories:
4
+ - question-answering
5
+ language:
6
+ - en
7
+ tags:
8
+ - medical
9
+ pretty_name: ChatDoctor
10
+ size_categories:
11
+ - 100K<n<1M
12
  ---
13
+ This dataset was formed from the three data sources from the ChatDoctor work.
14
+
15
+ 100k real conversations between patients and doctors from HealthCareMagic.com HealthCareMagic-100k. - ADDED
16
+
17
+ 10k real conversations between patients and doctors from icliniq.com icliniq-10k. - ADDED
18
+
19
+ 5k generated conversations between patients and physicians from ChatGPT GenMedGPT-5k and disease database. - NOT ADDED (because of the data created by LLM, but you could add it manually)
20
+
21
+
22
+ data sample:
23
+ {'instruction': "If you are a doctor, please answer the medical questions based on the patient's description.",
24
+ 'input': 'I woke up this morning feeling the whole room is spinning when i was sitting down. I went to the bathroom walking unsteadily, as i tried to focus i feel nauseous. I try to vomit but it wont come out.. After taking panadol and sleep for few hours, i still feel the same.. By the way, if i lay down or sit down, my head do not spin, only when i want to move around then i feel the whole world is spinning.. And it is normal stomach discomfort at the same time? Earlier after i relieved myself, the spinning lessen so i am not sure whether its connected or coincidences.. Thank you doc!',
25
+ 'output': 'Hi, Thank you for posting your query. The most likely cause for your symptoms is benign paroxysmal positional vertigo (BPPV), a type of peripheral vertigo. In this condition, the most common symptom is dizziness or giddiness, which is made worse with movements. Accompanying nausea and vomiting are common. The condition is due to problem in the ear, and improves in a few days on own. Betahistine tablets would help relieve your symptoms. Doing vestibular rehabilitation or adaptation exercises would prevent the recurrence of these symptoms. An ENT evaluation would also help. I hope it helps. Best wishes, Chat Doctor. '}
26
+
27
+
28
+ @article{li2023chatdoctor,
29
+ title={ChatDoctor: A Medical Chat Model Fine-Tuned on a Large Language Model Meta-AI (LLaMA) Using Medical Domain Knowledge},
30
+ author={Li, Yunxiang and Li, Zihan and Zhang, Kai and Dan, Ruilong and Jiang, Steve and Zhang, You},
31
+ journal={Cureus},
32
+ volume={15},
33
+ number={6},
34
+ year={2023},
35
+ publisher={Cureus}
36
+ }