mirror of
https://github.com/BaranziniLab/KG_RAG.git
synced 2024-06-08 14:12:54 +03:00
adding quantitivate evidence to system prompt
This commit is contained in:
@@ -35,7 +35,7 @@ print('')
|
||||
question = input("Question : ")
|
||||
|
||||
question_template = f'''
|
||||
To the question asked at the end, answer by referring the context. Reason with quantitative evidence.
|
||||
To the question asked at the end, answer by referring the context.
|
||||
See example below
|
||||
Example 1:
|
||||
Question:
|
||||
|
||||
@@ -94,6 +94,7 @@ DRUG_REPURPOSING_V2: |
|
||||
Then stitch these associations to give your final answer to the question.
|
||||
More importantly, DO NOT consider 'Compound TREATS Disease' as the repurposing candidate.
|
||||
Do not forget to give Provenance information which you can find from the context provided.
|
||||
Reason with quantitative evidence, if possible (i.e. incuding statistical values if available).
|
||||
For example:
|
||||
Question:
|
||||
What drugs can be repurposed to treat disease X?
|
||||
|
||||
Reference in New Issue
Block a user