iseesaw commited on
Commit
9fc73d2
1 Parent(s): ed30435

update readme

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -19,11 +19,13 @@ We extend our gratitude to Meta for the Llama model, which provided an excellent
19
 
20
  ## Usage
21
 
22
- ### Chat Template
23
 
24
  This model utilizes the Llama-3 default chat template without a system prompt.
25
  Below, we provide input examples for multi-choice QA, PubMedQA, and open-ended questions.
26
 
 
 
27
  - Input example for MedQA and MedMCQA:
28
  ```
29
  A 42-year-old homeless man is brought to the emergency room after he was found unconscious in a park. He has alcohol on his breath and is known to have a history of chronic alcoholism. A noncontrast CT scan of the head is normal. The patient is treated for acute alcohol intoxication and admitted to the hospital. The next day, the patient demands to be released. His vital signs are a pulse 120/min, a respiratory rate 22/min, and blood pressure 136/88 mm Hg. On physical examination, the patient is confused, agitated, and sweating profusely, particularly from his palms. Generalized pallor is present. What is the mechanism of action of the drug recommended to treat this patient_s most likely condition?
 
19
 
20
  ## Usage
21
 
22
+ ### Input Examples
23
 
24
  This model utilizes the Llama-3 default chat template without a system prompt.
25
  Below, we provide input examples for multi-choice QA, PubMedQA, and open-ended questions.
26
 
27
+ > Note: To reproduce our evaluation results for the medical QA benchmark, we recommend using the following format to organize questions and multiple-choice options.
28
+
29
  - Input example for MedQA and MedMCQA:
30
  ```
31
  A 42-year-old homeless man is brought to the emergency room after he was found unconscious in a park. He has alcohol on his breath and is known to have a history of chronic alcoholism. A noncontrast CT scan of the head is normal. The patient is treated for acute alcohol intoxication and admitted to the hospital. The next day, the patient demands to be released. His vital signs are a pulse 120/min, a respiratory rate 22/min, and blood pressure 136/88 mm Hg. On physical examination, the patient is confused, agitated, and sweating profusely, particularly from his palms. Generalized pallor is present. What is the mechanism of action of the drug recommended to treat this patient_s most likely condition?