randomani commited on
Commit
aeaa423
1 Parent(s): 77eb1ee

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -1
README.md CHANGED
@@ -24,4 +24,31 @@ tags:
24
  - medical
25
  size_categories:
26
  - 10K<n<100K
27
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  - medical
25
  size_categories:
26
  - 10K<n<100K
27
+ ---
28
+
29
+ # MedQuad-MedicalQnADataset
30
+
31
+ This repository contains the MedQuad-MedicalQnADataset specifically formatted for use with the LLaMA 2 prompt template. The dataset consists of medical questions categorized by question type, along with their corresponding answers. It is designed for text-to-text generation and text-generation tasks, particularly focusing on the medical domain.
32
+
33
+ ## Dataset Structure
34
+
35
+ The dataset is structured to include prompts that follow the LLaMA 2 template. Each prompt is generated from the medical questions and answers in the dataset, incorporating the question type into the system prompt.
36
+
37
+ ### Example Prompt
38
+
39
+ Here is an example of how the prompts are formatted:
40
+
41
+ System prompt: This is a medical question of type: Question Type
42
+
43
+ ```markdown
44
+ <s>[INST] <<SYS>>
45
+ This is a medical question of type: susceptibility.
46
+ <</SYS>> Who is at risk for Lymphocytic Choriomeningitis (LCM)? [/INST] LCMV infections can occur after exposure to fresh urine, droppings, saliva, or nesting materials from infected rodents. </s>
47
+ ```
48
+
49
+ ## Reference
50
+
51
+ For more details and access to the dataset, visit the [Hugging Face Dataset Page](https://huggingface.co/datasets/keivalya/MedQuad-MedicalQnADataset) by Keivalya
52
+
53
+
54
+