MEDIC-Benchmark / src /display /templates /ce+_+question_generation.jinja
tathagataraha's picture
[ADD] Generation templates
3df6003
raw
history blame contribute delete
800 Bytes
As a clinical assistant, please formulate {{num_questions}} critical, concise and closed-ended questions (in a YES/NO format) that thoroughly scrutinize the content of the document. The questions generated should ALWAYS result in a 'YES' based on the given text. Questions should be about the content of the document and not include any qualifier of the clarity, justification or definition.
**Note**
The questions have to be STRICTLY closed-ended and should not be subjective or open to human interpretation.
You should return in a JSON format. The JSON should be a list of dictionaries where each dictionary will have two keys:
- 'question': specifying the question
- 'answer': either YES or NO.
The given text should be able to answer 'YES' for each generated question.
Document:
{{text}}
JSON: